Re: [PATCH 5.4 000/434] 5.4.7-stable review

From: Guenter Roeck
Date: Tue Dec 31 2019 - 11:09:16 EST


On Sun, Dec 29, 2019 at 06:20:53PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.4.7 release.
> There are 434 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 Tue, 31 Dec 2019 17:25:52 +0000.
> Anything received after that time might be too late.
>

For -rc2:

Build results:
total: 158 pass: 148 fail: 10
Failed builds:
<almost all mips>
Qemu test results:
total: 385 pass: 320 fail: 65
Failed tests:
<all mips>
<ppc64 as with mainline and v4.19.y>

mips and ppc as previously reported.

mips:

In file included from kernel/futex.c:60:
arch/mips/include/asm/futex.h:19:10: fatal error: asm/sync.h: No such file or directory

ppc:

./arch/powerpc/include/asm/spinlock.h:39:1: error: type defaults to âintâ in declaration of âDECLARE_STATIC_KEY_FALSEâ [-Werror=implicit-int]
./arch/powerpc/include/asm/spinlock.h:39:1: warning: parameter names (without types) in function declaration
./arch/powerpc/include/asm/spinlock.h: In function âvcpu_is_preemptedâ:
./arch/powerpc/include/asm/spinlock.h:44:7: error: implicit declaration of function âstatic_branch_unlikelyâ

Guenter