On 05/03/2015 12:49 PM, Guenter Roeck wrote:Much better, but s390 images still fail to build:
On 05/02/2015 12:03 PM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 3.10.77 release.
There are 65 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 Mon May 4 19:00:04 UTC 2015.
Anything received after that time might be too late.
Build results:
total: 127 pass: 113 fail: 14
Failed builds:
arm:allmodconfig
arm:multi_v7_defconfig
arm:bcm2835_defconfig
arm:orion5x_defconfig
arm:kirkwood_defconfig
arm:mvebu_defconfig
mips:allmodconfig
powerpc:allmodconfig
powerpc:ppc6xx_defconfig
s390:defconfig
s390:allmodconfig
sparc64:allmodconfig
x86_64:allyesconfig
x86_64:allmodconfig
Qemu test results:
total: 27 pass: 17 fail: 10
Failed tests:
arm:arm_versatile_defconfig
microblaze:microblaze_defconfig
powerpc:ppc_book3s_defconfig
powerpc:ppc_book3s_smp_defconfig
powerpc:ppc64_book3s_defconfig
powerpc:ppc64_book3s_smp_defconfig
x86:x86_pc_defconfig
x86:x86_pc_nosmp_defconfig
x86_64:x86_64_pc_defconfig
x86_64:x86_64_pc_nosmp_defconfig
Builds fail with:
kernel/trace/trace_functions_graph.c: In function 'graph_trace_open':
kernel/trace/trace_functions_graph.c:1397:2: error: implicit declaration of function 'alloc_percpu_gfp' [-Werror=implicit-function-declaration]
kernel/trace/trace_functions_graph.c:1397:36: error: expected expression before 'struct'
Bisect points to 'tracing: Handle ftrace_dump() atomic context in graph_trace_open()'.
Also, for s390, similar to the error seen in 3.14:
arch/s390/kernel/suspend.c: In function 'pfn_is_nosave':
arch/s390/kernel/suspend.c:141:30: error: '_eshared' undeclared (first use in this function)
arch/s390/kernel/suspend.c:141:30: note: each undeclared identifier is reported only once for each function it appears in
arch/s390/kernel/suspend.c:142:28: error: '_stext' undeclared (first use in this function)
arch/s390/kernel/suspend.c:151:10: error: 'ipl_info' undeclared (first use in this function)
arch/s390/kernel/suspend.c:151:27: error: 'IPL_TYPE_NSS' undeclared (first use in this function)
Presumably for the same reason ('s390/hibernate: fix save and restore of kernel text section').
Guenter