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