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:	Sat, 12 Dec 2009 01:40:02 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	mroos@...ux.ee
Cc:	linux-kernel@...r.kernel.org, sparclinux@...r.kernel.org
Subject: Re: RCU detected CPU 0 stall after panic on sparc64

From: Meelis Roos <mroos@...ux.ee>
Date: Sat, 12 Dec 2009 10:54:19 +0200 (EET)

> I tried 2.6.32 git gaad3bf0 on a SMP sparc64 machine (Ultra Enterprise 
> 250). For some reason my disks were not found (not important in this 
> bugreport) and this resulted in panic (cannnot mount root). However, the 
> machine kept going and got the below messages (RCU detected CPU 0 stall 
> (t=1000 jiffies)) from timer interrupts.
> 
> This seems to be like a bug in RCU vs panic.

It's normal actually.  A panic() just loops forever and the cpu never
goes through an RCU grace period again as a result, and this triggers
the debugging timer that detects this condition.

Probably the panic() code should disable that assertion check.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ