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, 28 Nov 2017 15:16:30 +0100 (CET)
From:   Thomas Gleixner <tglx@...utronix.de>
To:     "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
cc:     kernel test robot <xiaolong.ye@...el.com>,
        LKML <linux-kernel@...r.kernel.org>, lkp@...org
Subject: Re: [lkp-robot] [torture] b151f93a71:
 INFO:rcu_preempt_detected_stalls_on_CPUs/tasks

On Mon, 27 Nov 2017, Paul E. McKenney wrote:
> On Sun, Nov 26, 2017 at 04:42:03PM +0800, kernel test robot wrote:
> > [  116.353432] rcu_preempt kthread starved for 9974 jiffies! g4294967208 c4294967207 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x402 ->cpu=0
> 
> So the immediate reason for the stall warning is that the RCU grace-period
> kthread isn't being allowed to run.
> 
> > [  116.355517] rcu_preempt     I 7464     8      2 0x80000000
> > [  116.356543] Call Trace:
> > [  116.357008]  __schedule+0x493/0x620
> > [  116.357682]  schedule+0x24/0x40
> > [  116.358291]  schedule_timeout+0x330/0x3b0
> 
> And the reason that it isn't being allowed to run is that its few-jiffy
> schedule_timeout has extended for more than nine thousand jiffies.
> 
> There was an odd combination of kernel parameters that Thomas Gleixner
> came across that could cause writer-thread stalls (since fixed in -rcu
> by the exact patch you call out here), but I don't see how this could
> cause an RCU CPU stall warning.

<Trimmed a lot of useless crap.....>

The only reasonable explanation is that either a wakeup is missed or the
timer is not expired. Hard to tell from that back trace, but it would be
interesting to figure that out. Let me think about how that can be done.

Thanks,

	tglx


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ