On Fri, Mar 20, 2020 at 04:53:14PM +0530, Naresh Kamboju wrote:
On Fri, 20 Mar 2020 at 16:25, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Thu, Mar 19, 2020 at 04:55:20PM -0700, Guenter Roeck wrote:
On 3/19/20 6:03 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.27 release. There are 60 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 21 Mar 2020 12:37:04 +0000. Anything received after that time might be too late.
Build results: total: 158 pass: 158 fail: 0 Qemu test results: total: 427 pass: 425 fail: 2 Failed tests: mipsel64:64r6el_defconfig:notests:smp:ide:hd mipsel64:64r6el_defconfig:notests:smp:ide:cd
Building mipsel64:64r6el_defconfig:notests:smp:ide:hd ... failed
Error log: arch/mips/vdso/vdso.so.dbg.raw: PIC 'jalr t9' calls are not supported
I was unable to figure out why I only see this problem in v5.4.y. The build error is easy to reproduce with gcc 9.2.0 and "64r6el_defconfig".
I've dropped a bunch of mips vdso patches from 5.5 and 5.4 queues now and will push out new -rcs with those in them to hopefully resolve these issues.
amr64 and arm build failed on stable-rc 5.4 and 5.5
# make -sk KBUILD_BUILD_USER=TuxBuild -C/linux -j16 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- HOSTCC=gcc CC="sccache aarch64-linux-gnu-gcc" O=build Image # ../drivers/mmc/host/sdhci-tegra.c: In function ‘sdhci_tegra_probe’: ../drivers/mmc/host/sdhci-tegra.c:1556:21: error: ‘MMC_CAP_NEED_RSP_BUSY’ undeclared (first use in this function); did you mean ‘MMC_CAP_NEEDS_POLL’? 1556 | host->mmc->caps |= MMC_CAP_NEED_RSP_BUSY; | ^~~~~~~~~~~~~~~~~~~~~ | MMC_CAP_NEEDS_POLL
Crap, I didn't build for arm. I'll go push out -rc3 for this issue now, sorry for the noise...
greg k-h