Re: Linux 6.6-rc1

From: Guenter Roeck
Date: Tue Sep 12 2023 - 14:00:02 EST


On Sun, Sep 10, 2023 at 04:53:55PM -0700, Linus Torvalds wrote:
> Here we are, two weeks later, and the merge window is closed.
>
[ ... ]
>
> Please do give it all a whirl,
>

Build results:
total: 157 pass: 151 fail: 6
Failed builds:
alpha:allmodconfig
csky:allmodconfig
m68k:allmodconfig
openrisc:allmodconfig
parisc:allmodconfig
s390:allmodconfig
Qemu test results:
total: 530 pass: 522 fail: 8
Failed qemu tests:
<all s390>

Build failures are all:

drivers/mfd/cs42l43.c:1138:12: error: 'cs42l43_runtime_resume' defined but not used [-Werror=unused-function]
drivers/mfd/cs42l43.c:1124:12: error: 'cs42l43_runtime_suspend' defined but not used [-Werror=unused-function]

Caused by commit ace6d1448138 ("mfd: cs42l43: Add support for cs42l43 core driver").
Will be fixed with
https://lore.kernel.org/r/20230822114914.340359-1-ckeepax@xxxxxxxxxxxxxxxxxxxxx

Runtime crashes (s390):

Unable to handle kernel pointer dereference in virtual kernel address space
...
Call Trace:
kunit_next_attr_filter+0xc8/0x1c8

Caused by commit 76066f93f1df ("kunit: add tests for filtering attributes").
Will be fixed with
https://lore.kernel.org/r/20230830002116.3768675-1-davidgow@xxxxxxxxxx

New runtime warnings:

arm:mcimx6ul-evk:

WARNING: CPU: 0 PID: 1 at drivers/regulator/core.c:2396 _regulator_put.part.0+0x1b4/0x1d8

Caused by commit 422f10adc3eb ("ASoC: wm8960: Add support for the power supplies").
Will be fixed with
https://lore.kernel.org/lkml/20230909120237.2646275-1-linux@xxxxxxxxxxxx/

loongarch:

INFO: trying to register non-static key.

Caused by commit 0a6b58c5cd0d ("lockdep: fix static memory detection even
more"). No fix available as far as I know.

Guenter