lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 12 Sep 2023 10:59:57 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Helge Deller <deller@....de>
Subject: Re: Linux 6.6-rc1

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@opensource.cirrus.com

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@google.com

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@roeck-us.net/

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ