Re: [PATCH 5.10 000/599] 5.10.110-rc1 review

From: Guenter Roeck
Date: Wed Apr 06 2022 - 01:57:29 EST


On Tue, Apr 05, 2022 at 09:24:54AM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.110 release.
> There are 599 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 Thu, 07 Apr 2022 07:01:33 +0000.
> Anything received after that time might be too late.
>

Build results:
total: 161 pass: 150 fail: 11
Failed builds:
alpha:defconfig
alpha:allmodconfig
csky:defconfig
m68k:defconfig
m68k:allmodconfig
m68k:sun3_defconfig
m68k_nommu:m5475evb_defconfig
microblaze:mmu_defconfig
nds32:defconfig
nds32:allmodconfig
um:defconfig
Qemu test results:
total: 477 pass: 448 fail: 29
Failed tests:
<all alpha>
q800:m68040:mac_defconfig:initrd
q800:m68040:mac_defconfig:rootfs
<all microblaze>
<all s390>

Compile error:

fs/binfmt_elf.c: In function 'fill_note_info':
fs/binfmt_elf.c:2050:45: error: 'siginfo' undeclared (first use in this function)
fs/binfmt_elf.c:2056:53: error: 'regs' undeclared (first use in this function)

s390 tests crashed. Other failed qemu tests did not compile.

[ 7.385841] Unable to handle kernel pointer dereference in virtual kernel address space
[ 7.385946] Failing address: 0000000001002000 TEID: 0000000001002407
[ 7.386007] Fault in home space mode while using kernel ASCE.
[ 7.386610] AS:0000000001874007 R3:000000001ffec007 S:000000001ffe8800 P:000000000100231d
[ 7.387430] Oops: 0004 ilc:3 [#1] SMP
[ 7.387557] Modules linked in:
[ 7.387902] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.110-rc1-00600-g45fdcc9dc72a #1
[ 7.387944] Hardware name: QEMU 3906 QEMU (KVM/Linux)
[ 7.388043] Krnl PSW : 0704e00180000000 00000000008f0726 (number+0x25e/0x3c0)
[ 7.388159] R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:0 AS:3 CC:2 PM:0 RI:0 EA:3
[ 7.388227] Krnl GPRS: 0000000000000058 0000000001002dc9 0000000000000002 00000000fffffffb
[ 7.388268] 000003e00000bb11 000003e001002dc8 0000000000000000 0000000000000000
[ 7.388309] 0000000000000020 000003e000000001 0000000001002dca 0000000001002dc7
[ 7.388350] 000000000309c100 000003e00000bb10 00000000008f087a 000003e00000ba48
[ 7.388832] Krnl Code: 00000000008f0716: f0c84112b001 srp 274(13,%r4),1(%r11),8
[ 7.388832] 00000000008f071c: 41202001 la %r2,1(%r2)
[ 7.388832] #00000000008f0720: ecab0006c065 clgrj %r10,%r11,12,00000000008f072c
[ 7.388832] >00000000008f0726: d200b0004000 mvc 0(1,%r11),0(%r4)
[ 7.388832] 00000000008f072c: 41b0b001 la %r11,1(%r11)
[ 7.388832] 00000000008f0730: a74bffff aghi %r4,-1
[ 7.388832] 00000000008f0734: a727fff6 brctg %r2,00000000008f0720
[ 7.388832] 00000000008f0738: a73affff ahi %r3,-1
[ 7.389230] Call Trace:
[ 7.389303] [<00000000008f0726>] number+0x25e/0x3c0
[ 7.389351] ([<00000000008f087a>] number+0x3b2/0x3c0)
[ 7.389389] [<00000000008f5bd8>] vsnprintf+0x4b0/0x7c8
[ 7.389425] [<00000000008f5f98>] snprintf+0x40/0x50
[ 7.389464] [<000000000028b0aa>] eval_replace+0x62/0xc0
[ 7.389507] [<000000000028f6f4>] trace_event_eval_update+0x204/0x240
[ 7.389547] [<0000000001413a40>] tracer_init_tracefs+0x168/0x2d0
[ 7.389585] [<0000000000100982>] do_one_initcall+0x72/0x2b0
[ 7.389623] [<0000000001400434>] do_initcalls+0x124/0x148
[ 7.389660] [<00000000014006fe>] kernel_init_freeable+0x226/0x268
[ 7.389699] [<0000000000d6d202>] kernel_init+0x22/0x150
[ 7.389737] [<0000000000d7b858>] ret_from_fork+0x28/0x2c
[ 7.389782] INFO: lockdep is turned off.
[ 7.389822] Last Breaking-Event-Address:
[ 7.389862] [<00000000008f06ec>] number+0x224/0x3c0
[ 7.390089] Kernel panic - not syncing: Fatal exception: panic_on_oops

Guenter