linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: paulmck@linux.vnet.ibm.com
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: rcu_prempt stalls / lockup
Date: Mon, 31 Mar 2014 19:02:41 -0400	[thread overview]
Message-ID: <20140331230241.GA30019@redhat.com> (raw)

You can tell the merge window is open, because I'm back to breaking RCU.

[ 1023.934532] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 1023.935501]  (detected by 0, t=6502 jiffies, g=28666, c=28665, q=0)
[ 1023.936299] INFO: Stall ended before state dump start
[ 1218.871404] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 1218.872399]  (detected by 0, t=26007 jiffies, g=28666, c=28665, q=0)
[ 1218.873256] INFO: Stall ended before state dump start
[ 1413.808406] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 1413.809387]  (detected by 0, t=45512 jiffies, g=28666, c=28665, q=0)
[ 1413.810113] INFO: Stall ended before state dump start
[ 1608.745637] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 1608.746614]  (detected by 0, t=65017 jiffies, g=28666, c=28665, q=0)
[ 1608.747327] INFO: Stall ended before state dump start
[ 1803.682892] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 1803.683876]  (detected by 1, t=84522 jiffies, g=28666, c=28665, q=0)
[ 1803.684741] INFO: Stall ended before state dump start
[ 1998.620169] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 1998.621123]  (detected by 0, t=104027 jiffies, g=28666, c=28665, q=0)
[ 1998.621916] INFO: Stall ended before state dump start
[ 2193.557459] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 2193.558425]  (detected by 0, t=123532 jiffies, g=28666, c=28665, q=0)
[ 2193.559248] INFO: Stall ended before state dump start
[ 2388.494719] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 2388.495688]  (detected by 0, t=143037 jiffies, g=28666, c=28665, q=0)
[ 2388.496417] INFO: Stall ended before state dump start
[ 2583.431983] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 2583.432967]  (detected by 0, t=162542 jiffies, g=28666, c=28665, q=0)
[ 2583.433852] INFO: Stall ended before state dump start
[ 2778.369242] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 2778.370235]  (detected by 0, t=182047 jiffies, g=28666, c=28665, q=0)
[ 2778.371037] INFO: Stall ended before state dump start
[ 2973.306537] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 2973.307540]  (detected by 0, t=201552 jiffies, g=28666, c=28665, q=0)
[ 2973.308347] INFO: Stall ended before state dump start
[ 3168.244036] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 3168.245056]  (detected by 0, t=221057 jiffies, g=28666, c=28665, q=0)
[ 3168.245805] INFO: Stall ended before state dump start
[ 3363.181458] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 3363.182496]  (detected by 0, t=240562 jiffies, g=28666, c=28665, q=0)
[ 3363.183289] INFO: Stall ended before state dump start
[ 3558.118835] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 3558.119879]  (detected by 0, t=260067 jiffies, g=28666, c=28665, q=0)
[ 3558.120739] INFO: Stall ended before state dump start

at that point, userspace stopped responding. cursor on console was blinking,
but I couldn't even switch tty's, or sysrq dump.

rc8 was fine, so this is todays rcu changes.

	Dave


             reply	other threads:[~2014-03-31 23:02 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-31 23:02 Dave Jones [this message]
2014-03-31 23:22 ` rcu_prempt stalls / lockup Paul E. McKenney
2014-03-31 23:35   ` Dave Jones
2014-04-01  0:48     ` Paul E. McKenney
2014-04-01 15:08       ` Dave Jones
2014-04-01 15:30         ` Paul E. McKenney
2014-04-01 17:22           ` Dave Jones
2014-04-01 17:55             ` Paul E. McKenney
2014-04-01 18:04               ` Dave Jones
2014-04-01 18:32                 ` Paul E. McKenney
2014-04-01 22:16                   ` Dave Jones
2014-04-01 23:18                     ` Paul E. McKenney
2014-04-01 23:31                       ` Dave Jones
2014-04-01 23:57                         ` Paul E. McKenney
2014-04-02  0:07                           ` Dave Jones
2014-04-02 16:20                   ` Paul E. McKenney
2014-04-02 16:23                     ` Dave Jones
2014-04-02 22:48                     ` Dave Jones
2014-04-03 20:01                       ` Dave Jones
2014-04-03 20:46                         ` Paul E. McKenney
2014-04-03 21:44                           ` Dave Jones
2014-04-03 22:37                             ` Dave Jones
2014-04-04 17:06                               ` Paul E. McKenney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140331230241.GA30019@redhat.com \
    --to=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulmck@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).