Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1338647

Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17
Date Sat, 20 Feb 2016 07:40:01 +0100
Message-ID <r49mV-RK-1@gated-at.bofh.it> (permalink)
References <r3fXs-2qW-17@gated-at.bofh.it> <r3ggO-2A4-13@gated-at.bofh.it> <r3gTw-36M-5@gated-at.bofh.it> <r3jHH-55z-5@gated-at.bofh.it> <r3vpw-4Wo-7@gated-at.bofh.it> <r3G1A-4rC-23@gated-at.bofh.it> <r3Koy-7qA-1@gated-at.bofh.it> <r3KHU-7NJ-9@gated-at.bofh.it> <r3Xc5-8z-1@gated-at.bofh.it> <r47uN-7VV-1@gated-at.bofh.it>
X-Original-To Ross Green <rgkernel@gmail.com>
X-Ibm-Helo d03dlp01.boulder.ibm.com
X-Ibm-Mailfrom paulmck@linux.vnet.ibm.com
X-Ibm-Rcptto linux-kernel@vger.kernel.org
Reply-To paulmck@linux.vnet.ibm.com
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.21 (2010-09-15)
X-Tm-As-Mml disable
X-Content-Scanned Fidelis XPS MAILER
X-Cbid 16022006-0013-0000-0000-00001D0BC038
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 48
Organization linux.* mail to news gateway
X-Original-Cc John Stultz <john.stultz@linaro.org>, Mathieu Desnoyers <mathieu.desnoyers@efficios.com>, Thomas Gleixner <tglx@linutronix.de>, Peter Zijlstra <peterz@infradead.org>, lkml <linux-kernel@vger.kernel.org>, Ingo Molnar <mingo@kernel.org>, Lai Jiangshan <jiangshanlai@gmail.com>, dipankar@in.ibm.com, Andrew Morton <akpm@linux-foundation.org>, Josh Triplett <josh@joshtriplett.org>, rostedt <rostedt@goodmis.org>, David Howells <dhowells@redhat.com>, Eric Dumazet <edumazet@google.com>, Darren Hart <dvhart@linux.intel.com>, Frédéric Weisbecker <fweisbec@gmail.com>, Oleg Nesterov <oleg@redhat.com>, pranith kumar <bobby.prani@gmail.com>
X-Original-Date Fri, 19 Feb 2016 22:32:48 -0800
X-Original-Message-ID <20160220063248.GE3522@linux.vnet.ibm.com>
X-Original-References <20160217192817.GA21818@linux.vnet.ibm.com> <20160217194554.GO6357@twins.programming.kicks-ass.net> <20160217202829.GO6719@linux.vnet.ibm.com> <20160217231945.GA21140@linux.vnet.ibm.com> <CANfgCY0sy7Fib6yihxFrj+iZx7Y8JkBKMcw2Fjc7JX_58MuFiQ@mail.gmail.com> <1568248905.2264.1455837260992.JavaMail.zimbra@efficios.com> <CANfgCY15tcUya_cgfe0E5WSGL54cL=QthS2ZMEi4bpzyFgSXFQ@mail.gmail.com> <CALAqxLXrGB8yiP469yGBHTBbX3+4p-qC0QNPoqq+q_ju0Nq+vQ@mail.gmail.com> <20160219173343.GB3522@linux.vnet.ibm.com> <CANfgCY3JGavgR_Mim8i0g38ikOwRAwZKRqin6u9EX4Q-71oBYw@mail.gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1338647

Show key headers only | View raw


On Sat, Feb 20, 2016 at 03:34:30PM +1100, Ross Green wrote:
> On Sat, Feb 20, 2016 at 4:33 AM, Paul E. McKenney
> <paulmck@linux.vnet.ibm.com> wrote:
> > On Thu, Feb 18, 2016 at 08:13:18PM -0800, John Stultz wrote:
> >> On Thu, Feb 18, 2016 at 7:56 PM, Ross Green <rgkernel@gmail.com> wrote:
> >> > Well a bonus extra!
> >> > Kept everything running and there was another stall.
> >> > So i have included the demsg output for perusal.
> >> >
> >> > Just to clear things up there is no hotplug involved in this system.
> >> > It is a standard Pandaboard ES Ti4460 two processor system.
> >> > I use this for testing as a generic armv7 processor, plus can keep it
> >> > just running along for testing for a long time. the system has a total
> >> > of 23-25 process running on average. Mainly standard daemons. There is
> >> > certainly no heavy processing going on. I run a series of benchmarks
> >> > that are cpu intensive for the first 20 miinutes after boot and then
> >> > just leave it idle away. checking every so often to see how it has
> >> > gone.
> >> > As mentioned I have observed these stalls going back to 3.17 kernel.
> >> > It will often take up to a week to record such a stall. I will
> >> > typically test every new release kernel, so the -rc? series will get
> >> > around a weeks testing.
> >>
> >> Sorry. Kind of hopping in a bit late here. Is this always happening
> >> with just the pandaboard? Or are you seeing this on different
> >> machines?
> >>
> >> Have you tried enabling CONFIG_DEBUG_TIMEKEEPING just in case
> >> something is going awry there?
> >
> > Excellent point -- timekeeping issues have caused this sort of issue
> > in the past.
> >
> > Ross, on your next test, could you please enable CONFIG_DEBUG_TIMEKEEPING
> > as John suggests?
> >
> >                                                         Thanx, Paul
> >
> As John has suggested have already enabled CONFIG_DEBUG_TIMEKEEPING.
> 
> So far just on 1 day running.
> 
> Sigh...!! Nothing to report as yet, only one day on the clock.
> Its like watching grass grow!

I hear you!  Though I was thinking in terms of watching paint dry...

							Thanx, Paul

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17 "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-02-17 06:50 +0100
  Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17 "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-02-17 20:30 +0100
    Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17 Peter Zijlstra <peterz@infradead.org> - 2016-02-17 20:50 +0100
      Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17 "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-02-17 21:30 +0100
        Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17 "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-02-18 00:30 +0100
          Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17 John Stultz <john.stultz@linaro.org> - 2016-02-19 05:20 +0100
            Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17 "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-02-19 18:40 +0100
              Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17 Ross Green <rgkernel@gmail.com> - 2016-02-20 05:40 +0100
                Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17 "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-02-20 07:40 +0100
                Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17 Ross Green <rgkernel@gmail.com> - 2016-02-21 19:30 +0100
          Re: rcu_preempt self-detected stall on CPU from 4.5-rc3, since 3.17 "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-02-19 05:30 +0100

csiph-web