On Tue, Oct 15, 2019 at 05:19:50PM +0530, Naresh Kamboju wrote:
On Tue, 15 Oct 2019 at 15:21, Greg KH gregkh@linuxfoundation.org wrote:
On Tue, Oct 15, 2019 at 08:33:15AM +0000, Linaro QA wrote:
Summary
kernel: 4.9.197-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.9.y git commit: d3fe57936b139389a0a81ac9aa4c7962aba784b5 git describe: v4.9.196-86-gd3fe57936b13 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.9-oe-sanity/build/v4.9....
No regressions (compared to build v4.9.196-38-g78f8600d5168)
No fixes (compared to build v4.9.196-38-g78f8600d5168)
Boards, architectures and test suites:
dragonboard-410c
- build - fail: 1,
What are these build failures?
The reporting to be fixed for this case as "regression detected" The actual results are 4.9 build failed for arm and arm64.
Build errors:
drivers/mmc/host/sdhci-of-esdhc.c: In function 'esdhc_of_enable_dma': drivers/mmc/host/sdhci-of-esdhc.c:400:6: error: implicit declaration of function 'of_dma_is_coherent' [-Werror=implicit-function-declaration] if (of_dma_is_coherent(dev->of_node)) ^~~~~~~~~~~~~~~~~~ drivers/mmc/host/sdhci-of-esdhc.c:400:25: error: 'dev' undeclared (first use in this function); did you mean 'cdev'? if (of_dma_is_coherent(dev->of_node)) ^~~ cdev
thanks for this, will go drop this from 4.4 and 4.9 trees.
greg k-h