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]
Message-ID: <20251105110026.GI988547@noisy.programming.kicks-ass.net>
Date: Wed, 5 Nov 2025 12:00:26 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: "Chen, Yu C" <yu.c.chen@...el.com>
Cc: kernel test robot <oliver.sang@...el.com>,
	Fernand Sieber <sieberf@...zon.com>, oe-lkp@...ts.linux.dev,
	lkp@...el.com, linux-kernel@...r.kernel.org, x86@...nel.org,
	aubrey.li@...ux.intel.com
Subject: Re: [tip:sched/core] [sched/fair] 79104becf4:
 BUG:kernel_NULL_pointer_dereference,address

On Tue, Oct 28, 2025 at 10:30:08AM +0800, Chen, Yu C wrote:
> On 10/27/2025 10:09 PM, Peter Zijlstra wrote:
> > On Mon, Oct 27, 2025 at 03:07:18PM +0100, Peter Zijlstra wrote:
> > > On Mon, Oct 27, 2025 at 02:55:16PM +0100, Peter Zijlstra wrote:
> > > 
> > > > > May I know if you are using the kernel config 0day attached?
> > > > > I found that the config 0day attached
> > > > > (https://download.01.org/0day-ci/archive/20251021/202510211205.1e0f5223-lkp@intel.com/config-6.18.0-rc1-00001-g79104becf42b)
> > > > > has
> > > > > CONFIG_IA32_EMULATION=y
> > > > > CONFIG_IA32_EMULATION_DEFAULT_DISABLED=y
> > > 
> > > Yep, deleting that entry makes it all work.
> > 
> > 'work' might be over stating, it boots and starts trinity, which then
> > promptly (as in a handful of seconds) triggers OOM and dies. Not
> > actually reproducing the NULL deref I was looking for.
> 
> Change the following line in job-script
> export memory='16G'
> to
> export memory='64G'
> ?

Yes, that seems to help.

> I had a try and can reproduce the NULL except at first run:

Took me two runs, but yes, I can see it now.

Anyway, this is two bugs in the robot, can we please fix all this to not
happen again?

 - .config has 32bit disabled while robot provides 32bit images. Clearly
   the actual robot runs 64bit images and the reproduction should
   provide those too.

 - job description is inaccurate in the amount of memory required.

The reproduction steps must exactly match what the real robot runs, not
something else.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ