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: <20250721073815.2673-1-hdanton@sina.com>
Date: Mon, 21 Jul 2025 15:38:14 +0800
From: Hillf Danton <hdanton@...a.com>
To: syzbot <syzbot+5583f599fe40b819b3e7@...kaller.appspotmail.com>
Cc: linux-kernel@...r.kernel.org,
	syzkaller-bugs@...glegroups.com
Subject: Re: [syzbot] [mm?] [input?] [usb?] INFO: rcu detected stall in devtmpfsd (3)

> Date: Sun, 20 Jul 2025 07:21:33 -0700	[thread overview]
> Hello,
> 
> syzbot found the following issue on:
> 
> HEAD commit:    155a3c003e55 Merge tag 'for-6.16/dm-fixes-2' of git://git...
> git tree:       upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=15d3658c580000
> kernel config:  https://syzkaller.appspot.com/x/.config?x=f62a2ef17395702a
> dashboard link: https://syzkaller.appspot.com/bug?extid=5583f599fe40b819b3e7
> syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=1096f58c580000
> C reproducer:   https://syzkaller.appspot.com/x/repro.c?x=1686a382580000

#syz test upstream  master

--- x/kernel/time/hrtimer.c
+++ y/kernel/time/hrtimer.c
@@ -1942,7 +1942,7 @@ retry:
 	else
 		expires_next = ktime_add(now, delta);
 	tick_program_event(expires_next, 1);
-	pr_warn_once("hrtimer: interrupt took %llu ns\n", ktime_to_ns(delta));
+	WARN(1, "hrtimer: interrupt took %llu ns on cpu%u\n", ktime_to_ns(delta), cpu_base->cpu);
 }
 #endif /* !CONFIG_HIGH_RES_TIMERS */
 
--

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ