Re: Linux 5.13-rc1
From: Guenter Roeck
Date: Sun May 09 2021 - 22:57:53 EST
On Sun, May 09, 2021 at 02:43:40PM -0700, Linus Torvalds wrote:
[ ... ]
>
> Go test,
Build results:
total: 151 pass: 151 fail: 0
Qemu test results:
total: 462 pass: 460 fail: 2
Failed tests:
arm:raspi2:multi_v7_defconfig:net,usb:bcm2836-rpi-2-b:initrd
arm:raspi2:multi_v7_defconfig:sd:net,usb:bcm2836-rpi-2-b:rootfs
The raspi2 problem (a crash in of_clk_add_hw_provider) is well known.
It was introduced with commit 6579c8d97ad7 ("clk: Mark fwnodes when
their clock provider is added"). Unfortunately it appears that there
is still no agreement on how to fix it.
There is also a repeated warning
WARNING: CPU: 0 PID: 1 at kernel/irq/irqdomain.c:550 irq_domain_associate+0x194/0x1f0
in some pxa boot tests. It looks like that problem has been fixed in -next.
Guenter