public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Soft lockup regression from today's sched.git merge.
@ 2008-04-22  8:59 David Miller
  2008-04-22  9:14 ` Ingo Molnar
  0 siblings, 1 reply; 17+ messages in thread
From: David Miller @ 2008-04-22  8:59 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel


The following commit:

commit 27ec4407790d075c325e1f4da0a19c56953cce23
Author: Ingo Molnar <mingo@elte.hu>
Date:   Thu Feb 28 21:00:21 2008 +0100

    sched: make cpu_clock() globally synchronous
    
    Alexey Zaytsev reported (and bisected) that the introduction of
    cpu_clock() in printk made the timestamps jump back and forth.
    
    Make cpu_clock() more reliable while still keeping it fast when it's
    called frequently.
    
    Signed-off-by: Ingo Molnar <mingo@elte.hu>

causes watchdog triggers when a cpu exits NOHZ state when it has been
there for >= the soft lockup threshold, for example here are some
messages from a 128 cpu Niagara2 box:

[  168.106406] BUG: soft lockup - CPU#11 stuck for 128s! [dd:3239]
[  168.989592] BUG: soft lockup - CPU#21 stuck for 86s! [swapper:0]
[  168.999587] BUG: soft lockup - CPU#29 stuck for 91s! [make:4511]
[  168.999615] BUG: soft lockup - CPU#2 stuck for 85s! [swapper:0]
[  169.020514] BUG: soft lockup - CPU#37 stuck for 91s! [swapper:0]
[  169.020514] BUG: soft lockup - CPU#45 stuck for 91s! [sh:4515]
[  169.020515] BUG: soft lockup - CPU#69 stuck for 92s! [swapper:0]
[  169.020515] BUG: soft lockup - CPU#77 stuck for 92s! [swapper:0]
[  169.020515] BUG: soft lockup - CPU#61 stuck for 92s! [swapper:0]
[  169.112554] BUG: soft lockup - CPU#85 stuck for 92s! [swapper:0]
[  169.112554] BUG: soft lockup - CPU#101 stuck for 92s! [swapper:0]
[  169.112554] BUG: soft lockup - CPU#109 stuck for 92s! [swapper:0]
[  169.112554] BUG: soft lockup - CPU#117 stuck for 92s! [swapper:0]
[  169.171483] BUG: soft lockup - CPU#40 stuck for 80s! [dd:3239]
[  169.331483] BUG: soft lockup - CPU#13 stuck for 86s! [swapper:0]
[  169.351500] BUG: soft lockup - CPU#43 stuck for 101s! [dd:3239]
[  169.531482] BUG: soft lockup - CPU#9 stuck for 129s! [mkdir:4565]
[  169.595754] BUG: soft lockup - CPU#20 stuck for 93s! [swapper:0]
[  169.626787] BUG: soft lockup - CPU#52 stuck for 93s! [swapper:0]
[  169.626787] BUG: soft lockup - CPU#84 stuck for 92s! [swapper:0]
[  169.636812] BUG: soft lockup - CPU#116 stuck for 94s! [swapper:0]

It's simple enough to trigger this by doing a 10 minute sleep after a
fresh bootup then starting a parallel kernel build.

I suspect this might be reintroducing a problem we've had and fixed
before, see the thread:

http://marc.info/?l=linux-kernel&m=119546414004065&w=2

Please have a look, thank you.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Soft lockup regression from today's sched.git merge.
  2008-04-22  8:59 Soft lockup regression from today's sched.git merge David Miller
@ 2008-04-22  9:14 ` Ingo Molnar
  2008-04-22 10:05   ` David Miller
  2008-04-23  5:42   ` Soft lockup regression from today's sched.git merge David Miller
  0 siblings, 2 replies; 17+ messages in thread
From: Ingo Molnar @ 2008-04-22  9:14 UTC (permalink / raw)
  To: David Miller; +Cc: linux-kernel, Thomas Gleixner


* David Miller <davem@davemloft.net> wrote:

> The following commit:
> 
> commit 27ec4407790d075c325e1f4da0a19c56953cce23
> Author: Ingo Molnar <mingo@elte.hu>
> Date:   Thu Feb 28 21:00:21 2008 +0100
> 
>     sched: make cpu_clock() globally synchronous
>     
>     Alexey Zaytsev reported (and bisected) that the introduction of
>     cpu_clock() in printk made the timestamps jump back and forth.
>     
>     Make cpu_clock() more reliable while still keeping it fast when it's
>     called frequently.
>     
>     Signed-off-by: Ingo Molnar <mingo@elte.hu>
> 
> causes watchdog triggers when a cpu exits NOHZ state when it has been 
> there for >= the soft lockup threshold, for example here are some 
> messages from a 128 cpu Niagara2 box:
> 
> [  168.106406] BUG: soft lockup - CPU#11 stuck for 128s! [dd:3239]
> [  168.989592] BUG: soft lockup - CPU#21 stuck for 86s! [swapper:0]
> [  168.999587] BUG: soft lockup - CPU#29 stuck for 91s! [make:4511]
> [  168.999615] BUG: soft lockup - CPU#2 stuck for 85s! [swapper:0]
> [  169.020514] BUG: soft lockup - CPU#37 stuck for 91s! [swapper:0]
> [  169.020514] BUG: soft lockup - CPU#45 stuck for 91s! [sh:4515]
> [  169.020515] BUG: soft lockup - CPU#69 stuck for 92s! [swapper:0]
> [  169.020515] BUG: soft lockup - CPU#77 stuck for 92s! [swapper:0]
> [  169.020515] BUG: soft lockup - CPU#61 stuck for 92s! [swapper:0]
> [  169.112554] BUG: soft lockup - CPU#85 stuck for 92s! [swapper:0]
> [  169.112554] BUG: soft lockup - CPU#101 stuck for 92s! [swapper:0]
> [  169.112554] BUG: soft lockup - CPU#109 stuck for 92s! [swapper:0]
> [  169.112554] BUG: soft lockup - CPU#117 stuck for 92s! [swapper:0]
> [  169.171483] BUG: soft lockup - CPU#40 stuck for 80s! [dd:3239]
> [  169.331483] BUG: soft lockup - CPU#13 stuck for 86s! [swapper:0]
> [  169.351500] BUG: soft lockup - CPU#43 stuck for 101s! [dd:3239]
> [  169.531482] BUG: soft lockup - CPU#9 stuck for 129s! [mkdir:4565]
> [  169.595754] BUG: soft lockup - CPU#20 stuck for 93s! [swapper:0]
> [  169.626787] BUG: soft lockup - CPU#52 stuck for 93s! [swapper:0]
> [  169.626787] BUG: soft lockup - CPU#84 stuck for 92s! [swapper:0]
> [  169.636812] BUG: soft lockup - CPU#116 stuck for 94s! [swapper:0]
> 
> It's simple enough to trigger this by doing a 10 minute sleep after a 
> fresh bootup then starting a parallel kernel build.
> 
> I suspect this might be reintroducing a problem we've had and fixed 
> before, see the thread:
> 
> http://marc.info/?l=linux-kernel&m=119546414004065&w=2

yeah, it looks very similar.

> Please have a look, thank you.

thanks for reporting it. I havent seen this false positive happen in a 
long time - but then again, PC CPUs are a lot less idle than a 128-CPU 
Niagara2 :-/ I'm wondering what the best method would be to provoke a 
CPU to stay idle that long - to make sure this bug is fixed.

so i only have the untested patch below for now - does it fix the bug 
for you?

	Ingo

----------------------------------->
Subject: softlockup: fix NOHZ wakeup
From: Ingo Molnar <mingo@elte.hu>

David Miller reported:

|--------------->
the following commit:

| commit 27ec4407790d075c325e1f4da0a19c56953cce23
| Author: Ingo Molnar <mingo@elte.hu>
| Date:   Thu Feb 28 21:00:21 2008 +0100
|
|     sched: make cpu_clock() globally synchronous
|
|     Alexey Zaytsev reported (and bisected) that the introduction of
|     cpu_clock() in printk made the timestamps jump back and forth.
|
|     Make cpu_clock() more reliable while still keeping it fast when it's
|     called frequently.
|
|     Signed-off-by: Ingo Molnar <mingo@elte.hu>

causes watchdog triggers when a cpu exits NOHZ state when it has been
there for >= the soft lockup threshold, for example here are some
messages from a 128 cpu Niagara2 box:

[  168.106406] BUG: soft lockup - CPU#11 stuck for 128s! [dd:3239]
[  168.989592] BUG: soft lockup - CPU#21 stuck for 86s! [swapper:0]
[  168.999587] BUG: soft lockup - CPU#29 stuck for 91s! [make:4511]
[  168.999615] BUG: soft lockup - CPU#2 stuck for 85s! [swapper:0]
[  169.020514] BUG: soft lockup - CPU#37 stuck for 91s! [swapper:0]
[  169.020514] BUG: soft lockup - CPU#45 stuck for 91s! [sh:4515]
[  169.020515] BUG: soft lockup - CPU#69 stuck for 92s! [swapper:0]
[  169.020515] BUG: soft lockup - CPU#77 stuck for 92s! [swapper:0]
[  169.020515] BUG: soft lockup - CPU#61 stuck for 92s! [swapper:0]
[  169.112554] BUG: soft lockup - CPU#85 stuck for 92s! [swapper:0]
[  169.112554] BUG: soft lockup - CPU#101 stuck for 92s! [swapper:0]
[  169.112554] BUG: soft lockup - CPU#109 stuck for 92s! [swapper:0]
[  169.112554] BUG: soft lockup - CPU#117 stuck for 92s! [swapper:0]
[  169.171483] BUG: soft lockup - CPU#40 stuck for 80s! [dd:3239]
[  169.331483] BUG: soft lockup - CPU#13 stuck for 86s! [swapper:0]
[  169.351500] BUG: soft lockup - CPU#43 stuck for 101s! [dd:3239]
[  169.531482] BUG: soft lockup - CPU#9 stuck for 129s! [mkdir:4565]
[  169.595754] BUG: soft lockup - CPU#20 stuck for 93s! [swapper:0]
[  169.626787] BUG: soft lockup - CPU#52 stuck for 93s! [swapper:0]
[  169.626787] BUG: soft lockup - CPU#84 stuck for 92s! [swapper:0]
[  169.636812] BUG: soft lockup - CPU#116 stuck for 94s! [swapper:0]

It's simple enough to trigger this by doing a 10 minute sleep after a
fresh bootup then starting a parallel kernel build.

I suspect this might be reintroducing a problem we've had and fixed
before, see the thread:

http://marc.info/?l=linux-kernel&m=119546414004065&w=2
<---------------|

touch the softlockup watchdog when exiting NOHZ state - we are
obviously not locked up.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 kernel/time/tick-sched.c |    1 +
 1 file changed, 1 insertion(+)

Index: linux/kernel/time/tick-sched.c
===================================================================
--- linux.orig/kernel/time/tick-sched.c
+++ linux/kernel/time/tick-sched.c
@@ -393,6 +393,7 @@ void tick_nohz_restart_sched_tick(void)
 		sub_preempt_count(HARDIRQ_OFFSET);
 	}
 
+	touch_softlockup_watchdog();
 	/*
 	 * Cancel the scheduled timer and restore the tick
 	 */

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Soft lockup regression from today's sched.git merge.
  2008-04-22  9:14 ` Ingo Molnar
@ 2008-04-22 10:05   ` David Miller
  2008-04-22 12:45     ` Peter Zijlstra
  2008-04-23  8:50     ` [patch] softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds Ingo Molnar
  2008-04-23  5:42   ` Soft lockup regression from today's sched.git merge David Miller
  1 sibling, 2 replies; 17+ messages in thread
From: David Miller @ 2008-04-22 10:05 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, tglx

From: Ingo Molnar <mingo@elte.hu>
Date: Tue, 22 Apr 2008 11:14:56 +0200

> so i only have the untested patch below for now - does it fix the bug 
> for you?
 ...
> Index: linux/kernel/time/tick-sched.c
> ===================================================================
> --- linux.orig/kernel/time/tick-sched.c
> +++ linux/kernel/time/tick-sched.c
> @@ -393,6 +393,7 @@ void tick_nohz_restart_sched_tick(void)
>  		sub_preempt_count(HARDIRQ_OFFSET);
>  	}
>  
> +	touch_softlockup_watchdog();
>  	/*
>  	 * Cancel the scheduled timer and restore the tick
>  	 */

The NOHZ lockup warnings are gone.  But this seems like
a band-aid.  We made sure that cpus don't get into this
state via commit:

----------------------------------------
commit d3938204468dccae16be0099a2abf53db4ed0505
Author: Thomas Gleixner <tglx@linutronix.de>
Date:   Wed Nov 28 15:52:56 2007 +0100

    softlockup: fix false positives on CONFIG_NOHZ
    
    David Miller reported soft lockup false-positives that trigger
    on NOHZ due to CPUs idling for more than 10 seconds.
    
    The solution is touch the softlockup watchdog when we return from
    idle. (by definition we are not 'locked up' when we were idle)
    
     http://bugzilla.kernel.org/show_bug.cgi?id=9409
    
    Reported-by: David Miller <davem@davemloft.net>
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: Ingo Molnar <mingo@elte.hu>

diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c
index 27a2338..cb89fa8 100644
--- a/kernel/time/tick-sched.c
+++ b/kernel/time/tick-sched.c
@@ -133,6 +133,8 @@ void tick_nohz_update_jiffies(void)
 	if (!ts->tick_stopped)
 		return;
 
+	touch_softlockup_watchdog();
+
 	cpu_clear(cpu, nohz_cpu_mask);
 	now = ktime_get();
----------------------------------------

While what the guilty patch we're discussing here does is change how
cpu_clock() is computed, that's it.  softlockup uses cpu_clock() to
calculate it's timestamp.  The guilty change modified nothing about
when touch_softlockup_watchdog() is called, nor any other aspect about
how the softlockup mechanism itself works.

So we need to figure out why in the world changing how cpu_clock()
gets calculated makes a difference.

Anyways, this is with HZ=1000 FWIW.  And I really don't feel this is a
128-cpu moster system thing, I bet my 2-cpu workstation triggers this
too, and I'll make sure of that for you..

BTW, I'm also getting cpu's wedged in the group aggregate code:

[  121.338742] TSTATE: 0000009980001602 TPC: 000000000054ea20 TNPC: 0000000000456828 Y: 00000000    Not tainted
[  121.338778] TPC: <__first_cpu+0x4/0x28>
[  121.338791] g0: 0000000000000000 g1: 0000000000000002 g2: 0000000000000000 g3: 0000000000000002
[  121.338809] g4: fffff803fe9b24c0 g5: fffff8001587c000 g6: fffff803fe9d0000 g7: 00000000007b7260
[  121.338827] o0: 0000000000000002 o1: 00000000007b7258 o2: 0000000000000000 o3: 00000000007b7800
[  121.338845] o4: 0000000000845000 o5: 0000000000000400 sp: fffff803fe9d2ed1 ret_pc: 0000000000456820
[  121.338879] RPC: <aggregate_group_shares+0x10c/0x16c>
[  121.338893] l0: 0000000000000400 l1: 000000000000000d l2: 00000000000003ff l3: 0000000000000000
[  121.338911] l4: 0000000000000000 l5: 0000000000000000 l6: fffff803fe9d0000 l7: 0000000080009002
[  121.338928] i0: 0000000000801c20 i1: fffff800161ca508 i2: 00000000000001d8 i3: 0000000000000001
[  121.338946] i4: fffff800161d9c00 i5: 0000000000000001 i6: fffff803fe9d2f91 i7: 0000000000456904
[  121.338968] I7: <aggregate_get_down+0x84/0x13c>

I'm suspecting the deluge of cpumask changes that also went in today.

I guess I'll be bisecting all day tomorrow too :-/

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: Soft lockup regression from today's sched.git merge.
  2008-04-22 10:05   ` David Miller
@ 2008-04-22 12:45     ` Peter Zijlstra
  2008-05-06 22:41       ` Rafael J. Wysocki
  2008-04-23  8:50     ` [patch] softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds Ingo Molnar
  1 sibling, 1 reply; 17+ messages in thread
From: Peter Zijlstra @ 2008-04-22 12:45 UTC (permalink / raw)
  To: David Miller; +Cc: mingo, linux-kernel, tglx

On Tue, 2008-04-22 at 03:05 -0700, David Miller wrote:

> BTW, I'm also getting cpu's wedged in the group aggregate code:
> 
> [  121.338742] TSTATE: 0000009980001602 TPC: 000000000054ea20 TNPC: 0000000000456828 Y: 00000000    Not tainted
> [  121.338778] TPC: <__first_cpu+0x4/0x28>
> [  121.338791] g0: 0000000000000000 g1: 0000000000000002 g2: 0000000000000000 g3: 0000000000000002
> [  121.338809] g4: fffff803fe9b24c0 g5: fffff8001587c000 g6: fffff803fe9d0000 g7: 00000000007b7260
> [  121.338827] o0: 0000000000000002 o1: 00000000007b7258 o2: 0000000000000000 o3: 00000000007b7800
> [  121.338845] o4: 0000000000845000 o5: 0000000000000400 sp: fffff803fe9d2ed1 ret_pc: 0000000000456820
> [  121.338879] RPC: <aggregate_group_shares+0x10c/0x16c>
> [  121.338893] l0: 0000000000000400 l1: 000000000000000d l2: 00000000000003ff l3: 0000000000000000
> [  121.338911] l4: 0000000000000000 l5: 0000000000000000 l6: fffff803fe9d0000 l7: 0000000080009002
> [  121.338928] i0: 0000000000801c20 i1: fffff800161ca508 i2: 00000000000001d8 i3: 0000000000000001
> [  121.338946] i4: fffff800161d9c00 i5: 0000000000000001 i6: fffff803fe9d2f91 i7: 0000000000456904
> [  121.338968] I7: <aggregate_get_down+0x84/0x13c>
> 
> I'm suspecting the deluge of cpumask changes that also went in today.
> 
> I guess I'll be bisecting all day tomorrow too :-/

Sadly both the cpumask changes and the group load-balancer came in the
same batch - so its all new code. Also, it looks like the cpumask
changes are before the load balance changes - so bisecting this will be
'fun'.

That said; the code in question looks like:

static
void aggregate_group_shares(struct task_group *tg, struct sched_domain *sd)
{
        unsigned long shares = 0;
        int i;

again:
        for_each_cpu_mask(i, sd->span)
                shares += tg->cfs_rq[i]->shares;

        /*
         * When the span doesn't have any shares assigned, but does have
         * tasks to run do a machine wide rebalance (should be rare).
         */
        if (unlikely(!shares && aggregate(tg, sd)->rq_weight)) {
                __aggregate_redistribute_shares(tg);
                goto again;
        }

        aggregate(tg, sd)->shares = shares;
}

and the __first_cpu() call is from the for_each_cpu_mask() afaict. and
sd->span should be good - that's not new. So I'm a bit puzzled.

But you say they get wedged - so the above trace is a snapshot (NMI,
sysrq-[tw] or the like) that could also mean they get wedged in this
'again' loop we have here.

I have two patches; the first will stick in a printk() to see if it is
indeed the loop in this function. The second is an attempt at breaking
out of it.

BTW, what does the sched_domain tree look like on that 128-cpu machine?

---
 kernel/printk.c |    2 --
 kernel/sched.c  |    1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

Index: linux-2.6-2/kernel/printk.c
===================================================================
--- linux-2.6-2.orig/kernel/printk.c
+++ linux-2.6-2/kernel/printk.c
@@ -1020,8 +1020,6 @@ void release_console_sem(void)
 	console_locked = 0;
 	up(&console_sem);
 	spin_unlock_irqrestore(&logbuf_lock, flags);
-	if (wake_klogd)
-		wake_up_klogd();
 }
 EXPORT_SYMBOL(release_console_sem);
 
Index: linux-2.6-2/kernel/sched.c
===================================================================
--- linux-2.6-2.orig/kernel/sched.c
+++ linux-2.6-2/kernel/sched.c
@@ -1710,6 +1710,7 @@ again:
 	 * tasks to run do a machine wide rebalance (should be rare).
 	 */
 	if (unlikely(!shares && aggregate(tg, sd)->rq_weight)) {
+		printk(KERN_EMERG "[%d] no sd shares\n", raw_smp_processor_id());
 		__aggregate_redistribute_shares(tg);
 		goto again;
 	}


---
 kernel/sched.c |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Index: linux-2.6-2/kernel/sched.c
===================================================================
--- linux-2.6-2.orig/kernel/sched.c
+++ linux-2.6-2/kernel/sched.c
@@ -1661,9 +1661,9 @@ void aggregate_group_weight(struct task_
  */
 static void __aggregate_redistribute_shares(struct task_group *tg)
 {
-	int i, max_cpu = smp_processor_id();
+	int i;
 	unsigned long rq_weight = 0;
-	unsigned long shares, max_shares = 0, shares_rem = tg->shares;
+	unsigned long shares, shares_rem = tg->shares;
 
 	for_each_possible_cpu(i)
 		rq_weight += tg->cfs_rq[i]->load.weight;
@@ -1677,10 +1677,6 @@ static void __aggregate_redistribute_sha
 
 		tg->cfs_rq[i]->shares = shares;
 
-		if (shares > max_shares) {
-			max_shares = shares;
-			max_cpu = i;
-		}
 		shares_rem -= shares;
 	}
 
@@ -1689,7 +1685,7 @@ static void __aggregate_redistribute_sha
 	 * due to rounding down when computing the per-cpu shares.
 	 */
 	if (shares_rem)
-		tg->cfs_rq[max_cpu]->shares += shares_rem;
+		tg->cfs_rq[smp_process_id()]->shares += shares_rem;
 }
 
 /*



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Soft lockup regression from today's sched.git merge.
  2008-04-22  9:14 ` Ingo Molnar
  2008-04-22 10:05   ` David Miller
@ 2008-04-23  5:42   ` David Miller
  2008-04-23  7:32     ` Dhaval Giani
                       ` (2 more replies)
  1 sibling, 3 replies; 17+ messages in thread
From: David Miller @ 2008-04-23  5:42 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, tglx

From: Ingo Molnar <mingo@elte.hu>
Date: Tue, 22 Apr 2008 11:14:56 +0200

> thanks for reporting it. I havent seen this false positive happen in a 
> long time - but then again, PC CPUs are a lot less idle than a 128-CPU 
> Niagara2 :-/ I'm wondering what the best method would be to provoke a 
> CPU to stay idle that long - to make sure this bug is fixed.

I looked more closely at this.

There is no way the patch in question can work properly.

The algorithm is, essentialy "if time - prev_cpu_time is large enough,
call __sync_cpu_clock()" which if fine, except that nothing ever sets
prev_cpu_time.

The code is fatally flawed, once __sync_cpu_clock() calls start
happening, they will happen on every cpu_clock() call.

So like my bisect showed from the get-go, these cpu_clock() changes
have major problems, so it was quite a mind boggling stretch to stick
a touch_softlockup_watchdog() call somewhere to try and fix this
when the guilty change in question didn't touch that area at all.
:-(

Furthermore, this is an extremely expensive way to ensure monotonic
per-rq timestamps.  A global spinlock taken every 100000 ns on every
cpu?!?!  :-/

At least move any implication of "high speed" from the comments above
cpu_clock() if we're going to need something like this.  I have 128
cpus, that's 128 grabs of that spinlock every quantum.  My next system
I'm getting will have 256 cpus.  The expense of your solution
increases linearly with the number of cpus, which doesn't scale.

Anyways, I'll work on the group sched lockup bug next.  As if I have
nothing better to do during the merge window than fix sched tree
regressions :-(

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Soft lockup regression from today's sched.git merge.
  2008-04-23  5:42   ` Soft lockup regression from today's sched.git merge David Miller
@ 2008-04-23  7:32     ` Dhaval Giani
  2008-04-23  7:51     ` Ingo Molnar
  2008-04-23  9:40     ` Ingo Molnar
  2 siblings, 0 replies; 17+ messages in thread
From: Dhaval Giani @ 2008-04-23  7:32 UTC (permalink / raw)
  To: David Miller
  Cc: mingo, linux-kernel, tglx, Srivatsa Vaddagiri, Peter Zijlstra,
	Aneesh Kumar KV

On Tue, Apr 22, 2008 at 10:42:12PM -0700, David Miller wrote:
> From: Ingo Molnar <mingo@elte.hu>
> Date: Tue, 22 Apr 2008 11:14:56 +0200
> 
> Anyways, I'll work on the group sched lockup bug next.  As if I have
> nothing better to do during the merge window than fix sched tree
> regressions :-(

I've been able to reproduce this on a 128way ppc64 box here. Let me see
if I can get you a fix soon enough.

-- 
regards,
Dhaval

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Soft lockup regression from today's sched.git merge.
  2008-04-23  5:42   ` Soft lockup regression from today's sched.git merge David Miller
  2008-04-23  7:32     ` Dhaval Giani
@ 2008-04-23  7:51     ` Ingo Molnar
  2008-04-23  9:40     ` Ingo Molnar
  2 siblings, 0 replies; 17+ messages in thread
From: Ingo Molnar @ 2008-04-23  7:51 UTC (permalink / raw)
  To: David Miller; +Cc: linux-kernel, tglx, Peter Zijlstra


* David Miller <davem@davemloft.net> wrote:

> From: Ingo Molnar <mingo@elte.hu>
> Date: Tue, 22 Apr 2008 11:14:56 +0200
> 
> > thanks for reporting it. I havent seen this false positive happen in a 
> > long time - but then again, PC CPUs are a lot less idle than a 128-CPU 
> > Niagara2 :-/ I'm wondering what the best method would be to provoke a 
> > CPU to stay idle that long - to make sure this bug is fixed.
> 
> I looked more closely at this.
> 
> There is no way the patch in question can work properly.
> 
> The algorithm is, essentialy "if time - prev_cpu_time is large enough, 
> call __sync_cpu_clock()" which if fine, except that nothing ever sets 
> prev_cpu_time.

you are right - and this causes us to hit that global spinlock every 
time cpu_clock() is called. Note that only debugging code uses 
cpu_clock() though (softlockup watchdog, blktrace, etc.) - but you are 
right that the performance bug should be fixed - the patch below fixes 
the bogosity.

the second patch below makes time_sync_thresh available to architecture 
code - that way, if your platform has a guaranteed-synchronous 
sched_clock(), you can set that to a larger value (or just -1LL for 
infinite).

this problem cannot explain the softlockup bug though.

	Ingo

---------------------------->
Subject: sched: fix cpu clock
From: Ingo Molnar <mingo@elte.hu>
Date: Wed Apr 23 09:24:06 CEST 2008

David Miller pointed it out that nothing in cpu_clock() sets
prev_cpu_time. This caused __sync_cpu_clock() to be called
all the time - against the intention of this code.

The result was that in practice we hit a global spinlock every
time cpu_clock() is called - which - even though cpu_clock()
is used for tracing and debugging, is suboptimal.

Reported-by: David Miller <davem@davemloft.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 kernel/sched.c |    2 ++
 1 file changed, 2 insertions(+)

Index: linux/kernel/sched.c
===================================================================
--- linux.orig/kernel/sched.c
+++ linux/kernel/sched.c
@@ -1001,6 +1001,8 @@ unsigned long long notrace cpu_clock(int
 	if (unlikely(delta_time > time_sync_thresh))
 		time = __sync_cpu_clock(time, cpu);
 
+	per_cpu(prev_cpu_time, cpu) = time;
+
 	return time;
 }
 EXPORT_SYMBOL_GPL(cpu_clock);

Subject: sched: make clock sync tunable by architecture code
From: Ingo Molnar <mingo@elte.hu>
Date: Wed Apr 23 09:31:35 CEST 2008

make time_sync_thresh tunable to architecture code.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 include/linux/sched.h |    2 ++
 kernel/sched.c        |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

Index: linux/include/linux/sched.h
===================================================================
--- linux.orig/include/linux/sched.h
+++ linux/include/linux/sched.h
@@ -159,6 +159,8 @@ print_cfs_rq(struct seq_file *m, int cpu
 }
 #endif
 
+extern unsigned long long time_sync_thresh;
+
 /*
  * Task state bitmask. NOTE! These bits are also
  * encoded in fs/proc/array.c: get_task_state().
Index: linux/kernel/sched.c
===================================================================
--- linux.orig/kernel/sched.c
+++ linux/kernel/sched.c
@@ -924,7 +924,7 @@ static inline u64 global_rt_runtime(void
 	return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC;
 }
 
-static const unsigned long long time_sync_thresh = 100000;
+unsigned long long time_sync_thresh = 100000;
 
 static DEFINE_PER_CPU(unsigned long long, time_offset);
 static DEFINE_PER_CPU(unsigned long long, prev_cpu_time);

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [patch] softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds
  2008-04-22 10:05   ` David Miller
  2008-04-22 12:45     ` Peter Zijlstra
@ 2008-04-23  8:50     ` Ingo Molnar
  2008-04-23 10:55       ` David Miller
  1 sibling, 1 reply; 17+ messages in thread
From: Ingo Molnar @ 2008-04-23  8:50 UTC (permalink / raw)
  To: David Miller; +Cc: linux-kernel, tglx, Peter Zijlstra


* David Miller <davem@davemloft.net> wrote:

> > +++ linux/kernel/time/tick-sched.c
> > @@ -393,6 +393,7 @@ void tick_nohz_restart_sched_tick(void)
> >  		sub_preempt_count(HARDIRQ_OFFSET);
> >  	}
> >  
> > +	touch_softlockup_watchdog();
> >  	/*
> >  	 * Cancel the scheduled timer and restore the tick
> >  	 */
> 
> The NOHZ lockup warnings are gone.  But this seems like a band-aid.  
> We made sure that cpus don't get into this state via commit:

but that commit:

> @@ -133,6 +133,8 @@ void tick_nohz_update_jiffies(void)
>  	if (!ts->tick_stopped)
>  		return;
>  
> +	touch_softlockup_watchdog();
> +
>  	cpu_clear(cpu, nohz_cpu_mask);
>  	now = ktime_get();

updates the softlockup watchdog before we update jiffies:

>       ts->idle_waketime = now;
>
>       local_irq_save(flags);
>       tick_do_update_jiffies64(now);
>       local_irq_restore(flags);

so the patch i gave you first should do the trick - the cleaner patch is 
attached below.

> While what the guilty patch we're discussing here does is change how 
> cpu_clock() is computed, that's it.  softlockup uses cpu_clock() to 
> calculate it's timestamp.  The guilty change modified nothing about 
> when touch_softlockup_watchdog() is called, nor any other aspect about 
> how the softlockup mechanism itself works.
> 
> So we need to figure out why in the world changing how cpu_clock() 
> gets calculated makes a difference.

the thing is that that change _fixed_ cpu_clock() - and exposed the 
latent softlockup/nohz interaction that was always there and which 
caused false positives if a CPU stayed idle for more than 60 seconds.

	Ingo

------------------>
Subject: softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds
From: Ingo Molnar <mingo@elte.hu>
Date: Wed Apr 23 10:01:08 CEST 2008

David Miller reported softlockup false positives on his 128-way Niagara2 
system. The special thing about that system is extremely long clockevent 
timeouts combined with extremly long idle times.

Fix rq->clock update bug that can trigger on such a system: in 
tick_nohz_update_jiffies() [which is called on all irq entry on all cpus 
where the irq entry hits an idle cpu] we call 
touch_softlockup_watchdog() before we update jiffies. That works fine 
most of the time when idle timeouts are within 60 seconds. But when an 
idle timeout is beyond 60 seconds, jiffies is updated with a jump of 
more than 60 seconds, which causes a jump in cpu-clock of more than 60 
seconds, triggering a false positive.

Reported-by: David Miller <davem@davemloft.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 kernel/time/tick-sched.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux/kernel/time/tick-sched.c
===================================================================
--- linux.orig/kernel/time/tick-sched.c
+++ linux/kernel/time/tick-sched.c
@@ -133,8 +133,6 @@ void tick_nohz_update_jiffies(void)
 	if (!ts->tick_stopped)
 		return;
 
-	touch_softlockup_watchdog();
-
 	cpu_clear(cpu, nohz_cpu_mask);
 	now = ktime_get();
 	ts->idle_waketime = now;
@@ -142,6 +140,8 @@ void tick_nohz_update_jiffies(void)
 	local_irq_save(flags);
 	tick_do_update_jiffies64(now);
 	local_irq_restore(flags);
+
+	touch_softlockup_watchdog();
 }
 
 void tick_nohz_stop_idle(int cpu)

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Soft lockup regression from today's sched.git merge.
  2008-04-23  5:42   ` Soft lockup regression from today's sched.git merge David Miller
  2008-04-23  7:32     ` Dhaval Giani
  2008-04-23  7:51     ` Ingo Molnar
@ 2008-04-23  9:40     ` Ingo Molnar
  2 siblings, 0 replies; 17+ messages in thread
From: Ingo Molnar @ 2008-04-23  9:40 UTC (permalink / raw)
  To: David Miller; +Cc: linux-kernel, tglx, Peter Zijlstra


* David Miller <davem@davemloft.net> wrote:

> The code is fatally flawed, once __sync_cpu_clock() calls start 
> happening, they will happen on every cpu_clock() call.
> 
> So like my bisect showed from the get-go, these cpu_clock() changes 
> have major problems, so it was quite a mind boggling stretch to stick 
> a touch_softlockup_watchdog() call somewhere to try and fix this when 
> the guilty change in question didn't touch that area at all.
> :-(
> 
> Furthermore, this is an extremely expensive way to ensure monotonic 
> per-rq timestamps.  A global spinlock taken every 100000 ns on every 
> cpu?!?!  :-/
> 
> At least move any implication of "high speed" from the comments above 
> cpu_clock() if we're going to need something like this.  I have 128 
> cpus, that's 128 grabs of that spinlock every quantum.  My next system 
> I'm getting will have 256 cpus.  The expense of your solution 
> increases linearly with the number of cpus, which doesn't scale.

we are glad about your feedback and we will fix any and all bugs in this 
code, as fast as we can. Let me also defend the code as there are two 
factors that you might not be aware of:

Firstly, cpu_clock() is only used in debug code, not in a fastpath. 
Using a global lock there was a conscious choice, it's been in -mm for 
two months and in linux-next as well for some time. I booted it on a 
64-way box with nohz enabled and it wasnt a visible problem in 
benchmarks.

The time_sync_thresh thing was indeed an afterthought and it was indeed 
buggy but harmless to functionality. (that's why it went unnoticed - 
until you found the thinko - thanks for that.) The patches i sent today 
should largely address that.

Secondly, and perhaps more importantly, the nohz code _already_ uses a 
very heavy lock in the idle path and always did that! It is exactly the 
kind of global lock you complain about above, just much worse: it's used 
in the fastpath.

Every time irq_enter() is done on an idle CPU we do:

|  static void tick_do_update_jiffies64(ktime_t now)
|  {
|          unsigned long ticks = 0;
|          ktime_t delta;
|
|          /* Reevalute with xtime_lock held */
|          write_seqlock(&xtime_lock);

... that xtime_lock is a heavy global seqlock - just as heavy as any 
global spinlock. That's the price we pay for global jiffies and shoddy 
drivers that rely on it.

This has been there in the fastpath unconditionally (not in debug code) 
and it was not reported as a problem before. The reason is that while 
this global lock truly sucks it spends time from an _idle_ CPU's time 
which mutes some of its overhead and makes it mostly "invisible" to any 
real performance measurement.

It's still not ideal because it slightly increases irq latency. So it 
would be nice to improve upon it but it's nothing new and it's not 
caused by these commits. Any ideas how to do it? I guess we could first 
check jiffies unlocked - this would mute much of the polling that goes 
on here. Something like the patch below. Hm?

	Ingo

------------------------->
Subject: nohz: reduce jiffies polling overhead
From: Ingo Molnar <mingo@elte.hu>
Date: Wed Apr 23 11:05:09 CEST 2008

Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 kernel/time/tick-sched.c |    7 +++++++
 1 file changed, 7 insertions(+)

Index: linux/kernel/time/tick-sched.c
===================================================================
--- linux.orig/kernel/time/tick-sched.c
+++ linux/kernel/time/tick-sched.c
@@ -48,6 +48,13 @@ static void tick_do_update_jiffies64(kti
 	unsigned long ticks = 0;
 	ktime_t delta;
 
+	/*
+	 * Do a quick check without holding xtime_lock:
+	 */
+	delta = ktime_sub(now, last_jiffies_update);
+	if (delta.tv64 < tick_period.tv64)
+		return;
+
 	/* Reevalute with xtime_lock held */
 	write_seqlock(&xtime_lock);
 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [patch] softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds
  2008-04-23  8:50     ` [patch] softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds Ingo Molnar
@ 2008-04-23 10:55       ` David Miller
  2008-04-23 12:29         ` David Miller
  0 siblings, 1 reply; 17+ messages in thread
From: David Miller @ 2008-04-23 10:55 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, tglx, a.p.zijlstra

From: Ingo Molnar <mingo@elte.hu>
Date: Wed, 23 Apr 2008 10:50:30 +0200

> so the patch i gave you first should do the trick - the cleaner patch is 
> attached below.

Even with this patch applied and the second buggy changeset:

commit 15934a37324f32e0fda633dc7984a671ea81cd75
Author: Guillaume Chazarain <guichaz@yahoo.fr>
Date:   Sat Apr 19 19:44:57 2008 +0200

    sched: fix rq->clock overflows detection with CONFIG_NO_HZ
    
    When using CONFIG_NO_HZ, rq->tick_timestamp is not updated every TICK_NSEC.
    We check that the number of skipped ticks matches the clock jump seen in
    __update_rq_clock().
    
    Signed-off-by: Guillaume Chazarain <guichaz@yahoo.fr>
    Signed-off-by: Ingo Molnar <mingo@elte.hu>

reverted, I'm still getting softlockup warnings and wedged cpus, see
the log below.

Look, I'm just going to walk through the scheduler and cpumask
changesets one by one and report as each regression appears
and try to continue with the guilty changesets reported.  There
are aparently several bugs being added by these changesets.

It may take some time, as each test run the verify the existence
of the problem takes several minutes.

[  111.877610] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  111.877610] TPC: <cpu_idle+0xb0/0x134>
[  111.877610] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff678000 g3: 0000000000000000
[  111.877610] g4: fffff803ff647100 g5: fffff80007e4a000 g6: fffff803ff678000 g7: 0000021100004000
[  111.877610] o0: 0000000000000000 o1: fffff803ff678008 o2: 0000000000004000 o3: 0000000000000001
[  111.877610] o4: fffff8000863a2d0 o5: 0000000000000012 sp: fffff803ff67b681 ret_pc: 0000000000427818
[  111.877610] RPC: <cpu_idle+0x9c/0x134>
[  111.877610] l0: 000000000000003d l1: 00000000007bb6d0 l2: 000000000000003d l3: 00000000000000c8
[  111.877610] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  111.877610] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  111.877610] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff67b741 i7: 00000000006b1d00
[  111.877610] I7: <after_lock_tlb+0x1a4/0x1b4>
[  111.877610] BUG: soft lockup - CPU#20 stuck for 79s! [make:3645]
[  111.877610] TSTATE: 0000009982000a07 TPC: 00000000f7e96aa0 TNPC: 00000000f7e96aa4 Y: 00000000    Not tainted
[  111.877610] TPC: <0xf7e96aa8>
[  111.877610] g0: 0000000000000000 g1: 0000000000022000 g2: 0000000000000021 g3: 0000000000000048
[  111.877610] g4: 00000000000000d1 g5: 0000000000052628 g6: 000000000004fd78 g7: 00000000f7fe97d0
[  111.877610] o0: 0000000000052628 o1: 0000000000032c00 o2: 0000000000000000 o3: 00000000000000f0
[  111.877610] o4: fffffffffffffda8 o5: 0000000000000079 sp: 00000000ffa15d10 ret_pc: 00000000f7e96a1c
[  111.877610] RPC: <0xf7e96a24>
[  111.877610] l0: 00052530 l1: 000000d0 l2: 00052530 l3: 00052600 l4: 00000020 l5: 00000001 l6: 00002710 l7: f7f93000
[  111.877610] i0: f7f95630 i1: 00052538 i2: 00046ce4 i3: 00000020 i4: 00000000 i5: 00052530 i6: ffa15da8 i7: f7e9760c
[  111.884344] BUG: soft lockup - CPU#29 stuck for 68s! [swapper:0]
[  111.884344] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  111.884344] TPC: <cpu_idle+0xb0/0x134>
[  111.884344] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff354000 g3: 0000000000000000
[  111.884344] g4: fffff803ff350000 g5: fffff80007d4a000 g6: fffff803ff354000 g7: 0000021100004000
[  111.884344] o0: 0000000000000000 o1: fffff803ff354008 o2: 0000000000004000 o3: 0000000000000001
[  111.884344] o4: fffff8000853a2d0 o5: 0000000000000012 sp: fffff803ff357681 ret_pc: 0000000000427818
[  111.884344] RPC: <cpu_idle+0x9c/0x134>
[  111.884344] l0: 000000000000001d l1: 00000000007bb6d0 l2: 000000000000001d l3: 00000000000000c8
[  111.884344] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  111.884344] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  111.884344] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff357741 i7: 00000000006b1d00
[  111.884344] I7: <after_lock_tlb+0x1a4/0x1b4>
[  111.884344] BUG: soft lockup - CPU#37 stuck for 73s! [swapper:0]
[  111.884344] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  111.884344] TPC: <cpu_idle+0xb0/0x134>
[  111.884344] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff418000 g3: 0000000000000000
[  111.884344] g4: fffff803ff40cc40 g5: fffff80007d8a000 g6: fffff803ff418000 g7: 0000021100004000
[  111.884344] o0: 0000000000000000 o1: fffff803ff418008 o2: 0000000000004000 o3: 0000000000000001
[  111.884344] o4: fffff8000857a2d0 o5: 0000000000000012 sp: fffff803ff41b681 ret_pc: 0000000000427818
[  111.884344] RPC: <cpu_idle+0x9c/0x134>
[  111.884344] l0: 0000000000000025 l1: 00000000007bb6d0 l2: 0000000000000025 l3: 00000000000000c8
[  111.884344] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  111.884344] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  111.884344] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff41b741 i7: 00000000006b1d00
[  111.884344] I7: <after_lock_tlb+0x1a4/0x1b4>
[  111.884344] BUG: soft lockup - CPU#52 stuck for 74s! [swapper:0]
[  111.884344] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  111.887610] TPC: <cpu_idle+0xb0/0x134>
[  111.887610] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff5a0000 g3: 0000000000000000
[  111.887610] g4: fffff803ff594c40 g5: fffff80007e02000 g6: fffff803ff5a0000 g7: 0000021100004000
[  111.887610] o0: 0000000000000000 o1: fffff803ff5a0008 o2: 0000000000004000 o3: 0000000000000001
[  111.887610] o4: fffff800085f22d0 o5: 0000000000000012 sp: fffff803ff5a3681 ret_pc: 0000000000427818
[  111.887610] RPC: <cpu_idle+0x9c/0x134>
[  111.887610] l0: 0000000000000034 l1: 00000000007bb6d0 l2: 0000000000000034 l3: 00000000000000c8
[  111.887610] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  111.887610] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  111.887610] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff5a3741 i7: 00000000006b1d00
[  111.887610] I7: <after_lock_tlb+0x1a4/0x1b4>
[  111.928036] BUG: soft lockup - CPU#2 stuck for 73s! [swapper:0]
[  111.928036] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 000003ff    Not tainted
[  111.928036] TPC: <cpu_idle+0xb0/0x134>
[  111.928036] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff0a4000 g3: 0000000000000000
[  111.928036] g4: fffff803ff098c40 g5: fffff80007c72000 g6: fffff803ff0a4000 g7: 0000021100004000
[  111.928036] o0: 0000000000000000 o1: fffff803ff0a4008 o2: 0000000000004000 o3: 0000000000000001
[  111.928036] o4: fffff800084622d0 o5: 0000000000000012 sp: fffff803ff0a7681 ret_pc: 0000000000427818
[  111.928036] RPC: <cpu_idle+0x9c/0x134>
[  111.928036] l0: 0000000000000002 l1: 00000000007bb6d0 l2: 0000000000000002 l3: 00000000000000c8
[  111.928036] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  111.928036] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  111.928036] i4: 00000000fee82518 i5: 00000000fee815f8 i6: fffff803ff0a7741 i7: 00000000006b1d00
[  111.928036] I7: <after_lock_tlb+0x1a4/0x1b4>
[  111.998042] BUG: soft lockup - CPU#5 stuck for 68s! [swapper:0]
[  111.998042] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  111.998042] TPC: <cpu_idle+0xb0/0x134>
[  111.998042] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff0ec000 g3: 0000000000000000
[  111.998042] g4: fffff803ff0d5880 g5: fffff80007c8a000 g6: fffff803ff0ec000 g7: 0000021100004000
[  111.998042] o0: 0000000000000000 o1: fffff803ff0ec008 o2: 0000000000004000 o3: 0000000000000001
[  111.998042] o4: fffff8000847a2d0 o5: 0000000000000012 sp: fffff803ff0ef681 ret_pc: 0000000000427818
[  111.998042] RPC: <cpu_idle+0x9c/0x134>
[  111.998042] l0: 0000000000000005 l1: 00000000007bb6d0 l2: 0000000000000005 l3: 00000000000000c8
[  111.998042] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  111.998042] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  111.998042] i4: 00000000fee81f18 i5: 00000000fee80ff8 i6: fffff803ff0ef741 i7: 00000000006b1d00
[  111.998042] I7: <after_lock_tlb+0x1a4/0x1b4>
[  176.103175] BUG: soft lockup - CPU#21 stuck for 61s! [swapper:0]
[  176.103175] TSTATE: 0000000080001603 TPC: 000000000054e098 TNPC: 000000000054e09c Y: 00000000    Not tainted
[  176.103175] TPC: <find_next_bit+0xfc/0x11c>
[  176.103175] g0: 0000000000009000 g1: 0000000000000000 g2: ffffffffffffffff g3: 000000000000001c
[  176.103175] g4: fffff803ff263100 g5: fffff80007d0a000 g6: fffff803ff294000 g7: 00000000007bb6d0
[  176.103175] o0: 0000000ffffffff8 o1: 0000000000000040 o2: 000000000000001f o3: 0000000000000000
[  176.103175] o4: 0000000000000002 o5: 0000000000000000 sp: fffff803ff296e21 ret_pc: 000000000054ddc8
[  176.103175] RPC: <__next_cpu+0x18/0x2c>
[  176.103175] l0: 00000000007f0000 l1: 0000004480001602 l2: 0000000000455d18 l3: 0000000000000400
[  176.103175] l4: 0000000000000000 l5: 0000000000000002 l6: 0000000000000000 l7: 0000000000000008
[  176.103175] i0: 000000000000001e i1: 00000000007bb6c8 i2: 0000000000000010 i3: 000000000046b148
[  176.103175] i4: 0000000000845000 i5: 0000000000000401 i6: fffff803ff296ee1 i7: 0000000000455ca8
[  176.103175] I7: <aggregate_group_shares+0xa0/0x16c>
[  242.669112] INFO: task make:3645 blocked for more than 120 seconds.
[  242.669331] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  242.669465] make          D 00000000006b4a40     0  3645   2806
[  242.669481] Call Trace:
[  242.669489]  [00000000006b4c00] schedule_timeout+0x20/0xa4
[  242.669509]  [00000000006b4a40] wait_for_common+0xf4/0x184
[  242.669523]  [000000000045f290] do_fork+0x1dc/0x234
[  242.669543]  [0000000000406214] linux_sparc_syscall32+0x3c/0x40
[  242.669566]  [000000000001d628] 0x1d630
[  371.517530] INFO: task make:3645 blocked for more than 120 seconds.
[  371.517754] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  371.517888] make          D 00000000006b4a40     0  3645   2806
[  371.517902] Call Trace:
[  371.517910]  [00000000006b4c00] schedule_timeout+0x20/0xa4
[  371.517929]  [00000000006b4a40] wait_for_common+0xf4/0x184
[  371.517943]  [000000000045f290] do_fork+0x1dc/0x234
[  371.517961]  [0000000000406214] linux_sparc_syscall32+0x3c/0x40
[  371.517980]  [000000000001d628] 0x1d630
[  500.367473] INFO: task make:3645 blocked for more than 120 seconds.
[  500.367696] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  500.367830] make          D 00000000006b4a40     0  3645   2806
[  500.367844] Call Trace:
[  500.367851]  [00000000006b4c00] schedule_timeout+0x20/0xa4
[  500.367869]  [00000000006b4a40] wait_for_common+0xf4/0x184
[  500.367884]  [000000000045f290] do_fork+0x1dc/0x234
[  500.367900]  [0000000000406214] linux_sparc_syscall32+0x3c/0x40
[  500.367918]  [000000000001d628] 0x1d630
[  541.073973] BUG: soft lockup - CPU#2 stuck for 399s! [swapper:0]
[  541.073973] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  541.073973] TPC: <cpu_idle+0xb0/0x134>
[  541.073973] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff0a4000 g3: 0000000000000000
[  541.073973] g4: fffff803ff098c40 g5: fffff80007c72000 g6: fffff803ff0a4000 g7: 0000021100004000
[  541.073973] o0: 0000000000000000 o1: fffff803ff0a4008 o2: 0000000000004000 o3: 0000000000000001
[  541.073973] o4: fffff800084622d0 o5: 0000000000000012 sp: fffff803ff0a7681 ret_pc: 0000000000427818
[  541.073973] RPC: <cpu_idle+0x9c/0x134>
[  541.073973] l0: 0000000000000002 l1: 00000000007bb6d0 l2: 0000000000000002 l3: 00000000000000c8
[  541.073973] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  541.073973] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  541.073973] i4: 00000000fee82518 i5: 00000000fee815f8 i6: fffff803ff0a7741 i7: 00000000006b1d00
[  541.073973] I7: <after_lock_tlb+0x1a4/0x1b4>
[  542.063169] BUG: soft lockup - CPU#53 stuck for 156s! [swapper:0]
[  542.063169] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  542.063169] TPC: <cpu_idle+0xb0/0x134>
[  542.063169] g0: 0000000000000035 g1: 0000000000000016 g2: fffff803ff5b4000 g3: 0000000000000000
[  542.063169] g4: fffff803ff5964c0 g5: fffff80007e0a000 g6: fffff803ff5b4000 g7: 0000021100004000
[  542.063169] o0: 0000000000000000 o1: fffff803ff5b4008 o2: 0000000000004000 o3: 0000000000000001
[  542.063169] o4: fffff800085fa2d0 o5: 0000000000000012 sp: fffff803ff5b7681 ret_pc: 0000000000427818
[  542.063169] RPC: <cpu_idle+0x9c/0x134>
[  542.063169] l0: 0000000000000035 l1: 00000000007bb6d0 l2: 0000000000000035 l3: 00000000000000c8
[  542.063169] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  542.063169] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  542.063169] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff5b7741 i7: 00000000006b1d00
[  542.063169] I7: <after_lock_tlb+0x1a4/0x1b4>
[  542.074256] BUG: soft lockup - CPU#28 stuck for 474s! [swapper:0]
[  542.074256] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  542.074256] TPC: <cpu_idle+0xb0/0x134>
[  542.074256] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff33c000 g3: 0000000000000000
[  542.074256] g4: fffff803ff31e4c0 g5: fffff80007d42000 g6: fffff803ff33c000 g7: 0000021100004000
[  542.074256] o0: 0000000000000000 o1: fffff803ff33c008 o2: 0000000000004000 o3: 0000000000000001
[  542.074256] o4: fffff800085322d0 o5: 0000000000000012 sp: fffff803ff33f681 ret_pc: 0000000000427818
[  542.074256] RPC: <cpu_idle+0x9c/0x134>
[  542.074256] l0: 000000000000001c l1: 00000000007bb6d0 l2: 000000000000001c l3: 00000000000000c8
[  542.074256] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  542.074256] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  542.074256] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff33f741 i7: 00000000006b1d00
[  542.074256] I7: <after_lock_tlb+0x1a4/0x1b4>
[  542.074256] BUG: soft lockup - CPU#60 stuck for 473s! [make:3689]
[  542.074256] TSTATE: 0000000082000a02 TPC: 00000000f7e71a38 TNPC: 00000000f7e71a3c Y: 00000000    Not tainted
[  542.074256] TPC: <0xf7e71a40>
[  542.074256] g0: 0000000000000000 g1: 632f636f64656373 g2: 0000000000000001 g3: 0000000000000000
[  542.074256] g4: 8080808080808080 g5: 0000000000066760 g6: 0000000000000010 g7: 00000000f7de26b0
[  542.074256] o0: 0000000000066760 o1: 0000000000066748 o2: 0000000000000001 o3: 0000000000000030
[  542.074256] o4: 0000000000000000 o5: 2f4b636f6e666967 sp: 00000000ff957c98 ret_pc: 000000000002241c
[  542.074256] RPC: <0x22424>
[  542.074256] l0: ff957ba0 l1: 00000000 l2: 00000000 l3: 00066711 l4: 00000210 l5: 00000010 l6: 00066700 l7: f7f63000
[  542.074256] i0: 00066730 i1: 00000000 i2: 00000000 i3: ff957d6c i4: 00000000 i5: 00000000 i6: ff957d08 i7: 000230c4
[  542.109046] BUG: soft lockup - CPU#3 stuck for 475s! [swapper:0]
[  542.112654] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  542.112654] TPC: <cpu_idle+0xb0/0x134>
[  542.112654] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff0c0000 g3: 0000000000000000
[  542.112654] g4: fffff803ff09a4c0 g5: fffff80007c7a000 g6: fffff803ff0c0000 g7: 0000021100004000
[  542.112654] o0: 0000000000000000 o1: fffff803ff0c0008 o2: 0000000000004000 o3: 0000000000000001
[  542.112654] o4: fffff8000846a2d0 o5: 0000000000000012 sp: fffff803ff0c3681 ret_pc: 0000000000427818
[  542.112654] RPC: <cpu_idle+0x9c/0x134>
[  542.112654] l0: 0000000000000003 l1: 00000000007bb6d0 l2: 0000000000000003 l3: 00000000000000c8
[  542.112654] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  542.112654] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  542.112654] i4: 00000000fee82318 i5: 00000000fee813f8 i6: fffff803ff0c3741 i7: 00000000006b1d00
[  542.112654] I7: <after_lock_tlb+0x1a4/0x1b4>
[  542.844241] BUG: soft lockup - CPU#14 stuck for 489s! [swapper:0]
[  542.844241] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000154    Not tainted
[  542.844241] TPC: <cpu_idle+0xb0/0x134>
[  542.844241] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff1c8000 g3: 0000000000000000
[  542.844241] g4: fffff803ff1c4000 g5: fffff80007cd2000 g6: fffff803ff1c8000 g7: 0000021100004000
[  542.844241] o0: 0000000000000000 o1: fffff803ff1c8008 o2: 0000000000004000 o3: 0000000000000001
[  542.844241] o4: fffff800084c22d0 o5: 0000000000000012 sp: fffff803ff1cb681 ret_pc: 0000000000427818
[  542.844241] RPC: <cpu_idle+0x9c/0x134>
[  542.844241] l0: 000000000000000e l1: 00000000007bb6d0 l2: 000000000000000e l3: 00000000000000c8
[  542.844241] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  542.844241] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  542.844241] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff1cb741 i7: 00000000006b1d00
[  542.844241] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.079862] BUG: soft lockup - CPU#9 stuck for 490s! [swapper:0]
[  545.079862] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.079862] TPC: <cpu_idle+0xb0/0x134>
[  545.079862] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff154000 g3: 0000000000000000
[  545.079862] g4: fffff803ff150000 g5: fffff80007caa000 g6: fffff803ff154000 g7: 0000021100004000
[  545.079863] o0: 0000000000000000 o1: fffff803ff154008 o2: 0000000000004000 o3: 0000000000000001
[  545.079863] o4: fffff8000849a2d0 o5: 0000000000000012 sp: fffff803ff157681 ret_pc: 0000000000427818
[  545.079863] RPC: <cpu_idle+0x9c/0x134>
[  545.079972] l0: 0000000000000009 l1: 00000000007bb6d0 l2: 0000000000000009 l3: 00000000000000c8
[  545.079972] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.079972] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.079972] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff157741 i7: 00000000006b1d00
[  545.079972] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.079972] BUG: soft lockup - CPU#25 stuck for 489s! [make:3882]
[  545.079972] TSTATE: 0000004482000a03 TPC: 000000000001cc3c TNPC: 000000000001cc40 Y: 00000000    Not tainted
[  545.079972] TPC: <0x1cc44>
[  545.079972] g0: 0000000000000000 g1: 0000000000044c00 g2: 000000000005e238 g3: 0000000000000002
[  545.079972] g4: 00000000000445cc g5: 0000000000000020 g6: 00feffffffffffff g7: 0000000070002580
[  545.079972] o0: 0000000000000001 o1: 000000000005c8d8 o2: 0000000000000000 o3: 0000000000000000
[  545.079972] o4: 0000000000000000 o5: 0000000000000000 sp: 00000000ffe82fa8 ret_pc: 000000000001cc28
[  545.079972] RPC: <0x1cc30>
[  545.079972] l0: 00000000 l1: 00000001 l2: 00000000 l3: 00000000 l4: 00000000 l5: 00000000 l6: 00000000 l7: 00000000
[  545.079972] i0: 0005c8d8 i1: 0005d888 i2: 0005c8d8 i3: 0005d888 i4: fffff0e1 i5: 00000f1f i6: ffe83020 i7: 0001d74c
[  545.087599] BUG: soft lockup - CPU#32 stuck for 489s! [cc1:3880]
[  545.087599] TSTATE: 00000000e2001a04 TPC: 0000000070191964 TNPC: 0000000070191968 Y: 00000002    Not tainted
[  545.087599] TPC: <0x7019196c>
[  545.087599] g0: 0000000000000000 g1: 0000000000000d40 g2: 0000000600000000 g3: 0046fce80046fcf8
[  545.087599] g4: 0000000000000381 g5: 0000000000472230 g6: 00feffffffffffff g7: 0000000070001d00
[  545.087599] o0: 00000000004722c0 o1: 0000000000470e30 o2: 0000000000000034 o3: 0000000000472fb0
[  545.087599] o4: 0046fcb80046fcd0 o5: 0000080000000000 sp: 00000000ffebe848 ret_pc: 000000007018935c
[  545.087599] RPC: <0x70189364>
[  545.087599] l0: 00471b90 l1: 00472228 l2: 00000e08 l3: 00005de8 l4: 00470d88 l5: 70285630 l6: 00002710 l7: 70283000
[  545.087599] i0: 00470d90 i1: 00470d90 i2: 00001c08 i3: 00000020 i4: 00000020 i5: 00000002 i6: ffebe8c8 i7: 7018acd0
[  545.087599] BUG: soft lockup - CPU#33 stuck for 491s! [swapper:0]
[  545.087599] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.087599] TPC: <cpu_idle+0xb0/0x134>
[  545.087599] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff3b8000 g3: 0000000000000000
[  545.087599] g4: fffff803ff3924c0 g5: fffff80007d6a000 g6: fffff803ff3b8000 g7: 0000021100004000
[  545.087599] o0: 0000000000000000 o1: fffff803ff3b8008 o2: 0000000000004000 o3: 0000000000000001
[  545.087599] o4: fffff8000855a2d0 o5: 0000000000000012 sp: fffff803ff3bb681 ret_pc: 0000000000427818
[  545.087599] RPC: <cpu_idle+0x9c/0x134>
[  545.087599] l0: 0000000000000021 l1: 00000000007bb6d0 l2: 0000000000000021 l3: 00000000000000c8
[  545.087599] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.087599] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.087599] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff3bb741 i7: 00000000006b1d00
[  545.087599] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.087599] BUG: soft lockup - CPU#38 stuck for 488s! [swapper:0]
[  545.087599] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.087599] TPC: <cpu_idle+0xb0/0x134>
[  545.087599] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff42c000 g3: 0000000000000000
[  545.087599] g4: fffff803ff40e4c0 g5: fffff80007d92000 g6: fffff803ff42c000 g7: 0000021100004000
[  545.087599] o0: 0000000000000000 o1: fffff803ff42c008 o2: 0000000000004000 o3: 0000000000000001
[  545.087599] o4: fffff800085822d0 o5: 0000000000000012 sp: fffff803ff42f681 ret_pc: 0000000000427818
[  545.087599] RPC: <cpu_idle+0x9c/0x134>
[  545.087599] l0: 0000000000000026 l1: 00000000007bb6d0 l2: 0000000000000026 l3: 00000000000000c8
[  545.087599] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.087599] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.087599] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff42f741 i7: 00000000006b1d00
[  545.087599] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.087599] BUG: soft lockup - CPU#35 stuck for 491s! [swapper:0]
[  545.087599] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.087599] TPC: <cpu_idle+0xb0/0x134>
[  545.087599] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff3e4000 g3: 0000000000000000
[  545.087599] g4: fffff803ff3cd880 g5: fffff80007d7a000 g6: fffff803ff3e4000 g7: 0000021100004000
[  545.087599] o0: 0000000000000000 o1: fffff803ff3e4008 o2: 0000000000004000 o3: 0000000000000001
[  545.087599] o4: fffff8000856a2d0 o5: 0000000000000012 sp: fffff803ff3e7681 ret_pc: 0000000000427818
[  545.087599] RPC: <cpu_idle+0x9c/0x134>
[  545.087599] l0: 0000000000000023 l1: 00000000007bb6d0 l2: 0000000000000023 l3: 00000000000000c8
[  545.087599] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.087599] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.087599] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff3e7741 i7: 00000000006b1d00
[  545.087599] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.087599] BUG: soft lockup - CPU#34 stuck for 491s! [swapper:0]
[  545.087599] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.087599] TPC: <cpu_idle+0xb0/0x134>
[  545.087599] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff3d0000 g3: 0000000000000000
[  545.087599] g4: fffff803ff3cc000 g5: fffff80007d72000 g6: fffff803ff3d0000 g7: 0000021100004000
[  545.087599] o0: 0000000000000000 o1: fffff803ff3d0008 o2: 0000000000004000 o3: 0000000000000001
[  545.087599] o4: fffff800085622d0 o5: 0000000000000012 sp: fffff803ff3d3681 ret_pc: 0000000000427818
[  545.087599] RPC: <cpu_idle+0x9c/0x134>
[  545.087599] l0: 0000000000000022 l1: 00000000007bb6d0 l2: 0000000000000022 l3: 00000000000000c8
[  545.087599] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.087599] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.087599] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff3d3741 i7: 00000000006b1d00
[  545.087599] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.087599] BUG: soft lockup - CPU#39 stuck for 491s! [swapper:0]
[  545.087599] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.087599] TPC: <cpu_idle+0xb0/0x134>
[  545.087599] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff44c000 g3: 0000000000000000
[  545.087599] g4: fffff803ff448000 g5: fffff80007d9a000 g6: fffff803ff44c000 g7: 0000021100004000
[  545.087599] o0: 0000000000000000 o1: fffff803ff44c008 o2: 0000000000004000 o3: 0000000000000001
[  545.087599] o4: fffff8000858a2d0 o5: 0000000000000012 sp: fffff803ff44f681 ret_pc: 0000000000427818
[  545.087599] RPC: <cpu_idle+0x9c/0x134>
[  545.087599] l0: 0000000000000027 l1: 00000000007bb6d0 l2: 0000000000000027 l3: 00000000000000c8
[  545.087599] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.087599] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.087599] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff44f741 i7: 00000000006b1d00
[  545.087599] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.087599] BUG: soft lockup - CPU#36 stuck for 460s! [swapper:0]
[  545.087599] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.087599] TPC: <cpu_idle+0xb0/0x134>
[  545.087599] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff400000 g3: 0000000000000000
[  545.087599] g4: fffff803ff3cf100 g5: fffff80007d82000 g6: fffff803ff400000 g7: 0000021100004000
[  545.087599] o0: 0000000000000000 o1: fffff803ff400008 o2: 0000000000004000 o3: 0000000000000001
[  545.087599] o4: fffff800085722d0 o5: 0000000000000012 sp: fffff803ff403681 ret_pc: 0000000000427818
[  545.087599] RPC: <cpu_idle+0x9c/0x134>
[  545.087599] l0: 0000000000000024 l1: 00000000007bb6d0 l2: 0000000000000024 l3: 00000000000000c8
[  545.087599] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.087599] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.087599] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff403741 i7: 00000000006b1d00
[  545.087599] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.104863] BUG: soft lockup - CPU#16 stuck for 491s! [gcc:3891]
[  545.104863] TSTATE: 00000000f0000a07 TPC: 0000000070248e30 TNPC: 0000000070248e34 Y: 00000000    Not tainted
[  545.104863] TPC: <0x70248e38>
[  545.104863] g0: 0000000000000000 g1: 000000007010d93c g2: 000000007010f770 g3: 0000000070117738
[  545.104863] g4: 000000007019bd80 g5: 0000000000000028 g6: 00feffffffffffff g7: 0000000070001cd0
[  545.104863] o0: 0000000000000000 o1: 000000007010fe68 o2: 000000000000033e o3: 000000000008fd80
[  545.104863] o4: 0000000070000f18 o5: 000000000000000a sp: 00000000ffaf8868 ret_pc: 00000000000003f3
[  545.104863] RPC: <0x3fb>
[  545.104863] l0: 7010c9a4 l1: 00005877 l2: 7010a890 l3: 70119318 l4: 00000000 l5: 00000000 l6: 00000000 l7: 7028b000
[  545.104863] i0: 7018d680 i1: ffaf894c i2: ffaf895c i3: 00000000 i4: 00000000 i5: 00000000 i6: ffaf88d8 i7: 7018d9fc
[  545.104863] BUG: soft lockup - CPU#22 stuck for 491s! [swapper:0]
[  545.104863] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.104863] TPC: <cpu_idle+0xb0/0x134>
[  545.104863] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff2ac000 g3: 0000000000000000
[  545.104863] g4: fffff803ff2a0c40 g5: fffff80007d12000 g6: fffff803ff2ac000 g7: 0000021100004000
[  545.105549] o0: 0000000000000000 o1: fffff803ff2ac008 o2: 0000000000004000 o3: 0000000000000001
[  545.105549] o4: fffff800085022d0 o5: 0000000000000012 sp: fffff803ff2af681 ret_pc: 0000000000427818
[  545.105549] RPC: <cpu_idle+0x9c/0x134>
[  545.105549] l0: 0000000000000016 l1: 00000000007bb6d0 l2: 0000000000000016 l3: 00000000000000c8
[  545.105549] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.105549] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.105549] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff2af741 i7: 00000000006b1d00
[  545.105549] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.105549] BUG: soft lockup - CPU#20 stuck for 403s! [gcc-4.1:3889]
[  545.105549] TSTATE: 0000009911001606 TPC: 00000000004a1db0 TNPC: 00000000004a1db4 Y: 00000000    Not tainted
[  545.105549] TPC: <page_add_new_anon_rmap+0xc/0x44>
[  545.105549] g0: fffff803ff0149a0 g1: 0000000000000004 g2: fffff800084f4f40 g3: 0000000000024000
[  545.105549] g4: fffff803fcb49260 g5: fffff80007d02000 g6: fffff803f4248000 g7: 0000000000000001
[  545.107599] o0: 0000000000000001 o1: 0000000206f62bc0 o2: 0000000000000001 o3: 0000000000000044
[  545.107599] o4: 0000000000000000 o5: 0000000000000000 sp: fffff803f424b441 ret_pc: 00000000004947c8
[  545.107599] RPC: <lru_cache_add_active+0x40/0x70>
[  545.107599] l0: fffff800084f4f28 l1: 0000000206f62bb8 l2: fffff803fcb49260 l3: fffff803fccbec78
[  545.107599] l4: 0000000206f62bb8 l5: 0000000000054800 l6: 0000000000000010 l7: 00000000001200d2
[  545.107599] i0: 0000000206f62bb8 i1: fffff803fccbec78 i2: 000000000005a000 i3: 0000000000000000
[  545.107599] i4: 0000000000000000 i5: 00ffffffffffffff i6: fffff803f424b501 i7: 000000000049b4e8
[  545.107599] I7: <handle_mm_fault+0x2dc/0x7c0>
[  545.107599] BUG: soft lockup - CPU#19 stuck for 491s! [swapper:0]
[  545.107599] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.107599] TPC: <cpu_idle+0xb0/0x134>
[  545.107599] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff264000 g3: 0000000000000000
[  545.107599] g4: fffff803ff260000 g5: fffff80007cfa000 g6: fffff803ff264000 g7: 0000021100004000
[  545.107599] o0: 0000000000000000 o1: fffff803ff264008 o2: 0000000000004000 o3: 0000000000000001
[  545.107599] o4: fffff800084ea2d0 o5: 0000000000000012 sp: fffff803ff267681 ret_pc: 0000000000427818
[  545.107599] RPC: <cpu_idle+0x9c/0x134>
[  545.107599] l0: 0000000000000013 l1: 00000000007bb6d0 l2: 0000000000000013 l3: 00000000000000c8
[  545.107599] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.107599] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.107599] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff267741 i7: 00000000006b1d00
[  545.107599] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.107599] BUG: soft lockup - CPU#17 stuck for 491s! [swapper:0]
[  545.107599] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.107599] TPC: <cpu_idle+0xb0/0x134>
[  545.107599] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff230000 g3: 0000000000000000
[  545.107599] g4: fffff803ff224c40 g5: fffff80007cea000 g6: fffff803ff230000 g7: 0000021100004000
[  545.107599] o0: 0000000000000000 o1: fffff803ff230008 o2: 0000000000004000 o3: 0000000000000001
[  545.107599] o4: fffff800084da2d0 o5: 0000000000000012 sp: fffff803ff233681 ret_pc: 0000000000427818
[  545.107599] RPC: <cpu_idle+0x9c/0x134>
[  545.107599] l0: 0000000000000011 l1: 00000000007bb6d0 l2: 0000000000000011 l3: 00000000000000c8
[  545.107599] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.107599] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.107599] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff233741 i7: 00000000006b1d00
[  545.107599] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.107599] BUG: soft lockup - CPU#18 stuck for 491s! [swapper:0]
[  545.107599] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.107599] TPC: <cpu_idle+0xb0/0x134>
[  545.107599] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff24c000 g3: 0000000000000000
[  545.107599] g4: fffff803ff2264c0 g5: fffff80007cf2000 g6: fffff803ff24c000 g7: 0000021100004000
[  545.107599] o0: 0000000000000000 o1: fffff803ff24c008 o2: 0000000000004000 o3: 0000000000000001
[  545.107599] o4: fffff800084e22d0 o5: 0000000000000012 sp: fffff803ff24f681 ret_pc: 0000000000427818
[  545.107599] RPC: <cpu_idle+0x9c/0x134>
[  545.107599] l0: 0000000000000012 l1: 00000000007bb6d0 l2: 0000000000000012 l3: 00000000000000c8
[  545.107599] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.107599] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.107599] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff24f741 i7: 00000000006b1d00
[  545.107599] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.107599] BUG: soft lockup - CPU#23 stuck for 491s! [swapper:0]
[  545.107599] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.107601] TPC: <cpu_idle+0xb0/0x134>
[  545.107601] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff2c0000 g3: 0000000000000000
[  545.107601] g4: fffff803ff2a24c0 g5: fffff80007d1a000 g6: fffff803ff2c0000 g7: 0000021100004000
[  545.107601] o0: 0000000000000000 o1: fffff803ff2c0008 o2: 0000000000004000 o3: 0000000000000001
[  545.107601] o4: fffff8000850a2d0 o5: 0000000000000012 sp: fffff803ff2c3681 ret_pc: 0000000000427818
[  545.107601] RPC: <cpu_idle+0x9c/0x134>
[  545.107601] l0: 0000000000000017 l1: 00000000007bb6d0 l2: 0000000000000017 l3: 00000000000000c8
[  545.107601] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.107601] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.107601] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff2c3741 i7: 00000000006b1d00
[  545.107601] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.107601] BUG: soft lockup - CPU#41 stuck for 478s! [cc1:3892]
[  545.107601] TSTATE: 0000009911001603 TPC: 00000000004edd0c TNPC: 00000000004edd10 Y: 00000000    Not tainted
[  545.107601] TPC: <proc_reg_read+0x54/0x80>
[  545.107601] g0: fffff8000859d228 g1: 00000000004f1dc0 g2: 00000000006c5f88 g3: fffff80007c62000
[  545.107601] g4: fffff803fbb29260 g5: fffff80007daa000 g6: fffff803f4308000 g7: 0000000070001d00
[  545.107601] o0: fffff803ff038200 o1: fffff803fe8c66e0 o2: fffff803fbadc3c0 o3: 0000000000000000
[  545.107601] o4: 0000000000000022 o5: 0000000000038003 sp: fffff803f430b451 ret_pc: 00000000004edcd4
[  545.107601] RPC: <proc_reg_read+0x1c/0x80>
[  545.107601] l0: fffff803ff038200 l1: fffff803ff038180 l2: 0000000000000000 l3: 0000000000000000
[  545.107601] l4: 0000000000000000 l5: 0000000000000005 l6: 0000000000000000 l7: 0000000000400000
[  545.107601] i0: fffff803fbadc3c0 i1: 0000000070006000 i2: 0000000000000400 i3: fffff803f430be80
[  545.107601] i4: 0000000000000000 i5: 0000000000000000 i6: fffff803f430b511 i7: 00000000004b2e6c
[  545.107601] I7: <vfs_read+0x78/0x10c>
[  545.107601] BUG: soft lockup - CPU#40 stuck for 491s! [swapper:0]
[  545.107601] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.107601] TPC: <cpu_idle+0xb0/0x134>
[  545.107601] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff460000 g3: 0000000000000000
[  545.107601] g4: fffff803ff449880 g5: fffff80007da2000 g6: fffff803ff460000 g7: 0000021100004000
[  545.107601] o0: 0000000000000000 o1: fffff803ff460008 o2: 0000000000004000 o3: 0000000000000001
[  545.107601] o4: fffff800085922d0 o5: 0000000000000012 sp: fffff803ff463681 ret_pc: 0000000000427818
[  545.107601] RPC: <cpu_idle+0x9c/0x134>
[  545.107602] l0: 0000000000000028 l1: 00000000007bb6d0 l2: 0000000000000028 l3: 00000000000000c8
[  545.107602] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.107602] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.107602] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff463741 i7: 00000000006b1d00
[  545.107602] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.107602] BUG: soft lockup - CPU#50 stuck for 491s! [swapper:0]
[  545.107602] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000092    Not tainted
[  545.107602] TPC: <cpu_idle+0xb0/0x134>
[  545.107602] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff56c000 g3: 0000000000000000
[  545.107602] g4: fffff803ff555880 g5: fffff80007df2000 g6: fffff803ff56c000 g7: 0000021100004000
[  545.107602] o0: 0000000000000000 o1: fffff803ff56c008 o2: 0000000000004000 o3: 0000000000000001
[  545.107602] o4: fffff800085e22d0 o5: 0000000000000012 sp: fffff803ff56f681 ret_pc: 0000000000427818
[  545.107602] RPC: <cpu_idle+0x9c/0x134>
[  545.107602] l0: 0000000000000032 l1: 00000000007bb6d0 l2: 0000000000000032 l3: 00000000000000c8
[  545.107602] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.107602] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.107602] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff56f741 i7: 00000000006b1d00
[  545.107602] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.107602] BUG: soft lockup - CPU#49 stuck for 491s! [swapper:0]
[  545.107602] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 000015d8    Not tainted
[  545.107602] TPC: <cpu_idle+0xb0/0x134>
[  545.107602] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff558000 g3: 0000000000000000
[  545.107602] g4: fffff803ff554000 g5: fffff80007dea000 g6: fffff803ff558000 g7: 0000021100004000
[  545.107602] o0: 0000000000000000 o1: fffff803ff558008 o2: 0000000000004000 o3: 0000000000000001
[  545.107602] o4: fffff800085da2d0 o5: 0000000000000012 sp: fffff803ff55b681 ret_pc: 0000000000427818
[  545.107602] RPC: <cpu_idle+0x9c/0x134>
[  545.107602] l0: 0000000000000031 l1: 00000000007bb6d0 l2: 0000000000000031 l3: 00000000000000c8
[  545.107602] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.107602] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.107602] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff55b741 i7: 00000000006b1d00
[  545.107602] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.107602] BUG: soft lockup - CPU#52 stuck for 403s! [swapper:0]
[  545.107602] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.107602] TPC: <cpu_idle+0xb0/0x134>
[  545.107602] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff5a0000 g3: 0000000000000000
[  545.107602] g4: fffff803ff594c40 g5: fffff80007e02000 g6: fffff803ff5a0000 g7: 0000021100004000
[  545.107602] o0: 0000000000000000 o1: fffff803ff5a0008 o2: 0000000000004000 o3: 0000000000000001
[  545.107602] o4: fffff800085f22d0 o5: 0000000000000012 sp: fffff803ff5a3681 ret_pc: 0000000000427818
[  545.107602] RPC: <cpu_idle+0x9c/0x134>
[  545.107602] l0: 0000000000000034 l1: 00000000007bb6d0 l2: 0000000000000034 l3: 00000000000000c8
[  545.107602] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.107602] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.107602] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff5a3741 i7: 00000000006b1d00
[  545.107602] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.107602] BUG: soft lockup - CPU#55 stuck for 491s! [swapper:0]
[  545.107602] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.107602] TPC: <cpu_idle+0xb0/0x134>
[  545.107602] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff5e8000 g3: 0000000000000000
[  545.107602] g4: fffff803ff5d1880 g5: fffff80007e1a000 g6: fffff803ff5e8000 g7: 0000021100004000
[  545.107602] o0: 0000000000000000 o1: fffff803ff5e8008 o2: 0000000000004000 o3: 0000000000000001
[  545.107602] o4: fffff8000860a2d0 o5: 0000000000000012 sp: fffff803ff5eb681 ret_pc: 0000000000427818
[  545.107602] RPC: <cpu_idle+0x9c/0x134>
[  545.107602] l0: 0000000000000037 l1: 00000000007bb6d0 l2: 0000000000000037 l3: 00000000000000c8
[  545.107602] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.107602] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.107602] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff5eb741 i7: 00000000006b1d00
[  545.107602] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.107602] BUG: soft lockup - CPU#54 stuck for 490s! [swapper:0]
[  545.107602] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.107602] TPC: <cpu_idle+0xb0/0x134>
[  545.107602] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff5d4000 g3: 0000000000000000
[  545.107602] g4: fffff803ff5d0000 g5: fffff80007e12000 g6: fffff803ff5d4000 g7: 0000021100004000
[  545.107602] o0: 0000000000000000 o1: fffff803ff5d4008 o2: 0000000000004000 o3: 0000000000000001
[  545.107602] o4: fffff800086022d0 o5: 0000000000000012 sp: fffff803ff5d7681 ret_pc: 0000000000427818
[  545.107602] RPC: <cpu_idle+0x9c/0x134>
[  545.107602] l0: 0000000000000036 l1: 00000000007bb6d0 l2: 0000000000000036 l3: 00000000000000c8
[  545.107602] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.107602] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.107602] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff5d7741 i7: 00000000006b1d00
[  545.107602] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.313403] BUG: soft lockup - CPU#4 stuck for 476s! [swapper:0]
[  545.313403] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.313403] TPC: <cpu_idle+0xb0/0x134>
[  545.313403] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff0d8000 g3: 0000000000000000
[  545.313403] g4: fffff803ff0d4000 g5: fffff80007c82000 g6: fffff803ff0d8000 g7: 0000021100004000
[  545.313403] o0: 0000000000000000 o1: fffff803ff0d8008 o2: 0000000000004000 o3: 0000000000000001
[  545.313403] o4: fffff800084722d0 o5: 0000000000000012 sp: fffff803ff0db681 ret_pc: 0000000000427818
[  545.313403] RPC: <cpu_idle+0x9c/0x134>
[  545.313403] l0: 0000000000000004 l1: 00000000007bb6d0 l2: 0000000000000004 l3: 00000000000000c8
[  545.313403] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.313403] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.313403] i4: 00000000fee82118 i5: 00000000fee811f8 i6: fffff803ff0db741 i7: 00000000006b1d00
[  545.313403] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.335438] BUG: soft lockup - CPU#6 stuck for 491s! [swapper:0]
[  545.335438] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  545.335438] TPC: <cpu_idle+0xb0/0x134>
[  545.335438] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff108000 g3: 0000000000000000
[  545.335438] g4: fffff803ff0d7100 g5: fffff80007c92000 g6: fffff803ff108000 g7: 0000021100004000
[  545.335438] o0: 0000000000000000 o1: fffff803ff108008 o2: 0000000000004000 o3: 0000000000000001
[  545.335438] o4: fffff800084822d0 o5: 0000000000000012 sp: fffff803ff10b681 ret_pc: 0000000000427818
[  545.335438] RPC: <cpu_idle+0x9c/0x134>
[  545.335438] l0: 0000000000000006 l1: 00000000007bb6d0 l2: 0000000000000006 l3: 00000000000000c8
[  545.335438] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  545.335438] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  545.335438] i4: 00000000fee81d18 i5: 00000000fee80df8 i6: fffff803ff10b741 i7: 00000000006b1d00
[  545.335438] I7: <after_lock_tlb+0x1a4/0x1b4>
[  545.919995] BUG: soft lockup - CPU#30 stuck for 492s! [collect2:3922]
[  545.920001] TSTATE: 0000000011001601 TPC: 000000000042220c TNPC: 0000000000422210 Y: 00000000    Not tainted
[  545.920001] TPC: <tl0_linux32+0x14/0x20>
[  545.920001] g0: 0000000000000000 g1: 0000000000000066 g2: 0000000000000002 g3: fffff80007c62000
[  545.920001] g4: fffff803fb181880 g5: fffff80007d52000 g6: fffff803fabbc000 g7: 0000000070001d00
[  545.920001] o0: 0000000000001000 o1: 0000000000000000 o2: 000000007012ca74 o3: 0000000000000000
[  545.920001] o4: 00000000ffcc82dc o5: 0000000000000000 sp: fffff803fabbf6a1 ret_pc: 0000000000406214
[  545.920001] RPC: <linux_sparc_syscall32+0x3c/0x40>
[  545.920001] l0: 0000000000009000 l1: 00000000000f0000 l2: 000000000042220c l3: 0000000000000000
[  545.920001] l4: 0000000000000004 l5: 0000000000014690 l6: fffff803fabbc000 l7: 0000000011009001
[  545.920001] i0: 0000000000000003 i1: 00000000ffcc835c i2: 00000000ffcc82d0 i3: 000000007012c998
[  545.920001] i4: 0000000000000008 i5: 0000000000000000 i6: 00000000ffcc8270 i7: 000000007012ca20
[  545.920001] I7: <0x7012ca28>
[  545.930002] BUG: soft lockup - CPU#46 stuck for 492s! [as:3923]
[  545.930002] TSTATE: 0000000082000a01 TPC: 0000000000012ddc TNPC: 0000000000012de0 Y: 00000000    Not tainted
[  545.930002] TPC: <0x12de4>
[  545.930002] g0: 0000000000000000 g1: 0000000000075400 g2: 0000000000000000 g3: 0000000000012da4
[  545.930002] g4: 000000000006d548 g5: 000000000007ddc5 g6: 00feffffffffffff g7: 0000000070002340
[  545.930004] o0: 000000000007ddc5 o1: 000000000007136f o2: 000000000007136f o3: 000000000000ca5c
[  545.930004] o4: 0000000000000000 o5: 616c5f6372633332 sp: 00000000ff878a48 ret_pc: 0000000000012e70
[  545.930004] RPC: <0x12e78>
[  545.930004] l0: 00000063 l1: 0007ddcd l2: 000743e5 l3: 000823e9 l4: 0006d400 l5: 000206b8 l6: 0006d400 l7: 0006d400
[  545.930004] i0: 0007ddcc i1: 0007a3e9 i2: 00071372 i3: 000963f8 i4: 00071372 i5: 00000000 i6: ff878ab8 i7: 00020794
[  545.939996] BUG: soft lockup - CPU#26 stuck for 492s! [ld:3924]
[  545.939998] TSTATE: 0000000082001a01 TPC: 0000000000022be4 TNPC: 0000000000022be8 Y: 00000000    Not tainted
[  545.939998] TPC: <0x22bec>
[  545.939998] g0: 0000000000000000 g1: 0000000000000061 g2: 000000000000002a g3: 000000000000005b
[  545.939998] g4: 00000000000003e8 g5: 00000000000984a8 g6: 00000000000000ff g7: 0000000070002040
[  545.939998] o0: 00000000000984af o1: 0000000000000038 o2: 0000000000096f18 o3: 434f4d4d4f4e0000
[  545.939998] o4: 2e64656275675f61 o5: 0000000000044308 sp: 00000000ff92b698 ret_pc: 0000000000022824
[  545.939998] RPC: <0x2282c>
[  545.939998] l0: 0000002a l1: 00098118 l2: 0004a288 l3: 00000001 l4: 000984c0 l5: 00000000 l6: 0004abc8 l7: 000984c0
[  545.939998] i0: 000984c0 i1: 0000003f i2: 000984a8 i3: 0008d000 i4: 0004a000 i5: 3f000000 i6: ff92b708 i7: 00014c00
[  545.961814] BUG: soft lockup - CPU#42 stuck for 492s! [sh:3925]
[  545.961814] TSTATE: 0000004411001606 TPC: 00000000004af1c0 TNPC: 00000000004af1c4 Y: 00000000    Not tainted
[  545.961814] TPC: <sysfs_slab_alias+0x0/0x7c>
[  545.961814] g0: fffff803f428bb88 g1: 0000000000000001 g2: 0000000000000000 g3: fffff803f5a9e000
[  545.963551] g4: fffff803fca61880 g5: fffff80007db2000 g6: fffff803f4288000 g7: 00e0000000000080
[  545.963551] o0: fffff803f5a9e000 o1: 00000000000000d0 o2: ffffffffffffffff o3: 00000000004e8ffc
[  545.963551] o4: fffff800085a5548 o5: 0000000206ea0ac8 sp: fffff803f428b2a1 ret_pc: 00000000004af164
[  545.963551] RPC: <kmem_cache_alloc+0x40/0x9c>
[  545.963551] l0: fffff800085a5548 l1: 0000000000000000 l2: 0000000206edca48 l3: 000007feffffefb6
[  545.963551] l4: fffff803f59817fc l5: fffff80000000000 l6: 0000000000000001 l7: fffff803f4131ce0
[  545.963551] i0: fffff803f5a9e000 i1: 00000000000000d0 i2: 0000000000000001 i3: 0000000000001ff8
[  545.963551] i4: fffff803fca9b500 i5: fffff803f5a30000 i6: fffff803f428b361 i7: 00000000004e8ffc
[  545.963551] I7: <load_elf_binary+0x18/0x1248>
[  545.983551] BUG: soft lockup - CPU#47 stuck for 492s! [rm:3926]
[  545.983551] TSTATE: 0000004411001600 TPC: 00000000004c6b94 TNPC: 00000000004c6b98 Y: 00000000    Not tainted
[  545.983551] TPC: <touch_atime+0x28/0x16c>
[  545.983551] g0: 0000000000000000 g1: 0000000000000000 g2: fffff803ff0149a0 g3: 0000000000000000
[  545.983551] g4: fffff803fca624c0 g5: fffff80007dda000 g6: fffff803f4490000 g7: 0000000000000000
[  545.983551] o0: 0000000000000000 o1: fffff803f44939e0 o2: 000000000050fb10 o3: 0000000000007a05
[  545.983551] o4: 0000000000000000 o5: fffff803ff0149a0 sp: fffff803f4493041 ret_pc: 00000000004c6b7c
[  545.983551] RPC: <touch_atime+0x10/0x16c>
[  545.983551] l0: 0000000000000001 l1: 00000000007bb000 l2: 0000000070065dc8 l3: fffff803f4493d28
[  545.983551] l4: fffff803ff0149a0 l5: 0000000000008b05 l6: 0000000070005600 l7: 0000000070066000
[  545.983551] i0: fffff803ff0149a0 i1: fffff803fe8783b0 i2: fffff803f44939f0 i3: fffff803f44d8009
[  545.983551] i4: 0000000000000000 i5: 0000000000000000 i6: fffff803f4493121 i7: 00000000004bbdf0
[  545.983551] I7: <__link_path_walk+0xb18/0xfcc>
[  548.946014] BUG: soft lockup - CPU#24 stuck for 495s! [swapper:0]
[  548.946066] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  548.946066] TPC: <cpu_idle+0xb0/0x134>
[  548.946066] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff2e0000 g3: 0000000000000000
[  548.946066] g4: fffff803ff2dc000 g5: fffff80007d22000 g6: fffff803ff2e0000 g7: 0000021100004000
[  548.946066] o0: 0000000000000000 o1: fffff803ff2e0008 o2: 0000000000004000 o3: 0000000000000001
[  548.946066] o4: fffff800085122d0 o5: 0000000000000012 sp: fffff803ff2e3681 ret_pc: 0000000000427818
[  548.946066] RPC: <cpu_idle+0x9c/0x134>
[  548.946066] l0: 0000000000000018 l1: 00000000007bb6d0 l2: 0000000000000018 l3: 00000000000000c8
[  548.946066] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  548.946066] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  548.946066] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff2e3741 i7: 00000000006b1d00
[  548.946066] I7: <after_lock_tlb+0x1a4/0x1b4>
[  548.946066] BUG: soft lockup - CPU#27 stuck for 495s! [swapper:0]
[  548.946066] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  548.946066] TPC: <cpu_idle+0xb0/0x134>
[  548.946066] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff328000 g3: 0000000000000000
[  548.946066] g4: fffff803ff31cc40 g5: fffff80007d3a000 g6: fffff803ff328000 g7: 0000021100004000
[  548.946066] o0: 0000000000000000 o1: fffff803ff328008 o2: 0000000000004000 o3: 0000000000000001
[  548.946713] o4: fffff8000852a2d0 o5: 0000000000000012 sp: fffff803ff32b681 ret_pc: 0000000000427818
[  548.946713] RPC: <cpu_idle+0x9c/0x134>
[  548.946713] l0: 000000000000001b l1: 00000000007bb6d0 l2: 000000000000001b l3: 00000000000000c8
[  548.946713] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  548.946713] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  548.946713] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff32b741 i7: 00000000006b1d00
[  548.946713] I7: <after_lock_tlb+0x1a4/0x1b4>
[  549.108565] BUG: soft lockup - CPU#44 stuck for 485s! [swapper:0]
[  549.108566] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  549.108566] TPC: <cpu_idle+0xb0/0x134>
[  549.108566] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff4c0000 g3: 0000000000000000
[  549.108566] g4: fffff803ff4bc000 g5: fffff80007dc2000 g6: fffff803ff4c0000 g7: 0000021100004000
[  549.108566] o0: 0000000000000000 o1: fffff803ff4c0008 o2: 0000000000004000 o3: 0000000000000001
[  549.108566] o4: fffff800085b22d0 o5: 0000000000000012 sp: fffff803ff4c3681 ret_pc: 0000000000427818
[  549.108566] RPC: <cpu_idle+0x9c/0x134>
[  549.108566] l0: 000000000000002c l1: 00000000007bb6d0 l2: 000000000000002c l3: 00000000000000c8
[  549.108566] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  549.108566] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  549.108566] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff4c3741 i7: 00000000006b1d00
[  549.108566] I7: <after_lock_tlb+0x1a4/0x1b4>
[  549.108624] BUG: soft lockup - CPU#7 stuck for 495s! [swapper:0]
[  549.109120] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  549.109120] TPC: <cpu_idle+0xb0/0x134>
[  549.109120] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff120000 g3: 0000000000000000
[  549.109120] g4: fffff803ff114c40 g5: fffff80007c9a000 g6: fffff803ff120000 g7: 0000021100004000
[  549.109120] o0: 0000000000000000 o1: fffff803ff120008 o2: 0000000000004000 o3: 0000000000000001
[  549.109120] o4: fffff8000848a2d0 o5: 0000000000000012 sp: fffff803ff123681 ret_pc: 0000000000427818
[  549.109120] RPC: <cpu_idle+0x9c/0x134>
[  549.109120] l0: 0000000000000007 l1: 00000000007bb6d0 l2: 0000000000000007 l3: 00000000000000c8
[  549.115883] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  549.115883] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  549.115883] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff123741 i7: 00000000006b1d00
[  549.115883] I7: <after_lock_tlb+0x1a4/0x1b4>
[  549.118643] BUG: soft lockup - CPU#51 stuck for 495s! [sh:4118]
[  549.118745] TSTATE: 0000000011001602 TPC: 000000000042220c TNPC: 0000000000422210 Y: 00000000    Not tainted
[  549.118745] TPC: <tl0_linux32+0x14/0x20>
[  549.118745] g0: 0000000000000000 g1: 0000000000000047 g2: 00000000700d0000 g3: fffff80007c62000
[  549.118745] g4: fffff803fcd53100 g5: fffff80007dfa000 g6: fffff803f09a8000 g7: 0000000000000000
[  549.118745] o0: 0000000000001000 o1: 000000007024c000 o2: 00000000700b4d0c o3: 0000000000000000
[  549.118745] o4: 00000000700d0000 o5: 0000000000000000 sp: fffff803f09ab6a1 ret_pc: 0000000000406214
[  549.118745] RPC: <linux_sparc_syscall32+0x3c/0x40>
[  549.118745] l0: 0000000000009000 l1: 0000000000198000 l2: 000000000042220c l3: 0000000000000000
[  549.118745] l4: 0000000000000004 l5: 00000000700af0e0 l6: fffff803f09a8000 l7: 0000000011009002
[  549.118745] i0: 000000007024c000 i1: 0000000000006000 i2: 0000000000000007 i3: 0000000000000812
[  549.118745] i4: 0000000000000003 i5: 000000000016c000 i6: 00000000ffbfb518 i7: 00000000700a489c
[  549.118745] I7: <0x700a48a4>
[  549.119078] BUG: soft lockup - CPU#8 stuck for 495s! [swapper:0]
[  549.119120] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00002c0b    Not tainted
[  549.119120] TPC: <cpu_idle+0xb0/0x134>
[  549.119120] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff134000 g3: 0000000000000000
[  549.119120] g4: fffff803ff1164c0 g5: fffff80007ca2000 g6: fffff803ff134000 g7: 0000021100004000
[  549.125880] o0: 0000000000000000 o1: fffff803ff134008 o2: 0000000000004000 o3: 0000000000000001
[  549.125880] o4: fffff800084922d0 o5: 0000000000000012 sp: fffff803ff137681 ret_pc: 0000000000427818
[  549.125880] RPC: <cpu_idle+0x9c/0x134>
[  549.125880] l0: 0000000000000008 l1: 00000000007bb6d0 l2: 0000000000000008 l3: 00000000000000c8
[  549.125885] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  549.125885] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  549.125885] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff137741 i7: 00000000006b1d00
[  549.125885] I7: <after_lock_tlb+0x1a4/0x1b4>
[  549.125885] BUG: soft lockup - CPU#10 stuck for 495s! [swapper:0]
[  549.125885] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 000170f9    Not tainted
[  549.125885] TPC: <cpu_idle+0xb0/0x134>
[  549.125885] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff168000 g3: 0000000000000000
[  549.125885] g4: fffff803ff151880 g5: fffff80007cb2000 g6: fffff803ff168000 g7: 0000021100004000
[  549.125955] o0: 0000000000000000 o1: fffff803ff168008 o2: 0000000000004000 o3: 0000000000000001
[  549.125955] o4: fffff800084a22d0 o5: 0000000000000012 sp: fffff803ff16b681 ret_pc: 0000000000427818
[  549.125955] RPC: <cpu_idle+0x9c/0x134>
[  549.125955] l0: 000000000000000a l1: 00000000007bb6d0 l2: 000000000000000a l3: 00000000000000c8
[  549.125955] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  549.125955] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  549.125955] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff16b741 i7: 00000000006b1d00
[  549.125955] I7: <after_lock_tlb+0x1a4/0x1b4>
[  549.126537] BUG: soft lockup - CPU#11 stuck for 495s! [swapper:0]
[  549.126537] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 000170f9    Not tainted
[  549.126537] TPC: <cpu_idle+0xb0/0x134>
[  549.126537] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff17c000 g3: 0000000000000000
[  549.126537] g4: fffff803ff153100 g5: fffff80007cba000 g6: fffff803ff17c000 g7: 0000021100004000
[  549.126537] o0: 0000000000000000 o1: fffff803ff17c008 o2: 0000000000004000 o3: 0000000000000001
[  549.126537] o4: fffff800084aa2d0 o5: 0000000000000012 sp: fffff803ff17f681 ret_pc: 0000000000427818
[  549.126537] RPC: <cpu_idle+0x9c/0x134>
[  549.126537] l0: 000000000000000b l1: 00000000007bb6d0 l2: 000000000000000b l3: 00000000000000c8
[  549.126537] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  549.126537] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  549.126537] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff17f741 i7: 00000000006b1d00
[  549.126537] I7: <after_lock_tlb+0x1a4/0x1b4>
[  549.126537] BUG: soft lockup - CPU#15 stuck for 495s! [swapper:0]
[  549.126537] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  549.126537] TPC: <cpu_idle+0xb0/0x134>
[  549.126537] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff204000 g3: 0000000000000000
[  549.126537] g4: fffff803ff1c5880 g5: fffff80007cda000 g6: fffff803ff204000 g7: 0000021100004000
[  549.126537] o0: 0000000000000000 o1: fffff803ff204008 o2: 0000000000004000 o3: 0000000000000001
[  549.126537] o4: fffff800084ca2d0 o5: 0000000000000012 sp: fffff803ff207681 ret_pc: 0000000000427818
[  549.126537] RPC: <cpu_idle+0x9c/0x134>
[  549.126537] l0: 000000000000000f l1: 00000000007bb6d0 l2: 000000000000000f l3: 00000000000000c8
[  549.126537] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  549.126537] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  549.126537] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff207741 i7: 00000000006b1d00
[  549.126537] I7: <after_lock_tlb+0x1a4/0x1b4>
[  549.193032] BUG: soft lockup - CPU#31 stuck for 495s! [sh:4198]
[  549.193032] TSTATE: 0000004482000a04 TPC: 000000000002178c TNPC: 0000000000021790 Y: 00000000    Not tainted
[  549.193032] TPC: <0x21794>
[  549.193032] g0: 0000000000000000 g1: 000000000000003d g2: 000000000000003d g3: 000000000000062d
[  549.193032] g4: 0000000000000050 g5: 3d3d3d3d00000000 g6: 00feffffffffffff g7: 0000000070001d20
[  549.193032] o0: 00000000ffb2935d o1: 00000000ffb2932d o2: 0000000000000000 o3: 0000000000000000
[  549.193032] o4: 0000000000000000 o5: 0000000000000000 sp: 00000000ffb28130 ret_pc: 0000000000021b0c
[  549.193032] RPC: <0x21b14>
[  549.193032] l0: 0003a248 l1: 00036890 l2: 00000000 l3: 00000000 l4: 00000000 l5: 00000000 l6: 00000000 l7: 00000000
[  549.193032] i0: ffb29359 i1: 00000009 i2: 31302e30 i3: 0000003d i4: 0c0d130d i5: 3b2f3f2f i6: ffb281a0 i7: 00022bf8
[  549.193032] BUG: soft lockup - CPU#48 stuck for 495s! [ld:4197]
[  549.193032] TSTATE: 0000000082001a00 TPC: 0000000000017340 TNPC: 0000000000017344 Y: 00000000    Not tainted
[  549.196245] TPC: <0x17348>
[  549.196245] g0: 0000000000000000 g1: 0000000000042800 g2: 0000000000044000 g3: 0000000000001c2c
[  549.196245] g4: 0000000000091961 g5: 0000000000000038 g6: 0000000000091961 g7: 0000000070002040
[  549.196245] o0: 0000000000000007 o1: 0000000000000000 o2: 0000000000000000 o3: 0000000000000000
[  549.196245] o4: 0000000000000000 o5: 0000000000000000 sp: 00000000ffc62498 ret_pc: 00000000000172f0
[  549.196246] RPC: <0x172f8>
[  549.196246] l0: 00091961 l1: 00091961 l2: 000436d8 l3: 00044308 l4: 00041d60 l5: 00041960 l6: 00000000 l7: 00000000
[  549.196246] i0: 00042960 i1: 0008d000 i2: 0008d000 i3: 0008d000 i4: 0008d400 i5: 0008d400 i6: ffc62508 i7: 0001403c
[  549.216249] BUG: soft lockup - CPU#56 stuck for 487s! [swapper:0]
[  549.216249] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000072    Not tainted
[  549.216249] TPC: <cpu_idle+0xb0/0x134>
[  549.216249] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff5fc000 g3: 0000000000000000
[  549.216249] g4: fffff803ff5d3100 g5: fffff80007e22000 g6: fffff803ff5fc000 g7: 0000021100004000
[  549.216249] o0: 0000000000000000 o1: fffff803ff5fc008 o2: 0000000000004000 o3: 0000000000000001
[  549.216249] o4: fffff800086122d0 o5: 0000000000000012 sp: fffff803ff5ff681 ret_pc: 0000000000427818
[  549.216249] RPC: <cpu_idle+0x9c/0x134>
[  549.216249] l0: 0000000000000038 l1: 00000000007bb6d0 l2: 0000000000000038 l3: 00000000000000c8
[  549.216249] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  549.216249] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  549.216249] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff5ff741 i7: 00000000006b1d00
[  549.216249] I7: <after_lock_tlb+0x1a4/0x1b4>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [patch] softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds
  2008-04-23 10:55       ` David Miller
@ 2008-04-23 12:29         ` David Miller
  2008-04-23 13:36           ` Ingo Molnar
  0 siblings, 1 reply; 17+ messages in thread
From: David Miller @ 2008-04-23 12:29 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, tglx, a.p.zijlstra

[-- Attachment #1: Type: Text/Plain, Size: 3189 bytes --]

From: David Miller <davem@davemloft.net>
Date: Wed, 23 Apr 2008 03:55:44 -0700 (PDT)

> It may take some time, as each test run the verify the existence
> of the problem takes several minutes.

Ok, Ingo, none of your patches fix even the initial buggy
changeset, for reference:

commit 27ec4407790d075c325e1f4da0a19c56953cce23
Author: Ingo Molnar <mingo@elte.hu>
Date:   Thu Feb 28 21:00:21 2008 +0100

    sched: make cpu_clock() globally synchronous
    
    Alexey Zaytsev reported (and bisected) that the introduction of
    cpu_clock() in printk made the timestamps jump back and forth.
    
    Make cpu_clock() more reliable while still keeping it fast when it's
    called frequently.
    
    Signed-off-by: Ingo Molnar <mingo@elte.hu>

I checked out a tree to the changeset before this one, just
to double check, and there are no problems.

I add that changeset and I get softlockup warnings like crazy
in my logs.

I added your "move touch_softlockup_watchdog() earlier in
tick_nohz_update_jiffies()" patch:

--------------------
Index: linux/kernel/time/tick-sched.c
===================================================================
--- linux.orig/kernel/time/tick-sched.c
+++ linux/kernel/time/tick-sched.c
@@ -133,8 +133,6 @@ void tick_nohz_update_jiffies(void)
 	if (!ts->tick_stopped)
 		return;
 
-	touch_softlockup_watchdog();
-
 	cpu_clear(cpu, nohz_cpu_mask);
 	now = ktime_get();
 	ts->idle_waketime = now;
@@ -142,6 +140,8 @@ void tick_nohz_update_jiffies(void)
 	local_irq_save(flags);
 	tick_do_update_jiffies64(now);
 	local_irq_restore(flags);
+
+	touch_softlockup_watchdog();
 }
 
 void tick_nohz_stop_idle(int cpu)
--------------------

and still I get mountains of softlockup messages, see first
attachment, below.

I then added your patch, just to make sure, which adds the
missing prev_cpu_time assignment, specifically:

--------------------
--- linux.orig/kernel/sched.c
+++ linux/kernel/sched.c
@@ -1001,6 +1001,8 @@ unsigned long long notrace cpu_clock(int
 	if (unlikely(delta_time > time_sync_thresh))
 		time = __sync_cpu_clock(time, cpu);
 
+	per_cpu(prev_cpu_time, cpu) = time;
+
 	return time;
 }
 EXPORT_SYMBOL_GPL(cpu_clock);

--------------------

Same problem, see second attachment, below.

But, to be honest, this is starting to become an exercise in futility.
None of your patches fix anything.  Something is buggy about how your
new cpu_clock() stuff works.  I'm trying to figure out when you're
going to finally at least go: "I can't figure out the problem, let's
revert until I have a better idea."

FWIW, I have a perfect globally synchronized TICK source on this
system.

And even with this fix there are so many other regressions that cause
similar spurious socklockup reports and even full on cpu hangs, all
seemingly added by the sched tree.

In my opinion this sched tree merge the other day is one of THE WORST
merges in recent memory.  Linus's tree is currently a sizzling pile of
poo, I can't get any of my own merge work done, and I'm stuck here
hunting down regressions you've added because of it.  :-/

We can't even get past one of the regressions added by that tree, and
it's been two days of my working on this non-stop.

[-- Attachment #2: bug1.log --]
[-- Type: Text/Plain, Size: 75020 bytes --]

[    0.000000] PROMLIB: Sun IEEE Boot Prom 'OBP 4.27.1 2007/09/14 15:17'
[    0.000000] PROMLIB: Root node compatible: sun4v
[    0.000000] Linux version 2.6.25-schedbugs (davem@huronp11) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #2 SMP Wed Apr 23 04:30:43 PDT 2008
[    0.000000] console [earlyprom0] enabled
[    0.000000] ARCH: SUN4V
[    0.000000] Ethernet address: 00:14:4f:3e:cb:f4
[    0.000000] Kernel: Using 2 locked TLB entries for main kernel image.
[    0.000000] Remapping the kernel... done.
[    0.000000] [0000000200000000-fffff80009000000] page_structs=262144 node=0 entry=0/0
[    0.000000] [0000000200000000-fffff80009400000] page_structs=262144 node=0 entry=1/0
[    0.000000] [0000000200000000-fffff80009800000] page_structs=262144 node=0 entry=2/0
[    0.000000] [0000000200000000-fffff80009c00000] page_structs=262144 node=0 entry=3/0
[    0.000000] [0000000200e00000-fffff8000a000000] page_structs=262144 node=0 entry=4/0
[    0.000000] [0000000200e00000-fffff8000a400000] page_structs=262144 node=0 entry=5/0
[    0.000000] [0000000200e00000-fffff8000a800000] page_structs=262144 node=0 entry=6/0
[    0.000000] [0000000201c00000-fffff8000ac00000] page_structs=262144 node=0 entry=7/0
[    0.000000] [0000000201c00000-fffff8000b000000] page_structs=262144 node=0 entry=8/0
[    0.000000] [0000000201c00000-fffff8000b400000] page_structs=262144 node=0 entry=9/0
[    0.000000] [0000000201c00000-fffff8000b800000] page_structs=262144 node=0 entry=10/0
[    0.000000] [0000000202a00000-fffff8000bc00000] page_structs=262144 node=0 entry=11/0
[    0.000000] [0000000202a00000-fffff8000c000000] page_structs=262144 node=0 entry=12/0
[    0.000000] [0000000202a00000-fffff8000c400000] page_structs=262144 node=0 entry=13/0
[    0.000000] [0000000203800000-fffff8000c800000] page_structs=262144 node=0 entry=14/0
[    0.000000] [0000000203800000-fffff8000cc00000] page_structs=262144 node=0 entry=15/0
[    0.000000] [0000000203800000-fffff8000d000000] page_structs=262144 node=0 entry=16/0
[    0.000000] [0000000203800000-fffff8000d400000] page_structs=262144 node=0 entry=17/0
[    0.000000] [0000000204600000-fffff8000d800000] page_structs=262144 node=0 entry=18/0
[    0.000000] [0000000204600000-fffff8000dc00000] page_structs=262144 node=0 entry=19/0
[    0.000000] [0000000204600000-fffff8000e000000] page_structs=262144 node=0 entry=20/0
[    0.000000] [0000000205400000-fffff8000e400000] page_structs=262144 node=0 entry=21/0
[    0.000000] [0000000205400000-fffff8000e800000] page_structs=262144 node=0 entry=22/0
[    0.000000] [0000000205400000-fffff8000ec00000] page_structs=262144 node=0 entry=23/0
[    0.000000] [0000000205400000-fffff8000f000000] page_structs=262144 node=0 entry=24/0
[    0.000000] [0000000206200000-fffff8000f400000] page_structs=262144 node=0 entry=25/0
[    0.000000] [0000000206200000-fffff8000f800000] page_structs=262144 node=0 entry=26/0
[    0.000000] [0000000206200000-fffff8000fc00000] page_structs=262144 node=0 entry=27/0
[    0.000000] OF stdout device is: /virtual-devices@100/console@1
[    0.000000] PROM: Built device tree with 124732 bytes of memory.
[    0.000000] MDESC: Size is 59392 bytes.
[    0.000000] PLATFORM: banner-name [SPARC Enterprise T5220]
[    0.000000] PLATFORM: name [SUNW,SPARC-Enterprise-T5220]
[    0.000000] PLATFORM: hostid [803ecbf4]
[    0.000000] PLATFORM: serial# [00ab4130]
[    0.000000] PLATFORM: stick-frequency [546e74c8]
[    0.000000] PLATFORM: mac-address [144f3ecbf4]
[    0.000000] PLATFORM: watchdog-resolution [1000 ms]
[    0.000000] PLATFORM: watchdog-max-timeout [31536000000 ms]
[    0.000000] PLATFORM: max-cpus [64]
[    0.000000] On node 0 totalpages: 2079047
[    0.000000]   Normal zone: 14331 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 2064716 pages, LIFO batch:15
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] Booting Linux...
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2064716
[    0.000000] Kernel command line: root=/dev/sda2 ro
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.010000] clocksource: mult[b4b9] shift[16]
[    0.010000] clockevent: mult[b550b0f2] shift[31]
[    0.010000] Console: colour dummy device 80x25
[    0.010000] console handover: boot [earlyprom0] -> real [tty0]
[    0.010595] Dentry cache hash table entries: 2097152 (order: 11, 16777216 bytes)
[    0.064599] Inode-cache hash table entries: 1048576 (order: 10, 8388608 bytes)
[    0.617362] Memory: 16390776k available (2768k kernel code, 1056k data, 168k init) [fffff80000000000,00000003ffb22000]
[    0.617501] SLUB: Genslabs=13, HWalign=32, Order=0-2, MinObjects=8, CPUs=64, Nodes=1
[    0.760005] Calibrating delay using timer specific routine.. 2835.98 BogoMIPS (lpj=14179942)
[    0.760226] Mount-cache hash table entries: 512
[    0.784422] Brought up 64 CPUs
[    0.793827] net_namespace: 584 bytes
[    0.793856] ldc.c:v1.0 (June 25, 2007)
[    0.794541] NET: Registered protocol family 16
[    0.816820] VIO: Adding device channel-devices
[    0.817008] VIO: Adding device vldc-port-3-0
[    0.817174] VIO: Adding device vldc-port-3-1
[    0.817343] VIO: Adding device vldc-port-3-2
[    0.817512] VIO: Adding device vldc-port-3-3
[    0.817679] VIO: Adding device vldc-port-3-4
[    0.817848] VIO: Adding device vldc-port-3-5
[    0.818015] VIO: Adding device vldc-port-3-8
[    0.818184] VIO: Adding device vldc-port-2-0
[    0.818353] VIO: Adding device vldc-port-0-0
[    0.818534] VIO: Adding device vldc-port-0-1
[    0.818711] VIO: Adding device vldc-port-0-2
[    0.818888] VIO: Adding device vldc-port-1-0
[    0.819080] VIO: Adding device ds-1
[    0.819251] VIO: Adding device ds-0
[    0.829423] PCI: Probing for controllers.
[    0.829473] SUN4V_PCI: Registered hvapi major[1] minor[0]
[    0.829745] /pci@0: SUN4V PCI Bus Module
[    0.829767] /pci@0: PCI IO[c810000000] MEM[ca00000000]
[    0.873836] /pci@0: Imported 3 TSB entries from OBP
[    0.874666] /pci@0: MSI Queue first[0] num[36] count[128] devino[0x18]
[    0.874694] /pci@0: MSI first[0] num[256] mask[0xff] width[32]
[    0.874718] /pci@0: MSI addr32[0x7fff0000:0x10000] addr64[0x3ffff0000:0x10000]
[    0.874747] /pci@0: MSI queues at RA [00000003fe600000]
[    0.874863] PCI: Scanning PBM /pci@0
[    0.884581] ebus: No EBus's found.
[    0.885408] ds.c:v1.0 (Jul 11, 2007)
[    0.898797] SCSI subsystem initialized
[    0.899277] usbcore: registered new interface driver usbfs
[    0.899458] usbcore: registered new interface driver hub
[    0.899788] usbcore: registered new device driver usb
[    0.936946] ds-1: Registered pri service.
[    0.952417] NET: Registered protocol family 2
[    0.960015] Switched to high resolution mode on CPU 0
[    0.960026] Switched to high resolution mode on CPU 24
[    0.960037] Switched to high resolution mode on CPU 52
[    0.960054] Switched to high resolution mode on CPU 36
[    0.962612] ds-1: Registered var-config-backup service.
[    0.970010] Switched to high resolution mode on CPU 25
[    0.970021] Switched to high resolution mode on CPU 53
[    0.970031] Switched to high resolution mode on CPU 26
[    0.970042] Switched to high resolution mode on CPU 54
[    0.970052] Switched to high resolution mode on CPU 27
[    0.970062] Switched to high resolution mode on CPU 55
[    0.970072] Switched to high resolution mode on CPU 28
[    0.970083] Switched to high resolution mode on CPU 56
[    0.970093] Switched to high resolution mode on CPU 1
[    0.971444] Switched to high resolution mode on CPU 29
[    0.971455] Switched to high resolution mode on CPU 57
[    0.971465] Switched to high resolution mode on CPU 2
[    0.971736] Switched to high resolution mode on CPU 30
[    0.971746] Switched to high resolution mode on CPU 58
[    0.971756] Switched to high resolution mode on CPU 3
[    0.971766] Switched to high resolution mode on CPU 31
[    0.971776] Switched to high resolution mode on CPU 59
[    0.971787] Switched to high resolution mode on CPU 4
[    0.971798] Switched to high resolution mode on CPU 32
[    0.971808] Switched to high resolution mode on CPU 60
[    0.971819] Switched to high resolution mode on CPU 5
[    0.971829] Switched to high resolution mode on CPU 33
[    0.971839] Switched to high resolution mode on CPU 61
[    0.971850] Switched to high resolution mode on CPU 6
[    0.971860] Switched to high resolution mode on CPU 34
[    0.971870] Switched to high resolution mode on CPU 62
[    0.971880] Switched to high resolution mode on CPU 7
[    0.973491] Switched to high resolution mode on CPU 35
[    0.973500] Switched to high resolution mode on CPU 63
[    0.973511] Switched to high resolution mode on CPU 8
[    0.973775] Switched to high resolution mode on CPU 9
[    0.973784] Switched to high resolution mode on CPU 37
[    0.974116] Switched to high resolution mode on CPU 10
[    0.974127] Switched to high resolution mode on CPU 38
[    0.974138] Switched to high resolution mode on CPU 11
[    0.974148] Switched to high resolution mode on CPU 39
[    0.974158] Switched to high resolution mode on CPU 12
[    0.974169] Switched to high resolution mode on CPU 40
[    0.974179] Switched to high resolution mode on CPU 13
[    0.974190] Switched to high resolution mode on CPU 41
[    0.974200] Switched to high resolution mode on CPU 14
[    0.974210] Switched to high resolution mode on CPU 42
[    0.974221] Switched to high resolution mode on CPU 15
[    0.974231] Switched to high resolution mode on CPU 43
[    0.974242] Switched to high resolution mode on CPU 16
[    0.974252] Switched to high resolution mode on CPU 44
[    0.974263] Switched to high resolution mode on CPU 17
[    0.974273] Switched to high resolution mode on CPU 45
[    0.974283] Switched to high resolution mode on CPU 18
[    0.974294] Switched to high resolution mode on CPU 46
[    0.974304] Switched to high resolution mode on CPU 19
[    0.974314] Switched to high resolution mode on CPU 47
[    0.974324] Switched to high resolution mode on CPU 20
[    0.974334] Switched to high resolution mode on CPU 48
[    0.974344] Switched to high resolution mode on CPU 21
[    0.974354] Switched to high resolution mode on CPU 49
[    0.974365] Switched to high resolution mode on CPU 22
[    0.974375] Switched to high resolution mode on CPU 50
[    0.974385] Switched to high resolution mode on CPU 23
[    0.974395] Switched to high resolution mode on CPU 51
[    1.073741] IP route cache hash table entries: 524288 (order: 9, 4194304 bytes)
[    1.077974] TCP established hash table entries: 524288 (order: 10, 8388608 bytes)
[    1.103848] TCP bind hash table entries: 65536 (order: 7, 1048576 bytes)
[    1.109002] TCP: Hash tables configured (established 524288 bind 65536)
[    1.109029] TCP reno registered
[    1.137221] Mini RTC Driver
[    1.140807] Total HugeTLB memory allocated, 0
[    1.166184] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    1.166221] io scheduler noop registered
[    1.166240] io scheduler anticipatory registered (default)
[    1.166262] io scheduler deadline registered
[    1.166581] io scheduler cfq registered
[    1.166718] proc_dir_entry '00.0' already registered
[    1.166739] Call Trace:
[    1.166755]  [00000000004f05e8] create_proc_entry+0x7c/0x98
[    1.166792]  [000000000056f2e0] pci_proc_attach_device+0xa4/0xd4
[    1.166824]  [00000000007dc798] pci_proc_init+0x64/0x88
[    1.166851]  [00000000007ca294] kernel_init+0x188/0x328
[    1.166884]  [0000000000426cf8] kernel_thread+0x38/0x48
[    1.166912]  [00000000006a1d68] rest_init+0x18/0x5c
[    1.180849] f0279bbc: ttyS0 at I/O 0x0 (irq = 17) is a SUN4V HCONS
[    1.180879] console [ttyHV0] enabled
[    1.248478] proc_dir_entry 'serial' already registered
[    1.248524] Call Trace:
[    1.258028]  [00000000004f05e8] create_proc_entry+0x7c/0x98
[    1.278531]  [00000000004f1b0c] proc_tty_register_driver+0x40/0x70
[    1.278587]  [0000000000591ee0] tty_register_driver+0x1fc/0x208
[    1.298579]  [00000000005a82e8] uart_register_driver+0x134/0x16c
[    1.300282]  [00000000005a9a48] sunserial_register_minors+0x34/0x68
[    1.300336]  [00000000007de128] sunsu_init+0xf8/0x150
[    1.302034]  [00000000007ca294] kernel_init+0x188/0x328
[    1.308531]  [0000000000426cf8] kernel_thread+0x38/0x48
[    1.308581]  [00000000006a1d68] rest_init+0x18/0x5c
[    1.315734] f0288ed4: ttyS0 at MMIO 0xfff0ca0000 (irq = 24) is a 16550A
[    1.349651] Uniform Multi-Platform E-IDE driver
[    1.349690] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[    1.352933] Driver 'sd' needs updating - please use bus_type methods
[    1.353217] Fusion MPT base driver 3.04.06
[    1.353250] Copyright (c) 1999-2007 LSI Corporation
[    1.358602] Fusion MPT SPI Host driver 3.04.06
[    1.358850] Fusion MPT FC Host driver 3.04.06
[    1.359118] Fusion MPT SAS Host driver 3.04.06
[    1.409847] mptbase: ioc0: Initiating bringup
[    2.219734] ioc0: LSISAS1068E B1: Capabilities={Initiator}
[    2.230075] mptbase: ioc0: PCI-MSI enabled
[    8.329710] scsi0 : ioc0: LSISAS1068E B1, FwRev=011400dbh, Ports=1, MaxQ=511, IRQ=89
[    8.359710] scsi 0:0:0:0: Direct-Access     SEAGATE  ST973401LSUN72G  0556 PQ: 0 ANSI: 3
[    8.363250] sd 0:0:0:0: [sda] 143374738 512-byte hardware sectors (73408 MB)
[    8.364632] sd 0:0:0:0: [sda] Write Protect is off
[    8.364748] sd 0:0:0:0: [sda] Mode Sense: e3 00 10 08
[    8.366143] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[    8.366987] sd 0:0:0:0: [sda] 143374738 512-byte hardware sectors (73408 MB)
[    8.368234] sd 0:0:0:0: [sda] Write Protect is off
[    8.368537] sd 0:0:0:0: [sda] Mode Sense: e3 00 10 08
[    8.369929] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[    8.370148]  sda: sda1 sda2 sda3 sda4
[    8.381220] sd 0:0:0:0: [sda] Attached SCSI disk
[    8.384734] scsi 0:0:1:0: Direct-Access     FUJITSU  MAY2073RCSUN72G  0501 PQ: 0 ANSI: 4
[    8.387792] sd 0:0:1:0: [sdb] 143374738 512-byte hardware sectors (73408 MB)
[    8.389984] sd 0:0:1:0: [sdb] Write Protect is off
[    8.390100] sd 0:0:1:0: [sdb] Mode Sense: d3 00 00 08
[    8.391411] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    8.392399] sd 0:0:1:0: [sdb] 143374738 512-byte hardware sectors (73408 MB)
[    8.394436] sd 0:0:1:0: [sdb] Write Protect is off
[    8.394474] sd 0:0:1:0: [sdb] Mode Sense: d3 00 00 08
[    8.395783] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    8.395844]  sdb: sdb1 sdb2 sdb3
[    8.411877] sd 0:0:1:0: [sdb] Attached SCSI disk
[    8.415750] Fusion MPT misc device (ioctl) driver 3.04.06
[    8.416120] mptctl: Registered with Fusion MPT base driver
[    8.416246] mptctl: /dev/mptctl @ (major,minor=10,220)
[    8.416507] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    8.416521] ohci_hcd: block sizes: ed 80 td 96
[    8.416639] ohci_hcd 0000:07:00.0: OHCI Host Controller
[    8.416890] drivers/usb/core/inode.c: creating file 'devices'
[    8.416910] drivers/usb/core/inode.c: creating file '001'
[    8.416927] ohci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 1
[    8.416990] ohci_hcd 0000:07:00.0: enabled NEC chipset lost interrupt quirk
[    8.417054] ohci_hcd 0000:07:00.0: created debug files
[    8.417087] ohci_hcd 0000:07:00.0: irq 22, io mem 0xca00300000
[    8.459342] ohci_hcd 0000:07:00.0: OHCI controller state
[    8.459358] ohci_hcd 0000:07:00.0: OHCI 1.0, NO legacy support registers
[    8.459376] ohci_hcd 0000:07:00.0: control 0x083 HCFS=operational CBSR=3
[    8.459391] ohci_hcd 0000:07:00.0: cmdstatus 0x00000 SOC=0
[    8.459406] ohci_hcd 0000:07:00.0: intrstatus 0x00000004 SF
[    8.459421] ohci_hcd 0000:07:00.0: intrenable 0x8000005a MIE RHSC UE RD WDH
[    8.459447] ohci_hcd 0000:07:00.0: hcca frame #0003
[    8.459463] ohci_hcd 0000:07:00.0: roothub.a 01000203 POTPGT=1 NPS NDP=3(3)
[    8.459478] ohci_hcd 0000:07:00.0: roothub.b 00000000 PPCM=0000 DR=0000
[    8.459494] ohci_hcd 0000:07:00.0: roothub.status 00008000 DRWE
[    8.459511] ohci_hcd 0000:07:00.0: roothub.portstatus [0] 0x00000100 PPS
[    8.459528] ohci_hcd 0000:07:00.0: roothub.portstatus [1] 0x00000100 PPS
[    8.459544] ohci_hcd 0000:07:00.0: roothub.portstatus [2] 0x00000100 PPS
[    8.459607] usb usb1: default language 0x0409
[    8.459672] usb usb1: uevent
[    8.459849] usb usb1: usb_probe_device
[    8.460339] usb usb1: configuration #1 chosen from 1 choice
[    8.460560] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    8.460602] usb 1-0:1.0: uevent
[    8.460774] hub 1-0:1.0: usb_probe_interface
[    8.460785] hub 1-0:1.0: usb_probe_interface - got id
[    8.460796] hub 1-0:1.0: USB hub found
[    8.460935] hub 1-0:1.0: 3 ports detected
[    8.460967] hub 1-0:1.0: standalone hub
[    8.460976] hub 1-0:1.0: no power switching (usb 1.0)
[    8.460986] hub 1-0:1.0: global over-current protection
[    8.460998] hub 1-0:1.0: power on to power good time: 2ms
[    8.461021] hub 1-0:1.0: local power source is good
[    8.461031] hub 1-0:1.0: no over-current condition exists
[    8.461044] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    8.517308] hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
[    8.517588] drivers/usb/core/inode.c: creating file '001'
[    8.517617] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    8.517828] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.517960] usb usb1: Product: OHCI Host Controller
[    8.517992] usb usb1: Manufacturer: Linux 2.6.25-schedbugs ohci_hcd
[    8.518038] usb usb1: SerialNumber: 0000:07:00.0
[    8.518149] ohci_hcd 0000:07:00.1: OHCI Host Controller
[    8.518388] drivers/usb/core/inode.c: creating file '002'
[    8.518406] ohci_hcd 0000:07:00.1: new USB bus registered, assigned bus number 2
[    8.518466] ohci_hcd 0000:07:00.1: enabled NEC chipset lost interrupt quirk
[    8.518511] ohci_hcd 0000:07:00.1: created debug files
[    8.518541] ohci_hcd 0000:07:00.1: irq 23, io mem 0xca00302000
[    8.559340] ohci_hcd 0000:07:00.1: OHCI controller state
[    8.559355] ohci_hcd 0000:07:00.1: OHCI 1.0, NO legacy support registers
[    8.559372] ohci_hcd 0000:07:00.1: control 0x083 HCFS=operational CBSR=3
[    8.559387] ohci_hcd 0000:07:00.1: cmdstatus 0x00000 SOC=0
[    8.559401] ohci_hcd 0000:07:00.1: intrstatus 0x00000004 SF
[    8.559416] ohci_hcd 0000:07:00.1: intrenable 0x8000005a MIE RHSC UE RD WDH
[    8.559441] ohci_hcd 0000:07:00.1: hcca frame #0003
[    8.559455] ohci_hcd 0000:07:00.1: roothub.a 01000202 POTPGT=1 NPS NDP=2(2)
[    8.559470] ohci_hcd 0000:07:00.1: roothub.b 00000000 PPCM=0000 DR=0000
[    8.559485] ohci_hcd 0000:07:00.1: roothub.status 00008000 DRWE
[    8.559501] ohci_hcd 0000:07:00.1: roothub.portstatus [0] 0x00000100 PPS
[    8.559517] ohci_hcd 0000:07:00.1: roothub.portstatus [1] 0x00000100 PPS
[    8.559558] usb usb2: default language 0x0409
[    8.559621] usb usb2: uevent
[    8.559786] usb usb2: usb_probe_device
[    8.560078] usb usb2: configuration #1 chosen from 1 choice
[    8.560295] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    8.560337] usb 2-0:1.0: uevent
[    8.560504] hub 2-0:1.0: usb_probe_interface
[    8.560515] hub 2-0:1.0: usb_probe_interface - got id
[    8.560525] hub 2-0:1.0: USB hub found
[    8.560667] hub 2-0:1.0: 2 ports detected
[    8.560698] hub 2-0:1.0: standalone hub
[    8.560707] hub 2-0:1.0: no power switching (usb 1.0)
[    8.560717] hub 2-0:1.0: global over-current protection
[    8.560727] hub 2-0:1.0: power on to power good time: 2ms
[    8.560748] hub 2-0:1.0: local power source is good
[    8.560759] hub 2-0:1.0: no over-current condition exists
[    8.560770] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    8.617308] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    8.617584] drivers/usb/core/inode.c: creating file '001'
[    8.617611] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    8.617822] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.617953] usb usb2: Product: OHCI Host Controller
[    8.617986] usb usb2: Manufacturer: Linux 2.6.25-schedbugs ohci_hcd
[    8.618032] usb usb2: SerialNumber: 0000:07:00.1
[    8.618952] mice: PS/2 mouse device common for all mice
[    8.620419] usbcore: registered new interface driver hiddev
[    8.620796] usbcore: registered new interface driver usbhid
[    8.620849] drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[    8.622596] TCP cubic registered
[    8.623152] NET: Registered protocol family 1
[    8.623227] NET: Registered protocol family 17
[    8.644980] kjournald starting.  Commit interval 5 seconds
[    8.645299] EXT3-fs: mounted filesystem with ordered data mode.
[    8.645329] VFS: Mounted root (ext3 filesystem) readonly.
[   13.046256] usb usb1: uevent
[   13.046432] usb 1-0:1.0: uevent
[   13.046709] usb usb2: uevent
[   13.046881] usb 2-0:1.0: uevent
[   13.562231] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   13.562603] sd 0:0:1:0: Attached scsi generic sg1 type 0
[   13.602237] e1000e: Intel(R) PRO/1000 Network Driver - 0.2.0
[   13.602237] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[   13.602237] PCI: Enabling device: (0000:08:00.0), cmd 147
[   13.622237] ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
[   13.758514] eth0: (PCI Express:2.5GB/s:Width x4) 00:14:4f:3e:cb:f4
[   13.758734] eth0: Intel(R) PRO/1000 Network Connection
[   13.758937] eth0: MAC: 0, PHY: 4, PBA No: ffffff-0ff
[   13.758937] PCI: Enabling device: (0000:07:00.2), cmd 2
[   13.758937] ehci_hcd 0000:07:00.2: EHCI Host Controller
[   13.759159] PCI: Enabling device: (0000:08:00.1), cmd 147
[   13.759159] drivers/usb/core/inode.c: creating file '003'
[   13.759159] ehci_hcd 0000:07:00.2: new USB bus registered, assigned bus number 3
[   13.759159] ehci_hcd 0000:07:00.2: reset hcs_params 0x2395 dbg=0 cc=2 pcc=3 ports=5
[   13.759159] ehci_hcd 0000:07:00.2: reset portroute 1 0 1 0 0 
[   13.759159] ehci_hcd 0000:07:00.2: reset hcc_params e806 thresh 0 uframes 256/512/1024 park
[   13.759159] ehci_hcd 0000:07:00.2: park 0
[   13.759159] ehci_hcd 0000:07:00.2: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[   13.759159] ehci_hcd 0000:07:00.2: MWI active
[   13.759159] ehci_hcd 0000:07:00.2: supports USB remote wakeup
[   13.759159] ehci_hcd 0000:07:00.2: irq 20, io mem 0xca00304000
[   13.759159] ehci_hcd 0000:07:00.2: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[   13.759159] ehci_hcd 0000:07:00.2: init command 010009 (park)=0 ithresh=1 period=256 RUN
[   13.769183] ehci_hcd 0000:07:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   13.769476] usb usb3: default language 0x0409
[   13.769548] usb usb3: uevent
[   13.769658] usb usb3: usb_probe_device
[   13.769908] usb usb3: configuration #1 chosen from 1 choice
[   13.770047] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   13.770090] usb 3-0:1.0: uevent
[   13.770198] hub 3-0:1.0: usb_probe_interface
[   13.770210] hub 3-0:1.0: usb_probe_interface - got id
[   13.770220] hub 3-0:1.0: USB hub found
[   13.770275] hub 3-0:1.0: 5 ports detected
[   13.770307] hub 3-0:1.0: standalone hub
[   13.770317] hub 3-0:1.0: individual port power switching
[   13.770327] hub 3-0:1.0: individual port over-current protection
[   13.770338] hub 3-0:1.0: Single TT
[   13.770348] hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
[   13.770359] hub 3-0:1.0: power on to power good time: 20ms
[   13.770381] hub 3-0:1.0: local power source is good
[   13.770393] hub 3-0:1.0: enabling power on all ports
[   13.869162] hub 3-0:1.0: state 7 ports 5 chg 0000 evt 0000
[   13.869381] drivers/usb/core/inode.c: creating file '001'
[   13.869414] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   13.869414] ehci_hcd 0000:07:00.2: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT
[   13.869414] hub 3-0:1.0: port 2, status 0501, change 0001, 480 Mb/s
[   13.869628] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.869760] usb usb3: Product: EHCI Host Controller
[   13.869793] usb usb3: Manufacturer: Linux 2.6.25-schedbugs ehci_hcd
[   13.869839] usb usb3: SerialNumber: 0000:07:00.2
[   13.882455] eth1: (PCI Express:2.5GB/s:Width x4) 00:14:4f:3e:cb:f5
[   13.882665] eth1: Intel(R) PRO/1000 Network Connection
[   13.882789] eth1: MAC: 0, PHY: 4, PBA No: ffffff-0ff
[   13.882921] PCI: Enabling device: (0000:09:00.0), cmd 147
[   14.016520] eth1: (PCI Express:2.5GB/s:Width x4) 00:14:4f:3e:cb:f6
[   14.016736] eth1: Intel(R) PRO/1000 Network Connection
[   14.016940] eth1: MAC: 0, PHY: 4, PBA No: ffffff-0ff
[   14.017096] PCI: Enabling device: (0000:09:00.1), cmd 147
[   14.017128] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x501
[   14.068904] ehci_hcd 0000:07:00.2: port 2 high speed
[   14.068921] ehci_hcd 0000:07:00.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
[   14.107357] usb 3-2: new high speed USB device using ehci_hcd and address 2
[   14.130809] eth2: (PCI Express:2.5GB/s:Width x4) 00:14:4f:3e:cb:f7
[   14.131021] eth2: Intel(R) PRO/1000 Network Connection
[   14.131225] eth2: MAC: 0, PHY: 4, PBA No: ffffff-0ff
[   14.161422] ehci_hcd 0000:07:00.2: port 2 high speed
[   14.161443] ehci_hcd 0000:07:00.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
[   14.278268] usb 3-2: default language 0x0409
[   14.280862] usb 3-2: uevent
[   14.280928] usb 3-2: usb_probe_device
[   14.281118] usb 3-2: configuration #1 chosen from 1 choice
[   14.281118] usb 3-2: adding 3-2:1.0 (config #1, interface 0)
[   14.281118] usb 3-2:1.0: uevent
[   14.281118] drivers/usb/core/inode.c: creating file '002'
[   14.281118] usb 3-2: New USB device found, idVendor=0451, idProduct=625f
[   14.281118] usb 3-2: New USB device strings: Mfr=5, Product=2, SerialNumber=1
[   14.281118] usb 3-2: Product: 6250 FW: 00.00.02.22.562AD423
[   14.281118] usb 3-2: Manufacturer: Texas Instruments Incorporated
[   14.281118] usb 3-2: SerialNumber: ACCC32781924
[   14.281118] ehci_hcd 0000:07:00.2: GetStatus port 4 status 001803 POWER sig=j CSC CONNECT
[   14.281118] hub 3-0:1.0: port 4, status 0501, change 0001, 480 Mb/s
[   14.395450] Initializing USB Mass Storage driver...
[   14.443573] hub 3-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x501
[   14.466661] warning: `dhclient3' uses 32-bit capabilities (legacy support in use)
[   14.503750] ehci_hcd 0000:07:00.2: port 4 high speed
[   14.503771] ehci_hcd 0000:07:00.2: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT
[   14.563598] usb 3-4: new high speed USB device using ehci_hcd and address 3
[   14.623751] ehci_hcd 0000:07:00.2: port 4 high speed
[   14.623773] ehci_hcd 0000:07:00.2: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT
[   14.653549] loop: module loaded
[   14.716600] usb 3-4: uevent
[   14.716669] usb 3-4: usb_probe_device
[   14.716850] usb 3-4: configuration #1 chosen from 1 choice
[   14.717412] usb 3-4: adding 3-4:1.0 (config #1, interface 0)
[   14.717464] usb 3-4:1.0: uevent
[   14.717519] hub 3-4:1.0: usb_probe_interface
[   14.717531] hub 3-4:1.0: usb_probe_interface - got id
[   14.717542] hub 3-4:1.0: USB hub found
[   14.718137] hub 3-4:1.0: 4 ports detected
[   14.725094] hub 3-4:1.0: standalone hub
[   14.725105] hub 3-4:1.0: individual port power switching
[   14.725117] hub 3-4:1.0: individual port over-current protection
[   14.725555] hub 3-4:1.0: TT per port
[   14.725568] hub 3-4:1.0: TT requires at most 8 FS bit times (666 ns)
[   14.725580] hub 3-4:1.0: Port indicators are supported
[   14.725593] hub 3-4:1.0: power on to power good time: 100ms
[   14.726555] hub 3-4:1.0: local power source is good
[   14.726570] hub 3-4:1.0: enabling power on all ports
[   14.831855] usb 3-4: link qh256-0001/fffff803fa2861e0 start 255 [1/0 us]
[   14.831896] drivers/usb/core/inode.c: creating file '003'
[   14.831928] usb 3-4: New USB device found, idVendor=04b4, idProduct=6560
[   14.831941] usb 3-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   14.831990] hub 3-4:1.0: state 7 ports 4 chg 0000 evt 0000
[   14.832056] usb-storage 3-2:1.0: usb_probe_interface
[   14.832083] usb-storage 3-2:1.0: usb_probe_interface - got id
[   14.835037] scsi1 : SCSI emulation for USB Mass Storage devices
[   14.835037] usb-storage: device found at 2
[   14.835037] usb-storage: waiting for device to settle before scanning
[   14.835038] usbcore: registered new interface driver usb-storage
[   14.835038] USB Mass Storage support registered.
[   14.894222] Adding 3084464k swap on /dev/sda4.  Priority:-1 extents:1 across:3084464k
[   15.135037] EXT3 FS on sda2, internal journal
[   15.480159] kjournald starting.  Commit interval 5 seconds
[   15.484539] EXT3 FS on sda1, internal journal
[   15.484558] EXT3-fs: mounted filesystem with ordered data mode.
[   16.485116] eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   17.457272] NET: Registered protocol family 10
[   17.466513] lo: Disabled Privacy Extensions
[   19.515305] scsi 1:0:0:0: CD-ROM            TSSTcorp CD/DVDW TS-T632A SR02 PQ: 0 ANSI: 0
[   19.515305] scsi 1:0:0:0: Attached scsi generic sg2 type 5
[   19.517299] usb-storage: device scan complete
[   19.545388] Driver 'sr' needs updating - please use bus_type methods
[   19.556449] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[   19.556470] Uniform CD-ROM driver Revision: 3.20
[   19.557729] sr 1:0:0:0: Attached scsi CD-ROM sr0
[   22.387301] eth0: no IPv6 routers present
[   95.451701] BUG: soft lockup - CPU#29 stuck for 62s! [sh:3887]
[   95.451701] TSTATE: 0000004411001607 TPC: 000000000045e1c8 TNPC: 0000000000559dc0 Y: 00000000    Not tainted
[   95.451701] TPC: <copy_process+0x7cc/0xfc0>
[   95.451701] g0: 0000000000000000 g1: fffff803fe81dee0 g2: fffff803f703ced8 g3: fffff803f703ca40
[   95.451701] g4: fffff803fc9b8000 g5: fffff80007d4c000 g6: fffff803f4b6c000 g7: fffff803f703ce70
[   95.451701] o0: 0000000000000001 o1: fffff803f49a1168 o2: 0000000000000000 o3: 0000000000000498
[   95.451701] o4: 0000000000000000 o5: 0000000000000000 sp: fffff803f4b6f4e1 ret_pc: 000000000045e1c4
[   95.451701] RPC: <copy_process+0x7c8/0xfc0>
[   95.451701] l0: fffff803f703ce70 l1: fffff803f7151800 l2: fffff803fc86c700 l3: fffff803f49a1140
[   95.451701] l4: fffff803f703c9d8 l5: fffff803fe87ec68 l6: fffff803fc86dc00 l7: fffff803fc86c700
[   95.451701] i0: fffff803f7151800 i1: 0000000070001d68 i2: 0000000000000000 i3: fffff803f703d7d8
[   95.451701] i4: fffff803f703d7b8 i5: 0000000000000000 i6: fffff803f4b6f5c1 i7: 000000000045eaa8
[   95.451701] I7: <do_fork+0xec/0x234>
[   95.465482] BUG: soft lockup - CPU#37 stuck for 62s! [swapper:0]
[   95.465482] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000400    Not tainted
[   95.465482] TPC: <cpu_idle+0xb0/0x134>
[   95.465482] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff418000 g3: 0000000000000000
[   95.465482] g4: fffff803ff40cc00 g5: fffff80007d8c000 g6: fffff803ff418000 g7: 0000021100004000
[   95.465482] o0: 0000000000000000 o1: fffff803ff418008 o2: 0000000000004000 o3: 0000000000000001
[   95.465482] o4: 0000009853259180 o5: 0000000000000012 sp: fffff803ff41b681 ret_pc: 0000000000427818
[   95.465482] RPC: <cpu_idle+0x9c/0x134>
[   95.465482] l0: 0000000000000025 l1: 00000000007b95c8 l2: 0000000000000025 l3: 00000000000000c8
[   95.465482] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   95.465482] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   95.465482] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff41b741 i7: 00000000006b0110
[   95.465482] I7: <after_lock_tlb+0x1a4/0x1b4>
[   95.465482] BUG: soft lockup - CPU#45 stuck for 62s! [swapper:0]
[   95.465482] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   95.465482] TPC: <cpu_idle+0xb0/0x134>
[   95.465482] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff4f8000 g3: 0000000000000000
[   95.465482] g4: fffff803ff4bd800 g5: fffff80007dcc000 g6: fffff803ff4f8000 g7: 0000021100004000
[   95.465482] o0: 0000000000000000 o1: fffff803ff4f8008 o2: 0000000000004000 o3: 0000000000000001
[   95.465482] o4: 0000009853259180 o5: 0000000000000012 sp: fffff803ff4fb681 ret_pc: 0000000000427818
[   95.465482] RPC: <cpu_idle+0x9c/0x134>
[   95.465482] l0: 000000000000002d l1: 00000000007b95c8 l2: 000000000000002d l3: 00000000000000c8
[   95.465482] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   95.465482] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   95.465482] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff4fb741 i7: 00000000006b0110
[   95.465482] I7: <after_lock_tlb+0x1a4/0x1b4>
[   95.465482] BUG: soft lockup - CPU#53 stuck for 62s! [swapper:0]
[   95.465482] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   95.465482] TPC: <cpu_idle+0xb0/0x134>
[   95.465482] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff5b4000 g3: 0000000000000000
[   95.465482] g4: fffff803ff596400 g5: fffff80007e0c000 g6: fffff803ff5b4000 g7: 0000021100004000
[   95.465482] o0: 0000000000000000 o1: fffff803ff5b4008 o2: 0000000000004000 o3: 0000000000000001
[   95.465482] o4: 0000009853be2800 o5: 0000000000000012 sp: fffff803ff5b7681 ret_pc: 0000000000427818
[   95.465482] RPC: <cpu_idle+0x9c/0x134>
[   95.465482] l0: 0000000000000035 l1: 00000000007b95c8 l2: 0000000000000035 l3: 00000000000000c8
[   95.465482] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   95.465482] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   95.465482] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff5b7741 i7: 00000000006b0110
[   95.465482] I7: <after_lock_tlb+0x1a4/0x1b4>
[   95.791706] BUG: soft lockup - CPU#44 stuck for 63s! [swapper:0]
[   95.791706] TSTATE: 0000000011001602 TPC: 000000000047c2dc TNPC: 000000000047c2e0 Y: 00000000    Not tainted
[   95.791706] TPC: <get_cpu_idle_time_us+0x0/0xd0>
[   95.791706] g0: 0000000000009000 g1: 0000000000000000 g2: 0000000000000001 g3: 0000000000000001
[   95.791706] g4: fffff803ff4bc000 g5: fffff80007dc4000 g6: fffff803ff4c0000 g7: fffff80007c64000
[   95.791706] o0: 0000000000000001 o1: 0000000000000000 o2: 0000000000000001 o3: 00000000007b9400
[   95.791706] o4: 0000000000843400 o5: 00000000007ae800 sp: fffff803ff4c35c1 ret_pc: 000000000047c138
[   95.791706] RPC: <tick_nohz_stop_sched_tick+0x1b4/0x358>
[   95.791706] l0: 000000000000002c l1: fffff800085b4c30 l2: 0000000000000001 l3: 000000000000002c
[   95.791706] l4: 0000000100008a81 l5: 000000000000002c l6: 00000098679d74d4 l7: 0000000000000000
[   95.791706] i0: 0000000000000000 i1: fffff803ff5b4008 i2: 0000000013f00000 i3: fffff800085b22d0
[   95.791706] i4: 0000009867698e80 i5: 000000013fff9adb i6: fffff803ff4c3681 i7: 00000000004277b0
[   95.791706] I7: <cpu_idle+0x34/0x134>
[   95.871704] BUG: soft lockup - CPU#4 stuck for 68s! [swapper:0]
[   95.871704] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   95.871704] TPC: <cpu_idle+0xb0/0x134>
[   95.871704] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff0d8000 g3: 0000000000000000
[   95.871704] g4: fffff803ff0d4000 g5: fffff80007c84000 g6: fffff803ff0d8000 g7: 0000021100004000
[   95.871704] o0: 0000000000000000 o1: fffff803ff0d8008 o2: 0000000000004000 o3: 0000000000000001
[   95.871704] o4: 000000986b95ac00 o5: 0000000000000012 sp: fffff803ff0db681 ret_pc: 0000000000427818
[   95.871704] RPC: <cpu_idle+0x9c/0x134>
[   95.871704] l0: 0000000000000004 l1: 00000000007b95c8 l2: 0000000000000004 l3: 00000000000000c8
[   95.871704] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   95.871704] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   95.871704] i4: 00000000fee82118 i5: 00000000fee811f8 i6: fffff803ff0db741 i7: 00000000006b0110
[   95.871704] I7: <after_lock_tlb+0x1a4/0x1b4>
[   95.871706] BUG: soft lockup - CPU#36 stuck for 68s! [swapper:0]
[   95.871706] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   95.871706] TPC: <cpu_idle+0xb0/0x134>
[   95.871706] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff400000 g3: 0000000000000000
[   95.871706] g4: fffff803ff3cf000 g5: fffff80007d84000 g6: fffff803ff400000 g7: 0000021100004000
[   95.871706] o0: 0000000000000000 o1: fffff803ff400008 o2: 0000000000004000 o3: 0000000000000001
[   95.871706] o4: 000000986b95ac00 o5: 0000000000000012 sp: fffff803ff403681 ret_pc: 0000000000427818
[   95.871706] RPC: <cpu_idle+0x9c/0x134>
[   95.871706] l0: 0000000000000024 l1: 00000000007b95c8 l2: 0000000000000024 l3: 00000000000000c8
[   95.871706] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   95.871706] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   95.871706] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff403741 i7: 00000000006b0110
[   95.871706] I7: <after_lock_tlb+0x1a4/0x1b4>
[   95.952442] BUG: soft lockup - CPU#20 stuck for 63s! [swapper:0]
[   95.952442] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   95.952442] TPC: <cpu_idle+0xb0/0x134>
[   95.952442] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff278000 g3: 0000000000000000
[   95.952442] g4: fffff803ff261800 g5: fffff80007d04000 g6: fffff803ff278000 g7: 0000021100004000
[   95.952442] o0: 0000000000000000 o1: fffff803ff278008 o2: 0000000000004000 o3: 0000000000000001
[   95.952442] o4: 00000098705a6000 o5: 0000000000000012 sp: fffff803ff27b681 ret_pc: 0000000000427818
[   95.952442] RPC: <cpu_idle+0x9c/0x134>
[   95.952442] l0: 0000000000000014 l1: 00000000007b95c8 l2: 0000000000000014 l3: 00000000000000c8
[   95.952442] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   95.952442] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   95.952442] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff27b741 i7: 00000000006b0110
[   95.952442] I7: <after_lock_tlb+0x1a4/0x1b4>
[   95.952442] BUG: soft lockup - CPU#28 stuck for 64s! [swapper:0]
[   95.952442] TSTATE: 0000004411001603 TPC: 000000000045a4b4 TNPC: 000000000045a4b8 Y: 00000000    Not tainted
[   95.952442] TPC: <finish_task_switch+0x2c/0xa0>
[   95.952442] g0: 0000000000000000 g1: 0000000000000000 g2: 0000000000001c00 g3: fffff803ff33c000
[   95.952442] g4: fffff803ff31e400 g5: fffff80007d44000 g6: fffff803ff33c000 g7: fffff803f8874000
[   95.952442] o0: fffff80008536200 o1: 0000000000000000 o2: 0000000000000001 o3: 0000000000000000
[   95.952442] o4: 0000000000000000 o5: 0000000000000001 sp: fffff803ff33f4c1 ret_pc: 000000000045536c
[   95.952442] RPC: <__load_balance_iterator+0x1c/0x28>
[   95.952442] l0: 0000000000000002 l1: 000000000078b7c8 l2: 0000000000000002 l3: 0000000000000000
[   95.952442] l4: 0000000000000001 l5: 0000000000000028 l6: 0000000000000029 l7: 00000000f7f37000
[   95.952442] i0: 0000000000000000 i1: fffff803f8874000 i2: 0000000000000018 i3: fffff800085345a0
[   95.952442] i4: 0000000000000002 i5: 0000000000000000 i6: fffff803ff33f581 i7: 00000000006b2bd4
[   95.952442] I7: <schedule+0x8a4/0x914>
[   98.251719] BUG: soft lockup - CPU#60 stuck for 65s! [swapper:0]
[   98.251748] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.251748] TPC: <cpu_idle+0xb0/0x134>
[   98.251748] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff664000 g3: 0000000000000000
[   98.251748] g4: fffff803ff645800 g5: fffff80007e44000 g6: fffff803ff664000 g7: 0000021100004000
[   98.251748] o0: 0000000000000000 o1: fffff803ff664008 o2: 0000000000004000 o3: 0000000000000001
[   98.251748] o4: 00000098fa0a2d80 o5: 0000000000000012 sp: fffff803ff667681 ret_pc: 0000000000427818
[   98.251748] RPC: <cpu_idle+0x9c/0x134>
[   98.251748] l0: 000000000000003c l1: 00000000007b95c8 l2: 000000000000003c l3: 00000000000000c8
[   98.251748] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.251748] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.251748] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff667741 i7: 00000000006b0110
[   98.251748] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.271750] BUG: soft lockup - CPU#17 stuck for 73s! [cc1:4031]
[   98.271750] TSTATE: 0000000082001a04 TPC: 0000000000011f84 TNPC: 00000000002794c4 Y: 00000000    Not tainted
[   98.271750] TPC: <0x11f8c>
[   98.271750] g0: 0000000000000000 g1: 0000000000000054 g2: 0000000000000150 g3: 00000000003a59f8
[   98.271750] g4: 8080808080808080 g5: 616c696173000000 g6: 00000000000000ff g7: 0000000070001d00
[   98.271750] o0: 00000000003a18a8 o1: 0000000000000005 o2: 0000000000458a49 o3: 0000000000000010
[   98.271750] o4: 00000000ffd4f2ff o5: 0000000000419c00 sp: 00000000ffd4f298 ret_pc: 0000000000011f80
[   98.271750] RPC: <0x11f88>
[   98.271750] l0: 00000015 l1: 00000000 l2: 00000000 l3: 00000000 l4: 702676e0 l5: 00419c64 l6: 702856c8 l7: 00000000
[   98.271750] i0: 00000000 i1: 000001a4 i2: 00000010 i3: 00000001 i4: 00399b94 i5: ffd4f374 i6: ffd4f310 i7: 0001c2e8
[   98.371751] BUG: soft lockup - CPU#18 stuck for 73s! [swapper:0]
[   98.373386] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.373386] TPC: <cpu_idle+0xb0/0x134>
[   98.373386] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff24c000 g3: 0000000000000000
[   98.373386] g4: fffff803ff226400 g5: fffff80007cf4000 g6: fffff803ff24c000 g7: 0000021100004000
[   98.373386] o0: 0000000000000000 o1: fffff803ff24c008 o2: 0000000000004000 o3: 0000000000000001
[   98.373386] o4: 0000009901313b80 o5: 0000000000000012 sp: fffff803ff24f681 ret_pc: 0000000000427818
[   98.373386] RPC: <cpu_idle+0x9c/0x134>
[   98.373386] l0: 0000000000000012 l1: 00000000007b95c8 l2: 0000000000000012 l3: 00000000000000c8
[   98.373386] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.373386] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.373386] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff24f741 i7: 00000000006b0110
[   98.373386] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.373386] BUG: soft lockup - CPU#23 stuck for 73s! [swapper:0]
[   98.373386] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.373386] TPC: <cpu_idle+0xb0/0x134>
[   98.373386] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff2c0000 g3: 0000000000000000
[   98.373386] g4: fffff803ff2a2400 g5: fffff80007d1c000 g6: fffff803ff2c0000 g7: 0000021100004000
[   98.373386] o0: 0000000000000000 o1: fffff803ff2c0008 o2: 0000000000004000 o3: 0000000000000001
[   98.373386] o4: 0000009901c9d200 o5: 0000000000000012 sp: fffff803ff2c3681 ret_pc: 0000000000427818
[   98.373386] RPC: <cpu_idle+0x9c/0x134>
[   98.373386] l0: 0000000000000017 l1: 00000000007b95c8 l2: 0000000000000017 l3: 00000000000000c8
[   98.373386] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.373386] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.373386] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff2c3741 i7: 00000000006b0110
[   98.381202] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.381202] BUG: soft lockup - CPU#22 stuck for 73s! [swapper:0]
[   98.381202] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.381202] TPC: <cpu_idle+0xb0/0x134>
[   98.381202] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff2ac000 g3: 0000000000000000
[   98.381202] g4: fffff803ff2a0c00 g5: fffff80007d14000 g6: fffff803ff2ac000 g7: 0000021100004000
[   98.381202] o0: 0000000000000000 o1: fffff803ff2ac008 o2: 0000000000004000 o3: 0000000000000001
[   98.381202] o4: 0000009901313b80 o5: 0000000000000012 sp: fffff803ff2af681 ret_pc: 0000000000427818
[   98.381202] RPC: <cpu_idle+0x9c/0x134>
[   98.381202] l0: 0000000000000016 l1: 00000000007b95c8 l2: 0000000000000016 l3: 00000000000000c8
[   98.381202] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.381202] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.381202] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff2af741 i7: 00000000006b0110
[   98.381202] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.381202] BUG: soft lockup - CPU#19 stuck for 73s! [swapper:0]
[   98.381202] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.381202] TPC: <cpu_idle+0xb0/0x134>
[   98.381202] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff264000 g3: 0000000000000000
[   98.381202] g4: fffff803ff260000 g5: fffff80007cfc000 g6: fffff803ff264000 g7: 0000021100004000
[   98.381202] o0: 0000000000000000 o1: fffff803ff264008 o2: 0000000000004000 o3: 0000000000000001
[   98.381202] o4: 0000009901313b80 o5: 0000000000000012 sp: fffff803ff267681 ret_pc: 0000000000427818
[   98.381202] RPC: <cpu_idle+0x9c/0x134>
[   98.381202] l0: 0000000000000013 l1: 00000000007b95c8 l2: 0000000000000013 l3: 00000000000000c8
[   98.381202] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.381202] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.381202] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff267741 i7: 00000000006b0110
[   98.381202] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.381202] BUG: soft lockup - CPU#30 stuck for 73s! [swapper:0]
[   98.381202] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.381202] TPC: <cpu_idle+0xb0/0x134>
[   98.381202] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff370000 g3: 0000000000000000
[   98.381202] g4: fffff803ff351800 g5: fffff80007d54000 g6: fffff803ff370000 g7: 0000021100004000
[   98.381202] o0: 0000000000000000 o1: fffff803ff370008 o2: 0000000000004000 o3: 0000000000000001
[   98.381202] o4: 0000009901c9d200 o5: 0000000000000012 sp: fffff803ff373681 ret_pc: 0000000000427818
[   98.381202] RPC: <cpu_idle+0x9c/0x134>
[   98.381202] l0: 000000000000001e l1: 00000000007b95c8 l2: 000000000000001e l3: 00000000000000c8
[   98.381202] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.381202] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.381202] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff373741 i7: 00000000006b0110
[   98.381202] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.381202] BUG: soft lockup - CPU#25 stuck for 73s! [swapper:0]
[   98.381202] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.381202] TPC: <cpu_idle+0xb0/0x134>
[   98.381202] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff2f4000 g3: 0000000000000000
[   98.381202] g4: fffff803ff2dd800 g5: fffff80007d2c000 g6: fffff803ff2f4000 g7: 0000021100004000
[   98.381202] o0: 0000000000000000 o1: fffff803ff2f4008 o2: 0000000000004000 o3: 0000000000000001
[   98.381202] o4: 0000009901c9d200 o5: 0000000000000012 sp: fffff803ff2f7681 ret_pc: 0000000000427818
[   98.381202] RPC: <cpu_idle+0x9c/0x134>
[   98.381202] l0: 0000000000000019 l1: 00000000007b95c8 l2: 0000000000000019 l3: 00000000000000c8
[   98.381202] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.381202] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.381202] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff2f7741 i7: 00000000006b0110
[   98.381202] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.381202] BUG: soft lockup - CPU#26 stuck for 73s! [sh:4063]
[   98.381202] TSTATE: 0000004411001600 TPC: 00000000006b4864 TNPC: 00000000006b4868 Y: 00000000    Not tainted
[   98.381202] TPC: <_spin_unlock_irq+0x0/0x14>
[   98.381202] g0: fffff803f7477000 g1: 0000000000000000 g2: 00000000000001ff g3: 0000000000000000
[   98.381202] g4: fffff803f7477000 g5: fffff80007d34000 g6: fffff803f4bb0000 g7: 9800000000000690
[   98.381202] o0: fffff803fbb1a5e0 o1: 0000000000000000 o2: 0000000000000001 o3: 0000000000000044
[   98.381202] o4: 0000000000000000 o5: 0000000000000000 sp: fffff803f4bb3381 ret_pc: 000000000044a9e0
[   98.381202] RPC: <flush_tlb_pending+0x28/0x64>
[   98.381202] l0: fffff80008522460 l1: 0000000206ff6bb0 l2: fffff803f7477000 l3: fffff803fbb1e348
[   98.381202] l4: 0000000206f8a880 l5: fffff803fbb2ea28 l6: 0000000000000010 l7: 00000000001200d2
[   98.381202] i0: fffff803fbb1a380 i1: 000000007003c001 i2: fffff803fba4e0f0 i3: 98000003ffab4690
[   98.381202] i4: 0000000006ff6bb0 i5: 0000000000000000 i6: fffff803f4bb3441 i7: 00000000004997dc
[   98.381202] I7: <do_wp_page+0x52c/0x660>
[   98.381202] BUG: soft lockup - CPU#31 stuck for 73s! [swapper:0]
[   98.381203] TSTATE: 0000000011001602 TPC: 000000000047c2dc TNPC: 000000000047c2e0 Y: 0002b572    Not tainted
[   98.381203] TPC: <get_cpu_idle_time_us+0x0/0xd0>
[   98.381203] g0: 0000000000009000 g1: 0000000000000000 g2: 0000000000000001 g3: 0000000000000001
[   98.381203] g4: fffff803ff353000 g5: fffff80007d5c000 g6: fffff803ff384000 g7: fffff80007c64000
[   98.381203] o0: 0000000000000001 o1: 0000000000000000 o2: fffff803fa6905e8 o3: 00000000d4aa2000
[   98.381203] o4: 0000000000843400 o5: 00000000007ae800 sp: fffff803ff3875c1 ret_pc: 000000000047c138
[   98.381203] RPC: <tick_nohz_stop_sched_tick+0x1b4/0x358>
[   98.381203] l0: 000000000000001f l1: fffff8000854cc30 l2: 0000000000000001 l3: 000000000000001f
[   98.381203] l4: 0000000100008b84 l5: 000000000000001f l6: 0000009901ee5a15 l7: 0000000000000000
[   98.381203] i0: 0000000000000001 i1: 0000000000000400 i2: fffff803f72bc600 i3: fffff8000854a2d0
[   98.381203] i4: 0000009901c9d200 i5: 000000013fff9618 i6: fffff803ff387681 i7: 00000000004277b0
[   98.381203] I7: <cpu_idle+0x34/0x134>
[   98.381203] BUG: soft lockup - CPU#57 stuck for 73s! [swapper:0]
[   98.381203] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.381203] TPC: <cpu_idle+0xb0/0x134>
[   98.381203] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff61c000 g3: 0000000000000000
[   98.381203] g4: fffff803ff610c00 g5: fffff80007e2c000 g6: fffff803ff61c000 g7: 0000021100004000
[   98.381203] o0: 0000000000000000 o1: fffff803ff61c008 o2: 0000000000004000 o3: 0000000000000001
[   98.381203] o4: 0000009901c9d200 o5: 0000000000000012 sp: fffff803ff61f681 ret_pc: 0000000000427818
[   98.381203] RPC: <cpu_idle+0x9c/0x134>
[   98.381203] l0: 0000000000000039 l1: 00000000007b95c8 l2: 0000000000000039 l3: 00000000000000c8
[   98.381203] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.381203] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.381203] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff61f741 i7: 00000000006b0110
[   98.381203] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.381203] BUG: soft lockup - CPU#62 stuck for 73s! [swapper:0]
[   98.381203] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.381203] TPC: <cpu_idle+0xb0/0x134>
[   98.381203] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff690000 g3: 0000000000000000
[   98.381203] g4: fffff803ff684c00 g5: fffff80007e54000 g6: fffff803ff690000 g7: 0000021100004000
[   98.381203] o0: 0000000000000000 o1: fffff803ff690008 o2: 0000000000004000 o3: 0000000000000001
[   98.381203] o4: 0000009901313b80 o5: 0000000000000012 sp: fffff803ff693681 ret_pc: 0000000000427818
[   98.381203] RPC: <cpu_idle+0x9c/0x134>
[   98.381203] l0: 000000000000003e l1: 00000000007b95c8 l2: 000000000000003e l3: 00000000000000c8
[   98.381203] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.381203] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.381203] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff693741 i7: 00000000006b0110
[   98.381203] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.381203] BUG: soft lockup - CPU#58 stuck for 73s! [swapper:0]
[   98.381203] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.381203] TPC: <cpu_idle+0xb0/0x134>
[   98.381203] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff630000 g3: 0000000000000000
[   98.381203] g4: fffff803ff612400 g5: fffff80007e34000 g6: fffff803ff630000 g7: 0000021100004000
[   98.381203] o0: 0000000000000000 o1: fffff803ff630008 o2: 0000000000004000 o3: 0000000000000001
[   98.381203] o4: 0000009901313b80 o5: 0000000000000012 sp: fffff803ff633681 ret_pc: 0000000000427818
[   98.381203] RPC: <cpu_idle+0x9c/0x134>
[   98.381203] l0: 000000000000003a l1: 00000000007b95c8 l2: 000000000000003a l3: 00000000000000c8
[   98.381203] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.381203] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.381203] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff633741 i7: 00000000006b0110
[   98.381203] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.388125] BUG: soft lockup - CPU#2 stuck for 62s! [swapper:0]
[   98.388125] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000400    Not tainted
[   98.388125] TPC: <cpu_idle+0xb0/0x134>
[   98.388125] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff0a4000 g3: 0000000000000000
[   98.388125] g4: fffff803ff098c00 g5: fffff80007c74000 g6: fffff803ff0a4000 g7: 0000021100004000
[   98.388125] o0: 0000000000000000 o1: fffff803ff0a4008 o2: 0000000000004000 o3: 0000000000000001
[   98.388125] o4: 0000009902626880 o5: 0000000000000012 sp: fffff803ff0a7681 ret_pc: 0000000000427818
[   98.388125] RPC: <cpu_idle+0x9c/0x134>
[   98.388125] l0: 0000000000000002 l1: 00000000007b95c8 l2: 0000000000000002 l3: 00000000000000c8
[   98.388125] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.388125] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.388125] i4: 00000000fee82518 i5: 00000000fee815f8 i6: fffff803ff0a7741 i7: 00000000006b0110
[   98.388125] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.388125] BUG: soft lockup - CPU#6 stuck for 73s! [cc1:4068]
[   98.388125] TSTATE: 0000004482000a01 TPC: 0000000070101748 TNPC: 000000007010174c Y: 00000000    Not tainted
[   98.388125] TPC: <0x70101750>
[   98.388125] g0: 0000000000000000 g1: 0000000000000001 g2: 000000000000a2f9 g3: 00000000701fd630
[   98.388125] g4: 0000000000000000 g5: 0000000000000030 g6: 00feffffffffffff g7: 0000000070001d00
[   98.388125] o0: 000000000046dce8 o1: 0000000000000020 o2: 0000000000000005 o3: 0000000000000038
[   98.388125] o4: 0000000000000038 o5: 0000000000000005 sp: 00000000ff82a3c8 ret_pc: 0000000070101734
[   98.388125] RPC: <0x7010173c>
[   98.388125] l0: 00000000 l1: 00000000 l2: 0046dce0 l3: 0000a321 l4: 00000000 l5: 00000000 l6: 00000000 l7: 701fb000
[   98.388125] i0: 00000000 i1: 701fd630 i2: 00000020 i3: 00000000 i4: 00000000 i5: 00000000 i6: ff82a438 i7: 00398128
[   98.388125] BUG: soft lockup - CPU#7 stuck for 73s! [as:4069]
[   98.388125] TSTATE: 00000099f0000a07 TPC: 00000000700457e8 TNPC: 00000000700457ec Y: 00000000    Not tainted
[   98.388125] TPC: <0x700457f0>
[   98.388125] g0: 0000000000000000 g1: 000000000000000c g2: 00000000700a71b8 g3: 0000000000000000
[   98.388125] g4: 0000000000000000 g5: 0000000000000010 g6: 0000000000feffff g7: 0000000070002340
[   98.388125] o0: 00000000700a71b8 o1: 000000007006a890 o2: 00000000ffe6e404 o3: 0000000070001810
[   98.388125] o4: 0000000000000001 o5: 0000000000000000 sp: 00000000ffe6e358 ret_pc: 000000007004556c
[   98.388125] RPC: <0x70045574>
[   98.388125] l0: 00000003 l1: 7015a208 l2: 700b8968 l3: 700a71b8 l4: 700a4000 l5: 700bd09c l6: 700ae5fa l7: 7006a000
[   98.388125] i0: 700011c8 i1: ffe6e404 i2: 700c82ac i3: 700011c8 i4: 700a6b88 i5: ffe6e3e0 i6: ffe6e418 i7: 7003d720
[   98.388125] BUG: soft lockup - CPU#10 stuck for 73s! [swapper:0]
[   98.388125] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000980    Not tainted
[   98.388125] TPC: <cpu_idle+0xb0/0x134>
[   98.388125] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff168000 g3: 0000000000000000
[   98.388125] g4: fffff803ff151800 g5: fffff80007cb4000 g6: fffff803ff168000 g7: 0000021100004000
[   98.388125] o0: 0000000000000000 o1: fffff803ff168008 o2: 0000000000004000 o3: 0000000000000001
[   98.388125] o4: 0000009901c9d200 o5: 0000000000000012 sp: fffff803ff16b681 ret_pc: 0000000000427818
[   98.388125] RPC: <cpu_idle+0x9c/0x134>
[   98.388125] l0: 000000000000000a l1: 00000000007b95c8 l2: 000000000000000a l3: 00000000000000c8
[   98.388125] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.388125] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.388125] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff16b741 i7: 00000000006b0110
[   98.388125] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.389925] BUG: soft lockup - CPU#9 stuck for 73s! [swapper:0]
[   98.389925] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.389925] TPC: <cpu_idle+0xb0/0x134>
[   98.389925] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff154000 g3: 0000000000000000
[   98.389925] g4: fffff803ff150000 g5: fffff80007cac000 g6: fffff803ff154000 g7: 0000021100004000
[   98.389925] o0: 0000000000000000 o1: fffff803ff154008 o2: 0000000000004000 o3: 0000000000000001
[   98.389925] o4: 0000009901c9d200 o5: 0000000000000012 sp: fffff803ff157681 ret_pc: 0000000000427818
[   98.389925] RPC: <cpu_idle+0x9c/0x134>
[   98.389925] l0: 0000000000000009 l1: 00000000007b95c8 l2: 0000000000000009 l3: 00000000000000c8
[   98.389925] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.389925] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.389925] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff157741 i7: 00000000006b0110
[   98.390459] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.391202] BUG: soft lockup - CPU#49 stuck for 73s! [swapper:0]
[   98.391202] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000320    Not tainted
[   98.391202] TPC: <cpu_idle+0xb0/0x134>
[   98.391202] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff558000 g3: 0000000000000000
[   98.391202] g4: fffff803ff554000 g5: fffff80007dec000 g6: fffff803ff558000 g7: 0000021100004000
[   98.391202] o0: 0000000000000000 o1: fffff803ff558008 o2: 0000000000004000 o3: 0000000000000001
[   98.391202] o4: 0000009901c9d200 o5: 0000000000000012 sp: fffff803ff55b681 ret_pc: 0000000000427818
[   98.391202] RPC: <cpu_idle+0x9c/0x134>
[   98.391202] l0: 0000000000000031 l1: 00000000007b95c8 l2: 0000000000000031 l3: 00000000000000c8
[   98.391202] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.391202] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.391202] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff55b741 i7: 00000000006b0110
[   98.391202] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.398125] BUG: soft lockup - CPU#3 stuck for 68s! [swapper:0]
[   98.398125] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.398125] TPC: <cpu_idle+0xb0/0x134>
[   98.398125] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff0c0000 g3: 0000000000000000
[   98.398125] g4: fffff803ff09a400 g5: fffff80007c7c000 g6: fffff803ff0c0000 g7: 0000021100004000
[   98.398125] o0: 0000000000000000 o1: fffff803ff0c0008 o2: 0000000000004000 o3: 0000000000000001
[   98.398125] o4: 0000009902626880 o5: 0000000000000012 sp: fffff803ff0c3681 ret_pc: 0000000000427818
[   98.398125] RPC: <cpu_idle+0x9c/0x134>
[   98.398125] l0: 0000000000000003 l1: 00000000007b95c8 l2: 0000000000000003 l3: 00000000000000c8
[   98.398125] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.398125] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.398125] i4: 00000000fee82318 i5: 00000000fee813f8 i6: fffff803ff0c3741 i7: 00000000006b0110
[   98.398125] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.398125] BUG: soft lockup - CPU#8 stuck for 73s! [swapper:0]
[   98.398125] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.399422] TPC: <cpu_idle+0xb0/0x134>
[   98.399422] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff134000 g3: 0000000000000000
[   98.399422] g4: fffff803ff116400 g5: fffff80007ca4000 g6: fffff803ff134000 g7: 0000021100004000
[   98.399422] o0: 0000000000000000 o1: fffff803ff134008 o2: 0000000000004000 o3: 0000000000000001
[   98.399422] o4: 0000009902626880 o5: 0000000000000012 sp: fffff803ff137681 ret_pc: 0000000000427818
[   98.399422] RPC: <cpu_idle+0x9c/0x134>
[   98.399422] l0: 0000000000000008 l1: 00000000007b95c8 l2: 0000000000000008 l3: 00000000000000c8
[   98.399422] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.399422] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.399422] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff137741 i7: 00000000006b0110
[   98.399422] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.399422] BUG: soft lockup - CPU#11 stuck for 73s! [swapper:0]
[   98.399422] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.399422] TPC: <cpu_idle+0xb0/0x134>
[   98.399422] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff17c000 g3: 0000000000000000
[   98.399422] g4: fffff803ff153000 g5: fffff80007cbc000 g6: fffff803ff17c000 g7: 0000021100004000
[   98.399422] o0: 0000000000000000 o1: fffff803ff17c008 o2: 0000000000004000 o3: 0000000000000001
[   98.399422] o4: 0000009902626880 o5: 0000000000000012 sp: fffff803ff17f681 ret_pc: 0000000000427818
[   98.399422] RPC: <cpu_idle+0x9c/0x134>
[   98.399422] l0: 000000000000000b l1: 00000000007b95c8 l2: 000000000000000b l3: 00000000000000c8
[   98.399422] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.399422] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.399422] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff17f741 i7: 00000000006b0110
[   98.399422] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.603198] BUG: soft lockup - CPU#48 stuck for 73s! [syslogd:2393]
[   98.603198] TSTATE: 0000004411001602 TPC: 00000000004ae8e4 TNPC: 00000000004ae8e8 Y: 00000000    Not tainted
[   98.603198] TPC: <kmem_cache_alloc+0x78/0x9c>
[   98.603198] g0: fffff803f80a6cb1 g1: 0000000000000000 g2: fffff803fc808000 g3: fffff803f2820000
[   98.603198] g4: fffff803fe3f0000 g5: fffff80007de4000 g6: fffff803f80a4000 g7: 00e0000000000818
[   98.603198] o0: fffff803fd848800 o1: 0000000000000050 o2: ffffffffffffffff o3: 000000000050fd30
[   98.603198] o4: fffff800085d5878 o5: 0000000206f17390 sp: fffff803f80a6cf1 ret_pc: 000000000048aeec
[   98.603198] RPC: <find_lock_page+0x58/0xe0>
[   98.609061] l0: fffff800085d5878 l1: 0000000000000000 l2: 0000000000000000 l3: 0000000000000000
[   98.609061] l4: 0000000000000000 l5: 0000000000000000 l6: 0000000000000000 l7: 00000000f7ed7000
[   98.609061] i0: fffff803fd848800 i1: 0000000000000050 i2: 0000000000729f58 i3: 0000000000000006
[   98.609061] i4: fffff803fe366ab8 i5: fffff803fe366aa8 i6: fffff803f80a6db1 i7: 000000000050fd30
[   98.609061] I7: <journal_start+0x68/0xbc>
[   98.739065] BUG: soft lockup - CPU#56 stuck for 73s! [cc1:4067]
[   98.739065] TSTATE: 0000009982000a04 TPC: 0000000000092a6c TNPC: 0000000000092a70 Y: 00000000    Not tainted
[   98.739065] TPC: <0x92a74>
[   98.739065] g0: 0000000000000000 g1: 000000000000001f g2: 0000000070392bd0 g3: 0000000000093c30
[   98.739065] g4: 0000000000000004 g5: 000000000048b630 g6: 00000000000000ff g7: 0000000070001d00
[   98.739065] o0: 000000000046cb98 o1: 0000000070417b90 o2: 00000000003b2000 o3: 00000000007f0000
[   98.739065] o4: 0000000070295d20 o5: 000000000000001f sp: 00000000ffd75ed0 ret_pc: 0000000000092adc
[   98.739065] RPC: <0x92ae4>
[   98.739065] l0: 0041a000 l1: 704537a0 l2: 00000001 l3: 00000001 l4: 00399800 l5: 00000000 l6: 00002710 l7: 7027b000
[   98.739065] i0: 703fd7e0 i1: 70417bc8 i2: 00000000 i3: 00000000 i4: 00000040 i5: 00485518 i6: ffd75f40 i7: 00094058
[   98.865062] BUG: soft lockup - CPU#32 stuck for 74s! [cc1:4093]
[   98.865062] TSTATE: 0000000082001a06 TPC: 000000007016c944 TNPC: 000000007016c948 Y: 00000011    Not tainted
[   98.865062] TPC: <0x7016c94c>
[   98.865062] g0: 0000000000000000 g1: 0000000000000007 g2: 0000000000004000 g3: 00000000004ab36d
[   98.865062] g4: 0000000000478eb8 g5: 74726963745f5f00 g6: 0000000000000038 g7: 0000000070001d00
[   98.865062] o0: 00000000004a2d2f o1: 00000000004ab36b o2: 0000000000000002 o3: 0000000000000074
[   98.865062] o4: 0000000000000070 o5: 000000005f6e7074 sp: 00000000ff8d0660 ret_pc: 0000000000386f10
[   98.865062] RPC: <0x386f18>
[   98.865062] l0: 00478eb8 l1: 00003db8 l2: 00000f6e l3: 00003fff l4: 00478eb8 l5: 004595c0 l6: 00458580 l7: 00403400
[   98.865062] i0: 7033a910 i1: 004ab367 i2: 00000006 i3: 41cc8f6e i4: 00000001 i5: 000697da i6: ff8d06d0 i7: 00380690
[   98.955478] BUG: soft lockup - CPU#41 stuck for 74s! [swapper:0]
[   98.955478] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.955478] TPC: <cpu_idle+0xb0/0x134>
[   98.955478] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff474000 g3: 0000000000000000
[   98.955478] g4: fffff803ff44b000 g5: fffff80007dac000 g6: fffff803ff474000 g7: 0000021100004000
[   98.955478] o0: 0000000000000000 o1: fffff803ff474008 o2: 0000000000004000 o3: 0000000000000001
[   98.955478] o4: 00000099232abe00 o5: 0000000000000012 sp: fffff803ff477681 ret_pc: 0000000000427818
[   98.955478] RPC: <cpu_idle+0x9c/0x134>
[   98.955478] l0: 0000000000000029 l1: 00000000007b95c8 l2: 0000000000000029 l3: 00000000000000c8
[   98.955478] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.955478] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.955478] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff477741 i7: 00000000006b0110
[   98.955478] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.955478] BUG: soft lockup - CPU#42 stuck for 74s! [as:4095]
[   98.961318] TSTATE: 00000099f0001a04 TPC: 0000000070284ee4 TNPC: 0000000070284ee8 Y: 00000000    Not tainted
[   98.961319] TPC: <0x70284eec>
[   98.961319] g0: 0000000000000000 g1: 000000003dc11314 g2: 000000007014b700 g3: 0000000070153578
[   98.961319] g4: 0000000070269940 g5: 6761730000000000 g6: 00feffffffffffff g7: 0000000070002340
[   98.961319] o0: 0000000000000000 o1: 000000007014be68 o2: 0000000000000333 o3: 0000000000121940
[   98.961319] o4: 0000000070001468 o5: 000000000000000a sp: 00000000ffb4a980 ret_pc: 00000000000003f3
[   98.961319] RPC: <0x3fb>
[   98.961319] l0: 701489a4 l1: 00005877 l2: 7004e890 l3: 70155318 l4: 00000000 l5: 00000000 l6: 00000000 l7: 702c7000
[   98.961319] i0: 701c9680 i1: ffb4aa64 i2: ffb4aa74 i3: 00000000 i4: 00000000 i5: 00000000 i6: ffb4a9f0 i7: 701c99fc
[   98.991378] BUG: soft lockup - CPU#46 stuck for 74s! [swapper:0]
[   98.991378] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.991378] TPC: <cpu_idle+0xb0/0x134>
[   98.991378] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff50c000 g3: 0000000000000000
[   98.991378] g4: fffff803ff4bf000 g5: fffff80007dd4000 g6: fffff803ff50c000 g7: 0000021100004000
[   98.991378] o0: 0000000000000000 o1: fffff803ff50c008 o2: 0000000000004000 o3: 0000000000000001
[   98.991378] o4: 0000009924f48180 o5: 0000000000000012 sp: fffff803ff50f681 ret_pc: 0000000000427818
[   98.991378] RPC: <cpu_idle+0x9c/0x134>
[   98.991378] l0: 000000000000002e l1: 00000000007b95c8 l2: 000000000000002e l3: 00000000000000c8
[   98.991378] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.991378] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.991378] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff50f741 i7: 00000000006b0110
[   98.991378] I7: <after_lock_tlb+0x1a4/0x1b4>
[   98.991378] BUG: soft lockup - CPU#47 stuck for 74s! [swapper:0]
[   98.991378] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   98.991378] TPC: <cpu_idle+0xb0/0x134>
[   98.991378] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff524000 g3: 0000000000000000
[   98.991378] g4: fffff803ff518c00 g5: fffff80007ddc000 g6: fffff803ff524000 g7: 0000021100004000
[   98.991378] o0: 0000000000000000 o1: fffff803ff524008 o2: 0000000000004000 o3: 0000000000000001
[   98.991378] o4: 0000009924f48180 o5: 0000000000000012 sp: fffff803ff527681 ret_pc: 0000000000427818
[   98.991378] RPC: <cpu_idle+0x9c/0x134>
[   98.991378] l0: 000000000000002f l1: 00000000007b95c8 l2: 000000000000002f l3: 00000000000000c8
[   98.991378] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   98.991378] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   98.991378] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff527741 i7: 00000000006b0110
[   98.991378] I7: <after_lock_tlb+0x1a4/0x1b4>
[   99.098067] BUG: soft lockup - CPU#40 stuck for 74s! [swapper:0]
[   99.098067] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 0000077e    Not tainted
[   99.098067] TPC: <cpu_idle+0xb0/0x134>
[   99.098067] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff460000 g3: 0000000000000000
[   99.098067] g4: fffff803ff449800 g5: fffff80007da4000 g6: fffff803ff460000 g7: 0000021100004000
[   99.101325] o0: 0000000000000000 o1: fffff803ff460008 o2: 0000000000004000 o3: 0000000000000001
[   99.101325] o4: 000000992b82f900 o5: 0000000000000012 sp: fffff803ff463681 ret_pc: 0000000000427818
[   99.101325] RPC: <cpu_idle+0x9c/0x134>
[   99.101325] l0: 0000000000000028 l1: 00000000007b95c8 l2: 0000000000000028 l3: 00000000000000c8
[   99.101325] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   99.101325] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   99.101325] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff463741 i7: 00000000006b0110
[   99.101325] I7: <after_lock_tlb+0x1a4/0x1b4>
[   99.228066] BUG: soft lockup - CPU#24 stuck for 74s! [mv:4104]
[   99.228068] TSTATE: 0000000011001601 TPC: 00000000006b561c TNPC: 00000000006b5620 Y: 00000000    Not tainted
[   99.228068] TPC: <do_sparc64_fault+0xc/0x5b0>
[   99.228068] g0: 0000000000000b48 g1: 0000000001010101 g2: 0000000000000007 g3: fffff80007c64000
[   99.228068] g4: fffff803f3080c00 g5: fffff80007d24000 g6: fffff803f3224000 g7: 0000000070002de0
[   99.228068] o0: fffff803fe3f43e0 o1: fffff803fe2b4b28 o2: 0000000000000035 o3: fffff803f993c410
[   99.228068] o4: fffff803f99c8380 o5: 0000000000000000 sp: fffff803f32275e1 ret_pc: 00000000006b59b8
[   99.228068] RPC: <do_sparc64_fault+0x3a8/0x5b0>
[   99.228068] l0: 0000000070104000 l1: 0000000000000000 l2: fffff803fe2b4b28 l3: 0000000070102000
[   99.228068] l4: fffff803f99c8000 l5: 0000000000000380 l6: 0000000000000408 l7: fffff803fe3f4380
[   99.228068] i0: fffff803f3227f60 i1: fffff803f3227f60 i2: 00000000700d7768 i3: 0000000000000000
[   99.228068] i4: 0000000000000002 i5: 0000000000000000 i6: fffff803f32276a1 i7: 0000000000407a2c
[   99.228068] I7: <sparc64_realfault_common+0x18/0x20>
[   99.228068] BUG: soft lockup - CPU#27 stuck for 74s! [swapper:0]
[   99.228068] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[   99.228068] TPC: <cpu_idle+0xb0/0x134>
[   99.228068] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff328000 g3: 0000000000000000
[   99.228068] g4: fffff803ff31cc00 g5: fffff80007d3c000 g6: fffff803ff328000 g7: 0000021100004000
[   99.228068] o0: 0000000000000000 o1: fffff803ff328008 o2: 0000000000004000 o3: 0000000000000001
[   99.228068] o4: 0000009933db3400 o5: 0000000000000012 sp: fffff803ff32b681 ret_pc: 0000000000427818
[   99.228068] RPC: <cpu_idle+0x9c/0x134>
[   99.228068] l0: 000000000000001b l1: 00000000007b95c8 l2: 000000000000001b l3: 00000000000000c8
[   99.228068] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[   99.228068] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[   99.228068] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff32b741 i7: 00000000006b0110
[   99.228068] I7: <after_lock_tlb+0x1a4/0x1b4>
[   99.477344] BUG: soft lockup - CPU#33 stuck for 74s! [ld:4107]
[   99.477344] TSTATE: 0000000011001601 TPC: 0000000000559ec4 TNPC: 0000000000559ec8 Y: 00000000    Not tainted
[   99.477344] TPC: <atomic_sub_ret+0x1c/0x58>
[   99.477344] g0: 00000000700ff438 g1: 0000000000000004 g2: 0000000000004000 g3: 0000000000000000
[   99.477904] g4: fffff803fab5c600 g5: fffff80007d6c000 g6: fffff803f4b58000 g7: 0000000000000004
[   99.477904] o0: 0000000000000001 o1: fffff803fb823768 o2: 0000000000000001 o3: 0000000000000000
[   99.477904] o4: 00000000000e72d8 o5: 0000000000000000 sp: fffff803f4b5b461 ret_pc: 00000000004b2c6c
[   99.477904] RPC: <fput+0x10/0x2c>
[   99.477904] l0: fffff803f4b5bc58 l1: fffff803fe878698 l2: fffff803f9a50a40 l3: 00000002000e72d8
[   99.477904] l4: 0000000000000000 l5: 0000000000000000 l6: 980000000841a690 l7: 0000000000000000
[   99.477904] i0: fffff803fb823740 i1: fffff803fb6dedc0 i2: 0000000070290000 i3: 0000000206f8f120
[   99.477904] i4: 0000000206f4e0d0 i5: 0000000206f4e0d0 i6: fffff803f4b5b521 i7: 00000000004b0464
[   99.477904] I7: <filp_close+0x74/0x80>

[-- Attachment #3: bug2.log --]
[-- Type: Text/Plain, Size: 87213 bytes --]

[    0.000000] PROMLIB: Sun IEEE Boot Prom 'OBP 4.27.1 2007/09/14 15:17'
[    0.000000] PROMLIB: Root node compatible: sun4v
[    0.000000] Linux version 2.6.25-schedbugs (davem@huronp11) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #6 SMP Wed Apr 23 05:09:41 PDT 2008
[    0.000000] console [earlyprom0] enabled
[    0.000000] ARCH: SUN4V
[    0.000000] Ethernet address: 00:14:4f:3e:cb:f4
[    0.000000] Kernel: Using 2 locked TLB entries for main kernel image.
[    0.000000] Remapping the kernel... done.
[    0.000000] [0000000200000000-fffff80009000000] page_structs=262144 node=0 entry=0/0
[    0.000000] [0000000200000000-fffff80009400000] page_structs=262144 node=0 entry=1/0
[    0.000000] [0000000200000000-fffff80009800000] page_structs=262144 node=0 entry=2/0
[    0.000000] [0000000200000000-fffff80009c00000] page_structs=262144 node=0 entry=3/0
[    0.000000] [0000000200e00000-fffff8000a000000] page_structs=262144 node=0 entry=4/0
[    0.000000] [0000000200e00000-fffff8000a400000] page_structs=262144 node=0 entry=5/0
[    0.000000] [0000000200e00000-fffff8000a800000] page_structs=262144 node=0 entry=6/0
[    0.000000] [0000000201c00000-fffff8000ac00000] page_structs=262144 node=0 entry=7/0
[    0.000000] [0000000201c00000-fffff8000b000000] page_structs=262144 node=0 entry=8/0
[    0.000000] [0000000201c00000-fffff8000b400000] page_structs=262144 node=0 entry=9/0
[    0.000000] [0000000201c00000-fffff8000b800000] page_structs=262144 node=0 entry=10/0
[    0.000000] [0000000202a00000-fffff8000bc00000] page_structs=262144 node=0 entry=11/0
[    0.000000] [0000000202a00000-fffff8000c000000] page_structs=262144 node=0 entry=12/0
[    0.000000] [0000000202a00000-fffff8000c400000] page_structs=262144 node=0 entry=13/0
[    0.000000] [0000000203800000-fffff8000c800000] page_structs=262144 node=0 entry=14/0
[    0.000000] [0000000203800000-fffff8000cc00000] page_structs=262144 node=0 entry=15/0
[    0.000000] [0000000203800000-fffff8000d000000] page_structs=262144 node=0 entry=16/0
[    0.000000] [0000000203800000-fffff8000d400000] page_structs=262144 node=0 entry=17/0
[    0.000000] [0000000204600000-fffff8000d800000] page_structs=262144 node=0 entry=18/0
[    0.000000] [0000000204600000-fffff8000dc00000] page_structs=262144 node=0 entry=19/0
[    0.000000] [0000000204600000-fffff8000e000000] page_structs=262144 node=0 entry=20/0
[    0.000000] [0000000205400000-fffff8000e400000] page_structs=262144 node=0 entry=21/0
[    0.000000] [0000000205400000-fffff8000e800000] page_structs=262144 node=0 entry=22/0
[    0.000000] [0000000205400000-fffff8000ec00000] page_structs=262144 node=0 entry=23/0
[    0.000000] [0000000205400000-fffff8000f000000] page_structs=262144 node=0 entry=24/0
[    0.000000] [0000000206200000-fffff8000f400000] page_structs=262144 node=0 entry=25/0
[    0.000000] [0000000206200000-fffff8000f800000] page_structs=262144 node=0 entry=26/0
[    0.000000] [0000000206200000-fffff8000fc00000] page_structs=262144 node=0 entry=27/0
[    0.000000] OF stdout device is: /virtual-devices@100/console@1
[    0.000000] PROM: Built device tree with 124732 bytes of memory.
[    0.000000] MDESC: Size is 59392 bytes.
[    0.000000] PLATFORM: banner-name [SPARC Enterprise T5220]
[    0.000000] PLATFORM: name [SUNW,SPARC-Enterprise-T5220]
[    0.000000] PLATFORM: hostid [803ecbf4]
[    0.000000] PLATFORM: serial# [00ab4130]
[    0.000000] PLATFORM: stick-frequency [546e74c8]
[    0.000000] PLATFORM: mac-address [144f3ecbf4]
[    0.000000] PLATFORM: watchdog-resolution [1000 ms]
[    0.000000] PLATFORM: watchdog-max-timeout [31536000000 ms]
[    0.000000] PLATFORM: max-cpus [64]
[    0.000000] On node 0 totalpages: 2079047
[    0.000000]   Normal zone: 14331 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 2064716 pages, LIFO batch:15
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] Booting Linux...
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2064716
[    0.000000] Kernel command line: root=/dev/sda2 ro
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.010000] clocksource: mult[b4b9] shift[16]
[    0.010000] clockevent: mult[b550b0f2] shift[31]
[    0.010000] Console: colour dummy device 80x25
[    0.010000] console handover: boot [earlyprom0] -> real [tty0]
[    0.010337] Dentry cache hash table entries: 2097152 (order: 11, 16777216 bytes)
[    0.064342] Inode-cache hash table entries: 1048576 (order: 10, 8388608 bytes)
[    0.617044] Memory: 16390776k available (2768k kernel code, 1056k data, 168k init) [fffff80000000000,00000003ffb22000]
[    0.617184] SLUB: Genslabs=13, HWalign=32, Order=0-2, MinObjects=8, CPUs=64, Nodes=1
[    0.760006] Calibrating delay using timer specific routine.. 2835.88 BogoMIPS (lpj=14179404)
[    0.760227] Mount-cache hash table entries: 512
[    0.784425] Brought up 64 CPUs
[    0.793810] net_namespace: 584 bytes
[    0.793839] ldc.c:v1.0 (June 25, 2007)
[    0.794528] NET: Registered protocol family 16
[    0.816896] VIO: Adding device channel-devices
[    0.817083] VIO: Adding device vldc-port-3-0
[    0.817250] VIO: Adding device vldc-port-3-1
[    0.817416] VIO: Adding device vldc-port-3-2
[    0.817586] VIO: Adding device vldc-port-3-3
[    0.817752] VIO: Adding device vldc-port-3-4
[    0.817923] VIO: Adding device vldc-port-3-5
[    0.818090] VIO: Adding device vldc-port-3-8
[    0.818258] VIO: Adding device vldc-port-2-0
[    0.818430] VIO: Adding device vldc-port-0-0
[    0.818605] VIO: Adding device vldc-port-0-1
[    0.818778] VIO: Adding device vldc-port-0-2
[    0.818955] VIO: Adding device vldc-port-1-0
[    0.819199] VIO: Adding device ds-1
[    0.819369] VIO: Adding device ds-0
[    0.829479] PCI: Probing for controllers.
[    0.829529] SUN4V_PCI: Registered hvapi major[1] minor[0]
[    0.829800] /pci@0: SUN4V PCI Bus Module
[    0.829823] /pci@0: PCI IO[c810000000] MEM[ca00000000]
[    0.873893] /pci@0: Imported 3 TSB entries from OBP
[    0.874721] /pci@0: MSI Queue first[0] num[36] count[128] devino[0x18]
[    0.874748] /pci@0: MSI first[0] num[256] mask[0xff] width[32]
[    0.874772] /pci@0: MSI addr32[0x7fff0000:0x10000] addr64[0x3ffff0000:0x10000]
[    0.874802] /pci@0: MSI queues at RA [00000003fe600000]
[    0.874921] PCI: Scanning PBM /pci@0
[    0.884568] ebus: No EBus's found.
[    0.885123] ds.c:v1.0 (Jul 11, 2007)
[    0.898405] SCSI subsystem initialized
[    0.898873] usbcore: registered new interface driver usbfs
[    0.899053] usbcore: registered new interface driver hub
[    0.899341] usbcore: registered new device driver usb
[    0.952366] NET: Registered protocol family 2
[    0.955123] ds-1: Registered pri service.
[    0.960014] Switched to high resolution mode on CPU 0
[    0.960010] Switched to high resolution mode on CPU 24
[    0.960010] Switched to high resolution mode on CPU 52
[    0.965123] ds-1: Registered var-config-backup service.
[    0.970010] Switched to high resolution mode on CPU 25
[    0.970010] Switched to high resolution mode on CPU 53
[    0.970010] Switched to high resolution mode on CPU 26
[    0.970010] Switched to high resolution mode on CPU 54
[    0.970010] Switched to high resolution mode on CPU 27
[    0.970010] Switched to high resolution mode on CPU 55
[    0.970010] Switched to high resolution mode on CPU 28
[    0.970010] Switched to high resolution mode on CPU 56
[    0.970010] Switched to high resolution mode on CPU 1
[    0.971446] Switched to high resolution mode on CPU 29
[    0.971447] Switched to high resolution mode on CPU 57
[    0.971447] Switched to high resolution mode on CPU 2
[    0.971742] Switched to high resolution mode on CPU 30
[    0.971742] Switched to high resolution mode on CPU 58
[    0.971742] Switched to high resolution mode on CPU 3
[    0.971742] Switched to high resolution mode on CPU 31
[    0.971742] Switched to high resolution mode on CPU 59
[    0.971742] Switched to high resolution mode on CPU 4
[    0.971743] Switched to high resolution mode on CPU 32
[    0.971742] Switched to high resolution mode on CPU 60
[    0.971742] Switched to high resolution mode on CPU 5
[    0.971742] Switched to high resolution mode on CPU 33
[    0.971742] Switched to high resolution mode on CPU 61
[    0.971742] Switched to high resolution mode on CPU 6
[    0.971742] Switched to high resolution mode on CPU 34
[    0.971742] Switched to high resolution mode on CPU 62
[    0.971742] Switched to high resolution mode on CPU 7
[    0.973480] Switched to high resolution mode on CPU 35
[    0.973480] Switched to high resolution mode on CPU 63
[    0.973480] Switched to high resolution mode on CPU 8
[    0.973779] Switched to high resolution mode on CPU 9
[    0.973778] Switched to high resolution mode on CPU 37
[    0.974093] Switched to high resolution mode on CPU 10
[    0.974092] Switched to high resolution mode on CPU 38
[    0.974093] Switched to high resolution mode on CPU 11
[    0.974093] Switched to high resolution mode on CPU 39
[    0.974093] Switched to high resolution mode on CPU 12
[    0.974093] Switched to high resolution mode on CPU 40
[    0.974093] Switched to high resolution mode on CPU 13
[    0.974093] Switched to high resolution mode on CPU 41
[    0.974092] Switched to high resolution mode on CPU 14
[    0.974093] Switched to high resolution mode on CPU 42
[    0.965132] Switched to high resolution mode on CPU 36
[    0.974093] Switched to high resolution mode on CPU 15
[    0.974093] Switched to high resolution mode on CPU 43
[    0.974093] Switched to high resolution mode on CPU 16
[    0.974093] Switched to high resolution mode on CPU 44
[    0.974093] Switched to high resolution mode on CPU 17
[    0.974092] Switched to high resolution mode on CPU 45
[    0.974093] Switched to high resolution mode on CPU 18
[    0.974092] Switched to high resolution mode on CPU 46
[    0.974093] Switched to high resolution mode on CPU 19
[    0.974092] Switched to high resolution mode on CPU 47
[    0.974093] Switched to high resolution mode on CPU 20
[    0.974093] Switched to high resolution mode on CPU 48
[    0.974092] Switched to high resolution mode on CPU 21
[    0.974092] Switched to high resolution mode on CPU 49
[    0.974093] Switched to high resolution mode on CPU 22
[    0.974093] Switched to high resolution mode on CPU 50
[    0.974093] Switched to high resolution mode on CPU 23
[    0.974093] Switched to high resolution mode on CPU 51
[    1.077953] IP route cache hash table entries: 524288 (order: 9, 4194304 bytes)
[    1.080220] TCP established hash table entries: 524288 (order: 10, 8388608 bytes)
[    1.106084] TCP bind hash table entries: 65536 (order: 7, 1048576 bytes)
[    1.111247] TCP: Hash tables configured (established 524288 bind 65536)
[    1.111274] TCP reno registered
[    1.139461] Mini RTC Driver
[    1.143026] Total HugeTLB memory allocated, 0
[    1.168413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    1.168450] io scheduler noop registered
[    1.168469] io scheduler anticipatory registered (default)
[    1.168491] io scheduler deadline registered
[    1.168823] io scheduler cfq registered
[    1.168960] proc_dir_entry '00.0' already registered
[    1.168981] Call Trace:
[    1.168996]  [00000000004f0610] create_proc_entry+0x7c/0x98
[    1.169034]  [000000000056f320] pci_proc_attach_device+0xa4/0xd4
[    1.169065]  [00000000007dc798] pci_proc_init+0x64/0x88
[    1.169092]  [00000000007ca294] kernel_init+0x188/0x328
[    1.169126]  [0000000000426cf8] kernel_thread+0x38/0x48
[    1.169153]  [00000000006a1da0] rest_init+0x18/0x5c
[    1.183262] f0279bbc: ttyS0 at I/O 0x0 (irq = 17) is a SUN4V HCONS
[    1.183290] console [ttyHV0] enabled
[    1.240425] proc_dir_entry 'serial' already registered
[    1.240990] Call Trace:
[    1.242526]  [00000000004f0610] create_proc_entry+0x7c/0x98
[    1.242580]  [00000000004f1b34] proc_tty_register_driver+0x40/0x70
[    1.246943]  [0000000000591f18] tty_register_driver+0x1fc/0x208
[    1.249714]  [00000000005a8320] uart_register_driver+0x134/0x16c
[    1.249770]  [00000000005a9a80] sunserial_register_minors+0x34/0x68
[    1.251501]  [00000000007de128] sunsu_init+0xf8/0x150
[    1.253239]  [00000000007ca294] kernel_init+0x188/0x328
[    1.253291]  [0000000000426cf8] kernel_thread+0x38/0x48
[    1.255034]  [00000000006a1da0] rest_init+0x18/0x5c
[    1.261455] f0288ed4: ttyS0 at MMIO 0xfff0ca0000 (irq = 24) is a 16550A
[    1.263287] Uniform Multi-Platform E-IDE driver
[    1.299736] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[    1.312446] Driver 'sd' needs updating - please use bus_type methods
[    1.312651] Fusion MPT base driver 3.04.06
[    1.312763] Copyright (c) 1999-2007 LSI Corporation
[    1.312886] Fusion MPT SPI Host driver 3.04.06
[    1.313138] Fusion MPT FC Host driver 3.04.06
[    1.313975] Fusion MPT SAS Host driver 3.04.06
[    1.314134] mptbase: ioc0: Initiating bringup
[    2.122473] ioc0: LSISAS1068E B1: Capabilities={Initiator}
[    2.132813] mptbase: ioc0: PCI-MSI enabled
[    8.232448] scsi0 : ioc0: LSISAS1068E B1, FwRev=011400dbh, Ports=1, MaxQ=511, IRQ=89
[    8.256649] scsi 0:0:0:0: Direct-Access     SEAGATE  ST973401LSUN72G  0556 PQ: 0 ANSI: 3
[    8.258607] sd 0:0:0:0: [sda] 143374738 512-byte hardware sectors (73408 MB)
[    8.259909] sd 0:0:0:0: [sda] Write Protect is off
[    8.260025] sd 0:0:0:0: [sda] Mode Sense: e3 00 10 08
[    8.261516] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[    8.262375] sd 0:0:0:0: [sda] 143374738 512-byte hardware sectors (73408 MB)
[    8.263915] sd 0:0:0:0: [sda] Write Protect is off
[    8.263952] sd 0:0:0:0: [sda] Mode Sense: e3 00 10 08
[    8.265630] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[    8.265691]  sda: sda1 sda2 sda3 sda4
[    8.270871] sd 0:0:0:0: [sda] Attached SCSI disk
[    8.274006] scsi 0:0:1:0: Direct-Access     FUJITSU  MAY2073RCSUN72G  0501 PQ: 0 ANSI: 4
[    8.276615] sd 0:0:1:0: [sdb] 143374738 512-byte hardware sectors (73408 MB)
[    8.278732] sd 0:0:1:0: [sdb] Write Protect is off
[    8.278925] sd 0:0:1:0: [sdb] Mode Sense: d3 00 00 08
[    8.280246] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    8.281233] sd 0:0:1:0: [sdb] 143374738 512-byte hardware sectors (73408 MB)
[    8.283359] sd 0:0:1:0: [sdb] Write Protect is off
[    8.283552] sd 0:0:1:0: [sdb] Mode Sense: d3 00 00 08
[    8.284858] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    8.285076]  sdb: sdb1 sdb2 sdb3
[    8.295835] sd 0:0:1:0: [sdb] Attached SCSI disk
[    8.299414] Fusion MPT misc device (ioctl) driver 3.04.06
[    8.299601] mptctl: Registered with Fusion MPT base driver
[    8.299649] mptctl: /dev/mptctl @ (major,minor=10,220)
[    8.299885] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    8.299899] ohci_hcd: block sizes: ed 80 td 96
[    8.300018] ohci_hcd 0000:07:00.0: OHCI Host Controller
[    8.300246] drivers/usb/core/inode.c: creating file 'devices'
[    8.300266] drivers/usb/core/inode.c: creating file '001'
[    8.300283] ohci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 1
[    8.300345] ohci_hcd 0000:07:00.0: enabled NEC chipset lost interrupt quirk
[    8.300409] ohci_hcd 0000:07:00.0: created debug files
[    8.300442] ohci_hcd 0000:07:00.0: irq 22, io mem 0xca00300000
[    8.354744] ohci_hcd 0000:07:00.0: OHCI controller state
[    8.354760] ohci_hcd 0000:07:00.0: OHCI 1.0, NO legacy support registers
[    8.354778] ohci_hcd 0000:07:00.0: control 0x083 HCFS=operational CBSR=3
[    8.354793] ohci_hcd 0000:07:00.0: cmdstatus 0x00000 SOC=0
[    8.354808] ohci_hcd 0000:07:00.0: intrstatus 0x00000004 SF
[    8.354823] ohci_hcd 0000:07:00.0: intrenable 0x8000005a MIE RHSC UE RD WDH
[    8.354848] ohci_hcd 0000:07:00.0: hcca frame #0003
[    8.354864] ohci_hcd 0000:07:00.0: roothub.a 01000203 POTPGT=1 NPS NDP=3(3)
[    8.354879] ohci_hcd 0000:07:00.0: roothub.b 00000000 PPCM=0000 DR=0000
[    8.354895] ohci_hcd 0000:07:00.0: roothub.status 00008000 DRWE
[    8.354912] ohci_hcd 0000:07:00.0: roothub.portstatus [0] 0x00000100 PPS
[    8.354928] ohci_hcd 0000:07:00.0: roothub.portstatus [1] 0x00000100 PPS
[    8.354944] ohci_hcd 0000:07:00.0: roothub.portstatus [2] 0x00000100 PPS
[    8.355006] usb usb1: default language 0x0409
[    8.355072] usb usb1: uevent
[    8.355220] usb usb1: usb_probe_device
[    8.355661] usb usb1: configuration #1 chosen from 1 choice
[    8.355722] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    8.355764] usb 1-0:1.0: uevent
[    8.355913] hub 1-0:1.0: usb_probe_interface
[    8.355924] hub 1-0:1.0: usb_probe_interface - got id
[    8.355934] hub 1-0:1.0: USB hub found
[    8.355995] hub 1-0:1.0: 3 ports detected
[    8.356026] hub 1-0:1.0: standalone hub
[    8.356035] hub 1-0:1.0: no power switching (usb 1.0)
[    8.356045] hub 1-0:1.0: global over-current protection
[    8.356056] hub 1-0:1.0: power on to power good time: 2ms
[    8.356080] hub 1-0:1.0: local power source is good
[    8.356090] hub 1-0:1.0: no over-current condition exists
[    8.356103] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    8.402448] hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
[    8.402692] drivers/usb/core/inode.c: creating file '001'
[    8.402720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    8.402931] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.403063] usb usb1: Product: OHCI Host Controller
[    8.403096] usb usb1: Manufacturer: Linux 2.6.25-schedbugs ohci_hcd
[    8.403142] usb usb1: SerialNumber: 0000:07:00.0
[    8.403253] ohci_hcd 0000:07:00.1: OHCI Host Controller
[    8.403465] drivers/usb/core/inode.c: creating file '002'
[    8.403483] ohci_hcd 0000:07:00.1: new USB bus registered, assigned bus number 2
[    8.403542] ohci_hcd 0000:07:00.1: enabled NEC chipset lost interrupt quirk
[    8.403587] ohci_hcd 0000:07:00.1: created debug files
[    8.403616] ohci_hcd 0000:07:00.1: irq 23, io mem 0xca00302000
[    8.434482] ohci_hcd 0000:07:00.1: OHCI controller state
[    8.434499] ohci_hcd 0000:07:00.1: OHCI 1.0, NO legacy support registers
[    8.434518] ohci_hcd 0000:07:00.1: control 0x083 HCFS=operational CBSR=3
[    8.434534] ohci_hcd 0000:07:00.1: cmdstatus 0x00000 SOC=0
[    8.434549] ohci_hcd 0000:07:00.1: intrstatus 0x00000004 SF
[    8.434565] ohci_hcd 0000:07:00.1: intrenable 0x8000005a MIE RHSC UE RD WDH
[    8.434591] ohci_hcd 0000:07:00.1: hcca frame #0003
[    8.434607] ohci_hcd 0000:07:00.1: roothub.a 01000202 POTPGT=1 NPS NDP=2(2)
[    8.434622] ohci_hcd 0000:07:00.1: roothub.b 00000000 PPCM=0000 DR=0000
[    8.434636] ohci_hcd 0000:07:00.1: roothub.status 00008000 DRWE
[    8.434652] ohci_hcd 0000:07:00.1: roothub.portstatus [0] 0x00000100 PPS
[    8.434669] ohci_hcd 0000:07:00.1: roothub.portstatus [1] 0x00000100 PPS
[    8.434709] usb usb2: default language 0x0409
[    8.434772] usb usb2: uevent
[    8.434916] usb usb2: usb_probe_device
[    8.435186] usb usb2: configuration #1 chosen from 1 choice
[    8.435403] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    8.435445] usb 2-0:1.0: uevent
[    8.435590] hub 2-0:1.0: usb_probe_interface
[    8.435601] hub 2-0:1.0: usb_probe_interface - got id
[    8.435610] hub 2-0:1.0: USB hub found
[    8.435744] hub 2-0:1.0: 2 ports detected
[    8.435775] hub 2-0:1.0: standalone hub
[    8.435783] hub 2-0:1.0: no power switching (usb 1.0)
[    8.435793] hub 2-0:1.0: global over-current protection
[    8.435803] hub 2-0:1.0: power on to power good time: 2ms
[    8.435825] hub 2-0:1.0: local power source is good
[    8.435835] hub 2-0:1.0: no over-current condition exists
[    8.435846] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    8.482448] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    8.482448] drivers/usb/core/inode.c: creating file '001'
[    8.482476] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    8.482686] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.482818] usb usb2: Product: OHCI Host Controller
[    8.482851] usb usb2: Manufacturer: Linux 2.6.25-schedbugs ohci_hcd
[    8.482896] usb usb2: SerialNumber: 0000:07:00.1
[    8.483693] mice: PS/2 mouse device common for all mice
[    8.485018] usbcore: registered new interface driver hiddev
[    8.485215] usbcore: registered new interface driver usbhid
[    8.485268] drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[    8.487032] TCP cubic registered
[    8.487331] NET: Registered protocol family 1
[    8.487407] NET: Registered protocol family 17
[    8.508130] kjournald starting.  Commit interval 5 seconds
[    8.508928] EXT3-fs: mounted filesystem with ordered data mode.
[    8.508958] VFS: Mounted root (ext3 filesystem) readonly.
[   12.604506] usb usb1: uevent
[   12.604620] usb 1-0:1.0: uevent
[   12.604831] usb usb2: uevent
[   12.604948] usb 2-0:1.0: uevent
[   13.084953] e1000e: Intel(R) PRO/1000 Network Driver - 0.2.0
[   13.084953] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[   13.084953] PCI: Enabling device: (0000:08:00.0), cmd 147
[   13.134778] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   13.135224] sd 0:0:1:0: Attached scsi generic sg1 type 0
[   13.150271] ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
[   13.267744] eth0: (PCI Express:2.5GB/s:Width x4) 00:14:4f:3e:cb:f4
[   13.267962] eth0: Intel(R) PRO/1000 Network Connection
[   13.268158] eth0: MAC: 0, PHY: 4, PBA No: ffffff-0ff
[   13.268158] PCI: Enabling device: (0000:07:00.2), cmd 2
[   13.268158] ehci_hcd 0000:07:00.2: EHCI Host Controller
[   13.268158] drivers/usb/core/inode.c: creating file '003'
[   13.268158] ehci_hcd 0000:07:00.2: new USB bus registered, assigned bus number 3
[   13.268158] ehci_hcd 0000:07:00.2: reset hcs_params 0x2395 dbg=0 cc=2 pcc=3 ports=5
[   13.268158] ehci_hcd 0000:07:00.2: reset portroute 1 0 1 0 0 
[   13.268158] ehci_hcd 0000:07:00.2: reset hcc_params e806 thresh 0 uframes 256/512/1024 park
[   13.268158] ehci_hcd 0000:07:00.2: park 0
[   13.268158] ehci_hcd 0000:07:00.2: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[   13.268158] ehci_hcd 0000:07:00.2: MWI active
[   13.268158] ehci_hcd 0000:07:00.2: supports USB remote wakeup
[   13.268158] ehci_hcd 0000:07:00.2: irq 20, io mem 0xca00304000
[   13.268158] ehci_hcd 0000:07:00.2: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[   13.268158] ehci_hcd 0000:07:00.2: init command 010009 (park)=0 ithresh=1 period=256 RUN
[   13.268158] PCI: Enabling device: (0000:08:00.1), cmd 147
[   13.278188] ehci_hcd 0000:07:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   13.278489] usb usb3: default language 0x0409
[   13.278571] usb usb3: uevent
[   13.278702] usb usb3: usb_probe_device
[   13.278993] usb usb3: configuration #1 chosen from 1 choice
[   13.284526] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   13.284579] usb 3-0:1.0: uevent
[   13.284689] hub 3-0:1.0: usb_probe_interface
[   13.284700] hub 3-0:1.0: usb_probe_interface - got id
[   13.284710] hub 3-0:1.0: USB hub found
[   13.284844] hub 3-0:1.0: 5 ports detected
[   13.284876] hub 3-0:1.0: standalone hub
[   13.284885] hub 3-0:1.0: individual port power switching
[   13.284896] hub 3-0:1.0: individual port over-current protection
[   13.284906] hub 3-0:1.0: Single TT
[   13.284916] hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
[   13.284928] hub 3-0:1.0: power on to power good time: 20ms
[   13.284949] hub 3-0:1.0: local power source is good
[   13.284961] hub 3-0:1.0: enabling power on all ports
[   13.384527] hub 3-0:1.0: state 7 ports 5 chg 0000 evt 0000
[   13.384527] drivers/usb/core/inode.c: creating file '001'
[   13.384562] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   13.384527] ehci_hcd 0000:07:00.2: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT
[   13.384527] hub 3-0:1.0: port 2, status 0501, change 0001, 480 Mb/s
[   13.394527] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.394661] usb usb3: Product: EHCI Host Controller
[   13.394695] usb usb3: Manufacturer: Linux 2.6.25-schedbugs ehci_hcd
[   13.394743] usb usb3: SerialNumber: 0000:07:00.2
[   13.418085] eth1: (PCI Express:2.5GB/s:Width x4) 00:14:4f:3e:cb:f5
[   13.418301] eth1: Intel(R) PRO/1000 Network Connection
[   13.418498] eth1: MAC: 0, PHY: 4, PBA No: ffffff-0ff
[   13.418640] PCI: Enabling device: (0000:09:00.0), cmd 147
[   13.547954] eth2: (PCI Express:2.5GB/s:Width x4) 00:14:4f:3e:cb:f6
[   13.548165] eth2: Intel(R) PRO/1000 Network Connection
[   13.548360] eth2: MAC: 0, PHY: 4, PBA No: ffffff-0ff
[   13.548360] PCI: Enabling device: (0000:09:00.1), cmd 147
[   13.548390] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x501
[   13.556759] warning: `dhclient3' uses 32-bit capabilities (legacy support in use)
[   13.614114] ehci_hcd 0000:07:00.2: port 2 high speed
[   13.614134] ehci_hcd 0000:07:00.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
[   13.677227] usb 3-2: new high speed USB device using ehci_hcd and address 2
[   13.709977] eth2: (PCI Express:2.5GB/s:Width x4) 00:14:4f:3e:cb:f7
[   13.710185] eth2: Intel(R) PRO/1000 Network Connection
[   13.710383] eth2: MAC: 0, PHY: 4, PBA No: ffffff-0ff
[   13.740384] ehci_hcd 0000:07:00.2: port 2 high speed
[   13.740406] ehci_hcd 0000:07:00.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
[   13.845801] usb 3-2: default language 0x0409
[   13.854775] usb 3-2: uevent
[   13.854835] usb 3-2: usb_probe_device
[   13.855026] usb 3-2: configuration #1 chosen from 1 choice
[   13.855026] usb 3-2: adding 3-2:1.0 (config #1, interface 0)
[   13.855026] usb 3-2:1.0: uevent
[   13.855026] drivers/usb/core/inode.c: creating file '002'
[   13.855026] usb 3-2: New USB device found, idVendor=0451, idProduct=625f
[   13.855026] usb 3-2: New USB device strings: Mfr=5, Product=2, SerialNumber=1
[   13.855026] usb 3-2: Product: 6250 FW: 00.00.02.22.562AD423
[   13.855026] usb 3-2: Manufacturer: Texas Instruments Incorporated
[   13.855026] usb 3-2: SerialNumber: ACCC32781924
[   13.855026] ehci_hcd 0000:07:00.2: GetStatus port 4 status 001803 POWER sig=j CSC CONNECT
[   13.855026] hub 3-0:1.0: port 4, status 0501, change 0001, 480 Mb/s
[   13.894103] Initializing USB Mass Storage driver...
[   14.003183] hub 3-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x501
[   14.065026] ehci_hcd 0000:07:00.2: port 4 high speed
[   14.065048] ehci_hcd 0000:07:00.2: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT
[   14.123206] usb 3-4: new high speed USB device using ehci_hcd and address 3
[   14.183154] loop: module loaded
[   14.193153] ehci_hcd 0000:07:00.2: port 4 high speed
[   14.193173] ehci_hcd 0000:07:00.2: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT
[   14.286610] usb 3-4: uevent
[   14.286680] usb 3-4: usb_probe_device
[   14.286862] usb 3-4: configuration #1 chosen from 1 choice
[   14.286862] usb 3-4: adding 3-4:1.0 (config #1, interface 0)
[   14.286862] usb 3-4:1.0: uevent
[   14.286862] hub 3-4:1.0: usb_probe_interface
[   14.286862] hub 3-4:1.0: usb_probe_interface - got id
[   14.286862] hub 3-4:1.0: USB hub found
[   14.286862] hub 3-4:1.0: 4 ports detected
[   14.286862] hub 3-4:1.0: standalone hub
[   14.286862] hub 3-4:1.0: individual port power switching
[   14.286862] hub 3-4:1.0: individual port over-current protection
[   14.286862] hub 3-4:1.0: TT per port
[   14.286862] hub 3-4:1.0: TT requires at most 8 FS bit times (666 ns)
[   14.286862] hub 3-4:1.0: Port indicators are supported
[   14.286862] hub 3-4:1.0: power on to power good time: 100ms
[   14.286862] hub 3-4:1.0: local power source is good
[   14.286862] hub 3-4:1.0: enabling power on all ports
[   14.386905] usb 3-4: link qh256-0001/fffff803fb8c61e0 start 255 [1/0 us]
[   14.386944] drivers/usb/core/inode.c: creating file '003'
[   14.386976] usb 3-4: New USB device found, idVendor=04b4, idProduct=6560
[   14.386989] usb 3-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   14.387031] hub 3-4:1.0: state 7 ports 4 chg 0000 evt 0000
[   14.387099] usb-storage 3-2:1.0: usb_probe_interface
[   14.387131] usb-storage 3-2:1.0: usb_probe_interface - got id
[   14.387456] scsi1 : SCSI emulation for USB Mass Storage devices
[   14.387456] usb-storage: device found at 2
[   14.387466] usb-storage: waiting for device to settle before scanning
[   14.396862] usbcore: registered new interface driver usb-storage
[   14.396862] USB Mass Storage support registered.
[   14.398064] Adding 3084464k swap on /dev/sda4.  Priority:-1 extents:1 across:3084464k
[   14.631741] EXT3 FS on sda2, internal journal
[   14.974753] kjournald starting.  Commit interval 5 seconds
[   14.980243] EXT3 FS on sda1, internal journal
[   14.980261] EXT3-fs: mounted filesystem with ordered data mode.
[   16.217017] eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   16.878971] NET: Registered protocol family 10
[   16.882225] lo: Disabled Privacy Extensions
[   18.297197] scsi 1:0:0:0: CD-ROM            TSSTcorp CD/DVDW TS-T632A SR02 PQ: 0 ANSI: 0
[   18.297197] scsi 1:0:0:0: Attached scsi generic sg2 type 5
[   18.297997] usb-storage: device scan complete
[   18.318356] Driver 'sr' needs updating - please use bus_type methods
[   18.327228] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[   18.327248] Uniform CD-ROM driver Revision: 3.20
[   18.327416] sr 1:0:0:0: Attached scsi CD-ROM sr0
[   19.526882] eth0: no IPv6 routers present
[  110.499133] BUG: soft lockup - CPU#61 stuck for 61s! [swapper:0]
[  110.499133] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  110.499133] TPC: <cpu_idle+0xb0/0x134>
[  110.499133] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff678000 g3: 0000000000000000
[  110.499133] g4: fffff803ff647000 g5: fffff80007e4c000 g6: fffff803ff678000 g7: 0000021100004000
[  110.499133] o0: 0000000000000000 o1: fffff803ff678008 o2: 0000000000004000 o3: 0000000000000001
[  110.499133] o4: 000000bcce00a380 o5: 0000000000000012 sp: fffff803ff67b681 ret_pc: 0000000000427818
[  110.499133] RPC: <cpu_idle+0x9c/0x134>
[  110.499133] l0: 000000000000003d l1: 00000000007b95c8 l2: 000000000000003d l3: 00000000000000c8
[  110.499133] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  110.499133] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  110.499133] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff67b741 i7: 00000000006b0148
[  110.499133] I7: <after_lock_tlb+0x1a4/0x1b4>
[  110.504884] BUG: soft lockup - CPU#29 stuck for 61s! [swapper:0]
[  110.504884] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  110.504884] TPC: <cpu_idle+0xb0/0x134>
[  110.504884] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff354000 g3: 0000000000000000
[  110.504884] g4: fffff803ff350000 g5: fffff80007d4c000 g6: fffff803ff354000 g7: 0000021100004000
[  110.504884] o0: 0000000000000000 o1: fffff803ff354008 o2: 0000000000004000 o3: 0000000000000001
[  110.504884] o4: 000000bcce00a380 o5: 0000000000000012 sp: fffff803ff357681 ret_pc: 0000000000427818
[  110.504884] RPC: <cpu_idle+0x9c/0x134>
[  110.504884] l0: 000000000000001d l1: 00000000007b95c8 l2: 000000000000001d l3: 00000000000000c8
[  110.504884] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  110.504884] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  110.504884] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff357741 i7: 00000000006b0148
[  110.504884] I7: <after_lock_tlb+0x1a4/0x1b4>
[  110.504884] BUG: soft lockup - CPU#37 stuck for 62s! [dd:2413]
[  110.504884] TSTATE: 0000004411001603 TPC: 000000000045a4d8 TNPC: 000000000045a4dc Y: 00000003    Not tainted
[  110.504884] TPC: <finish_task_switch+0x2c/0xa0>
[  110.504884] g0: 0000000000000000 g1: 0000000000000000 g2: 0000000000002500 g3: fffff803f9710000
[  110.504884] g4: fffff803fcb38600 g5: fffff80007d8c000 g6: fffff803f9710000 g7: fffff803f9471200
[  110.504884] o0: fffff8000857e200 o1: 0000000000000400 o2: fffff803f96afc00 o3: 0000000000000000
[  110.504884] o4: 0000000000000fff o5: 00000000006c0c40 sp: fffff803f97134e1 ret_pc: 00000000004b1d08
[  110.504884] RPC: <do_sync_read+0x88/0xd0>
[  110.504884] l0: 0000000000000001 l1: 0000000248202c5d l2: fffff803fe8c1860 l3: 0000000000000000
[  110.504884] l4: fffff803f9169100 l5: fffff803f91690f0 l6: 0000000000000000 l7: 0000000000400000
[  110.504884] i0: 0000000000000000 i1: fffff803f9471200 i2: fffff803f9757c00 i3: fffff803f9757e80
[  110.504884] i4: 0000000000000000 i5: 0000000000000010 i6: fffff803f97135a1 i7: 00000000006b2c14
[  110.504884] I7: <schedule+0x8a4/0x914>
[  110.504884] BUG: soft lockup - CPU#45 stuck for 62s! [swapper:0]
[  110.504884] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  110.504884] TPC: <cpu_idle+0xb0/0x134>
[  110.504884] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff4f8000 g3: 0000000000000000
[  110.504884] g4: fffff803ff4bd800 g5: fffff80007dcc000 g6: fffff803ff4f8000 g7: 0000021100004000
[  110.504884] o0: 0000000000000000 o1: fffff803ff4f8008 o2: 0000000000004000 o3: 0000000000000001
[  110.504884] o4: 000000bcce00a380 o5: 0000000000000012 sp: fffff803ff4fb681 ret_pc: 0000000000427818
[  110.504884] RPC: <cpu_idle+0x9c/0x134>
[  110.504884] l0: 000000000000002d l1: 00000000007b95c8 l2: 000000000000002d l3: 00000000000000c8
[  110.504884] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  110.504884] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  110.504884] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff4fb741 i7: 00000000006b0148
[  110.504884] I7: <after_lock_tlb+0x1a4/0x1b4>
[  110.564884] BUG: soft lockup - CPU#36 stuck for 62s! [dd:2413]
[  110.564884] TSTATE: 0000000082000a00 TPC: 0000000000011cb4 TNPC: 0000000000011cb8 Y: 00000000    Not tainted
[  110.564884] TPC: <0x11cbc>
[  110.564884] g0: 0000000000000000 g1: 000000000002a400 g2: 0000000000000000 g3: 0000000000008382
[  110.564884] g4: 000000000002a234 g5: 0000000000000030 g6: 00feffffffffffff g7: 00000000f7fd17c0
[  110.564884] o0: 0000000000000001 o1: 000000000002e000 o2: 0000000000000001 o3: 0000000000000000
[  110.564884] o4: 0000000000000000 o5: 0000000000000000 sp: 00000000ffec3b68 ret_pc: 0000000000011df0
[  110.564884] RPC: <0x11df8>
[  110.564884] l0: 00000001 l1: 00000000 l2: 00000000 l3: 00000000 l4: 00000000 l5: 00000000 l6: 00000000 l7: 00000000
[  110.564884] i0: 00000000 i1: 0002e000 i2: 00000001 i3: 00000000 i4: 00000000 i5: 00008381 i6: ffec3bd8 i7: 00013fdc
[  110.700646] BUG: soft lockup - CPU#28 stuck for 64s! [make:3885]
[  110.700646] TSTATE: 0000004411001602 TPC: 00000000004fb314 TNPC: 00000000004faf6c Y: 00000000    Not tainted
[  110.700646] TPC: <ext3_readdir+0x1d8/0x5ec>
[  110.700646] g0: fffff803f57fb3c1 g1: 00000000512ef3a7 g2: 0000000083d22744 g3: 78617474722e6800
[  110.700646] g4: fffff803fcb51e00 g5: fffff80007d44000 g6: fffff803f57f8000 g7: 0000000000077903
[  110.700646] o0: fffff803fcbd6b40 o1: fffff803f57fbe78 o2: 00000000004be1a0 o3: fffff803fcb04240
[  110.700646] o4: 0000000000000000 o5: 75746f636f6e662e sp: fffff803f57fb3c1 ret_pc: 00000000004fb310
[  110.700646] RPC: <ext3_readdir+0x1d4/0x5ec>
[  110.700646] l0: fffff803f7041380 l1: 0000000206faa6d8 l2: fffff803fb0882a0 l3: fffff803fcbd6b40
[  110.700646] l4: fffff803fa09c1e0 l5: 0000000000000000 l6: fffff803f8a07af0 l7: fffff803fc86cc00
[  110.700646] i0: 0000000000000000 i1: fffff803f57fbe78 i2: 00000000004be1a0 i3: fffff803fa09c1e0
[  110.700646] i4: fffff803fa09c000 i5: bc000003fcf1a6d0 i6: fffff803f57fb501 i7: 00000000004be330
[  110.700646] I7: <vfs_readdir+0x64/0x98>
[  110.830121] BUG: soft lockup - CPU#20 stuck for 63s! [swapper:0]
[  110.830121] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  110.830121] TPC: <cpu_idle+0xb0/0x134>
[  110.830121] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff278000 g3: 0000000000000000
[  110.830121] g4: fffff803ff261800 g5: fffff80007d04000 g6: fffff803ff278000 g7: 0000021100004000
[  110.830121] o0: 0000000000000000 o1: fffff803ff278008 o2: 0000000000004000 o3: 0000000000000001
[  110.830121] o4: 000000bce244a080 o5: 0000000000000012 sp: fffff803ff27b681 ret_pc: 0000000000427818
[  110.830121] RPC: <cpu_idle+0x9c/0x134>
[  110.830121] l0: 0000000000000014 l1: 00000000007b95c8 l2: 0000000000000014 l3: 00000000000000c8
[  110.830121] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  110.830121] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  110.830121] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff27b741 i7: 00000000006b0148
[  110.830121] I7: <after_lock_tlb+0x1a4/0x1b4>
[  110.914885] BUG: soft lockup - CPU#52 stuck for 63s! [swapper:0]
[  110.914885] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  110.914885] TPC: <cpu_idle+0xb0/0x134>
[  110.914885] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff5a0000 g3: 0000000000000000
[  110.914885] g4: fffff803ff594c00 g5: fffff80007e04000 g6: fffff803ff5a0000 g7: 0000021100004000
[  110.914885] o0: 0000000000000000 o1: fffff803ff5a0008 o2: 0000000000004000 o3: 0000000000000001
[  110.914885] o4: 000000bce670be00 o5: 0000000000000012 sp: fffff803ff5a3681 ret_pc: 0000000000427818
[  110.914885] RPC: <cpu_idle+0x9c/0x134>
[  110.914885] l0: 0000000000000034 l1: 00000000007b95c8 l2: 0000000000000034 l3: 00000000000000c8
[  110.914885] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  110.914885] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  110.914885] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff5a3741 i7: 00000000006b0148
[  110.914885] I7: <after_lock_tlb+0x1a4/0x1b4>
[  110.914886] BUG: soft lockup - CPU#60 stuck for 63s! [swapper:0]
[  110.914886] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  110.914886] TPC: <cpu_idle+0xb0/0x134>
[  110.914886] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff664000 g3: 0000000000000000
[  110.914886] g4: fffff803ff645800 g5: fffff80007e44000 g6: fffff803ff664000 g7: 0000021100004000
[  110.914886] o0: 0000000000000000 o1: fffff803ff664008 o2: 0000000000004000 o3: 0000000000000001
[  110.914886] o4: 000000bce7095480 o5: 0000000000000012 sp: fffff803ff667681 ret_pc: 0000000000427818
[  110.914886] RPC: <cpu_idle+0x9c/0x134>
[  110.914886] l0: 000000000000003c l1: 00000000007b95c8 l2: 000000000000003c l3: 00000000000000c8
[  110.914886] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  110.914886] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  110.914886] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff667741 i7: 00000000006b0148
[  110.914886] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.419988] BUG: soft lockup - CPU#41 stuck for 88s! [swapper:0]
[  113.419988] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.419988] TPC: <cpu_idle+0xb0/0x134>
[  113.419988] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff474000 g3: 0000000000000000
[  113.419988] g4: fffff803ff44b000 g5: fffff80007dac000 g6: fffff803ff474000 g7: 0000021100004000
[  113.419988] o0: 0000000000000000 o1: fffff803ff474008 o2: 0000000000004000 o3: 0000000000000001
[  113.419988] o4: 000000bd7ca4e400 o5: 0000000000000012 sp: fffff803ff477681 ret_pc: 0000000000427818
[  113.419988] RPC: <cpu_idle+0x9c/0x134>
[  113.419988] l0: 0000000000000029 l1: 00000000007b95c8 l2: 0000000000000029 l3: 00000000000000c8
[  113.419988] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.419988] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.419988] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff477741 i7: 00000000006b0148
[  113.419988] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.429976] BUG: soft lockup - CPU#4 stuck for 65s! [swapper:0]
[  113.429976] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000200    Not tainted
[  113.429976] TPC: <cpu_idle+0xb0/0x134>
[  113.429976] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff0d8000 g3: 0000000000000000
[  113.429976] g4: fffff803ff0d4000 g5: fffff80007c84000 g6: fffff803ff0d8000 g7: 0000021100004000
[  113.429976] o0: 0000000000000000 o1: fffff803ff0d8008 o2: 0000000000004000 o3: 0000000000000001
[  113.429976] o4: 000000bd7d3d7a80 o5: 0000000000000012 sp: fffff803ff0db681 ret_pc: 0000000000427818
[  113.429976] RPC: <cpu_idle+0x9c/0x134>
[  113.429976] l0: 0000000000000004 l1: 00000000007b95c8 l2: 0000000000000004 l3: 00000000000000c8
[  113.429976] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.429976] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.429976] i4: 00000000fee82118 i5: 00000000fee811f8 i6: fffff803ff0db741 i7: 00000000006b0148
[  113.429976] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.429976] BUG: soft lockup - CPU#16 stuck for 88s! [swapper:0]
[  113.429976] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.429976] TPC: <cpu_idle+0xb0/0x134>
[  113.429976] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff218000 g3: 0000000000000000
[  113.429976] g4: fffff803ff1c7000 g5: fffff80007ce4000 g6: fffff803ff218000 g7: 0000021100004000
[  113.429976] o0: 0000000000000000 o1: fffff803ff218008 o2: 0000000000004000 o3: 0000000000000001
[  113.429976] o4: 000000bd7ca4e400 o5: 0000000000000012 sp: fffff803ff21b681 ret_pc: 0000000000427818
[  113.429976] RPC: <cpu_idle+0x9c/0x134>
[  113.429976] l0: 0000000000000010 l1: 00000000007b95c8 l2: 0000000000000010 l3: 00000000000000c8
[  113.429976] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.429976] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.429976] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff21b741 i7: 00000000006b0148
[  113.429976] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.429976] BUG: soft lockup - CPU#19 stuck for 88s! [swapper:0]
[  113.429976] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.429976] TPC: <cpu_idle+0xb0/0x134>
[  113.429976] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff264000 g3: 0000000000000000
[  113.429976] g4: fffff803ff260000 g5: fffff80007cfc000 g6: fffff803ff264000 g7: 0000021100004000
[  113.429976] o0: 0000000000000000 o1: fffff803ff264008 o2: 0000000000004000 o3: 0000000000000001
[  113.429976] o4: 000000bd7ca4e400 o5: 0000000000000012 sp: fffff803ff267681 ret_pc: 0000000000427818
[  113.429976] RPC: <cpu_idle+0x9c/0x134>
[  113.429976] l0: 0000000000000013 l1: 00000000007b95c8 l2: 0000000000000013 l3: 00000000000000c8
[  113.429976] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.429976] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.429976] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff267741 i7: 00000000006b0148
[  113.429976] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.429977] BUG: soft lockup - CPU#22 stuck for 88s! [swapper:0]
[  113.429977] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000508    Not tainted
[  113.429977] TPC: <cpu_idle+0xb0/0x134>
[  113.429977] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff2ac000 g3: 0000000000000000
[  113.429977] g4: fffff803ff2a0c00 g5: fffff80007d14000 g6: fffff803ff2ac000 g7: 0000021100004000
[  113.429977] o0: 0000000000000000 o1: fffff803ff2ac008 o2: 0000000000004000 o3: 0000000000000001
[  113.429977] o4: 000000bd7d3d7a80 o5: 0000000000000012 sp: fffff803ff2af681 ret_pc: 0000000000427818
[  113.429977] RPC: <cpu_idle+0x9c/0x134>
[  113.429977] l0: 0000000000000016 l1: 00000000007b95c8 l2: 0000000000000016 l3: 00000000000000c8
[  113.429977] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.429977] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.429977] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff2af741 i7: 00000000006b0148
[  113.429977] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.429977] BUG: soft lockup - CPU#23 stuck for 88s! [swapper:0]
[  113.429977] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.429977] TPC: <cpu_idle+0xb0/0x134>
[  113.429977] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff2c0000 g3: 0000000000000000
[  113.429977] g4: fffff803ff2a2400 g5: fffff80007d1c000 g6: fffff803ff2c0000 g7: 0000021100004000
[  113.429977] o0: 0000000000000000 o1: fffff803ff2c0008 o2: 0000000000004000 o3: 0000000000000001
[  113.429977] o4: 000000bd7ca4e400 o5: 0000000000000012 sp: fffff803ff2c3681 ret_pc: 0000000000427818
[  113.429977] RPC: <cpu_idle+0x9c/0x134>
[  113.429977] l0: 0000000000000017 l1: 00000000007b95c8 l2: 0000000000000017 l3: 00000000000000c8
[  113.429977] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.429977] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.429977] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff2c3741 i7: 00000000006b0148
[  113.429977] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.429976] BUG: soft lockup - CPU#17 stuck for 88s! [swapper:0]
[  113.429976] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.429976] TPC: <cpu_idle+0xb0/0x134>
[  113.429976] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff230000 g3: 0000000000000000
[  113.429976] g4: fffff803ff224c00 g5: fffff80007cec000 g6: fffff803ff230000 g7: 0000021100004000
[  113.429976] o0: 0000000000000000 o1: fffff803ff230008 o2: 0000000000004000 o3: 0000000000000001
[  113.429976] o4: 000000bd7d3d7a80 o5: 0000000000000012 sp: fffff803ff233681 ret_pc: 0000000000427818
[  113.429976] RPC: <cpu_idle+0x9c/0x134>
[  113.429976] l0: 0000000000000011 l1: 00000000007b95c8 l2: 0000000000000011 l3: 00000000000000c8
[  113.429976] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.429976] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.429976] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff233741 i7: 00000000006b0148
[  113.429976] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.429976] BUG: soft lockup - CPU#18 stuck for 88s! [gcc-4.1:4057]
[  113.429976] TSTATE: 0000000011001603 TPC: 0000000000407a24 TNPC: 0000000000407a28 Y: 00000038    Not tainted
[  113.429976] TPC: <sparc64_realfault_common+0x10/0x20>
[  113.429976] g0: fffff803fb098000 g1: 0000000070105569 g2: 0000000000000005 g3: fffff80007c64000
[  113.429976] g4: fffff803f39b4000 g5: fffff80007cf4000 g6: fffff803f39b8000 g7: 0000000000000000
[  113.429976] o0: 0000000070000000 o1: 0000000000002000 o2: 0000000000000003 o3: 0000000000000022
[  113.429976] o4: ffffffffffffffff o5: 0000000000000000 sp: fffff803f39bb6a1 ret_pc: 00000000700ffdb0
[  113.429976] RPC: <0x700ffdb8>
[  113.429976] l0: 0000000000009000 l1: 0000000000090000 l2: 0000000000407a24 l3: 00000000fff285e8
[  113.429976] l4: 0000000000000002 l5: 0000000070000000 l6: fffff803f39b8000 l7: 0000000011009003
[  113.429976] i0: 000000000000003c i1: 0000000070107210 i2: 00000000701055a8 i3: ffffffffffffffc4
[  113.429976] i4: 0000000070105568 i5: 0000000000000000 i6: 00000000fff28618 i7: 00000000700f1d20
[  113.429976] I7: <0x700f1d28>
[  113.429977] BUG: soft lockup - CPU#26 stuck for 88s! [make:4060]
[  113.429977] TSTATE: 0000004480001605 TPC: 00000000004ae90c TNPC: 00000000004ae910 Y: 00000000    Not tainted
[  113.429977] TPC: <kmem_cache_alloc+0x78/0x9c>
[  113.429977] g0: 0000000000000000 g1: 0000000000000000 g2: 0000000206f616f0 g3: fffff803fa564000
[  113.429977] g4: fffff803f70dd800 g5: fffff80007d34000 g6: fffff803f39f4000 g7: 00e0000000000080
[  113.429977] o0: fffff803fa564000 o1: 00000000000000d0 o2: ffffffffffffffff o3: 00000000004a1af8
[  113.429977] o4: fffff800085252d8 o5: 00000000700641a4 sp: fffff803f39f6f91 ret_pc: 00000000004ae8d4
[  113.429977] RPC: <kmem_cache_alloc+0x40/0x9c>
[  113.429977] l0: fffff800085252d8 l1: 0000000000000000 l2: 0000000000843400 l3: fffff803ff30bb70
[  113.429977] l4: 0000000000015dfd l5: 0000000000004101 l6: 0000000000000000 l7: 00000000000015ab
[  113.429977] i0: fffff803ff008000 i1: 00000000000000d0 i2: 000000003b9aca00 i3: fffffffffd1dc000
[  113.429977] i4: 0000000000000000 i5: 00000000007ae800 i6: fffff803f39f7051 i7: 00000000004a1af8
[  113.429977] I7: <anon_vma_prepare+0x50/0xd4>
[  113.429977] BUG: soft lockup - CPU#25 stuck for 88s! [swapper:0]
[  113.429977] TSTATE: 0000004411001603 TPC: 000000000045a4d8 TNPC: 000000000045a4dc Y: 00000000    Not tainted
[  113.429977] TPC: <finish_task_switch+0x2c/0xa0>
[  113.429977] g0: 0000000000000000 g1: 0000000000000000 g2: 0000000000001900 g3: fffff803ff2f4000
[  113.429977] g4: fffff803ff2dd800 g5: fffff80007d2c000 g6: fffff803ff2f4000 g7: fffff803ff2dc600
[  113.429977] o0: fffff8000851e200 o1: 0000000000000000 o2: 0000000000000001 o3: 00000000007b9400
[  113.429977] o4: fffff803f70dd800 o5: 0000000000000003 sp: fffff803ff2f74c1 ret_pc: 000000000045770c
[  113.429977] RPC: <dequeue_task_rt+0x18/0x50>
[  113.429977] l0: 0000000000000001 l1: 0000000000000000 l2: fffff803ff2dc600 l3: fffff803fe8ba8b8
[  113.429977] l4: fffff803fe218e00 l5: 0000000000000000 l6: 0000000000000019 l7: 0000000000000000
[  113.429977] i0: fffff803fe218e00 i1: fffff803ff2dc600 i2: 0000000000000019 i3: fffff803fb9e8540
[  113.429977] i4: 000000004ce3d84e i5: 0000000000000000 i6: fffff803ff2f7581 i7: 00000000006b2c14
[  113.429977] I7: <schedule+0x8a4/0x914>
[  113.439976] BUG: soft lockup - CPU#6 stuck for 88s! [swapper:0]
[  113.439976] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.439976] TPC: <cpu_idle+0xb0/0x134>
[  113.439976] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff108000 g3: 0000000000000000
[  113.439976] g4: fffff803ff0d7000 g5: fffff80007c94000 g6: fffff803ff108000 g7: 0000021100004000
[  113.439976] o0: 0000000000000000 o1: fffff803ff108008 o2: 0000000000004000 o3: 0000000000000001
[  113.439976] o4: 000000bd7d3d7a80 o5: 0000000000000012 sp: fffff803ff10b681 ret_pc: 0000000000427818
[  113.439976] RPC: <cpu_idle+0x9c/0x134>
[  113.439976] l0: 0000000000000006 l1: 00000000007b95c8 l2: 0000000000000006 l3: 00000000000000c8
[  113.439976] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.439976] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.439976] i4: 00000000fee81d18 i5: 00000000fee80df8 i6: fffff803ff10b741 i7: 00000000006b0148
[  113.439976] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.439976] BUG: soft lockup - CPU#7 stuck for 88s! [swapper:0]
[  113.439976] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.439976] TPC: <cpu_idle+0xb0/0x134>
[  113.439976] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff120000 g3: 0000000000000000
[  113.439976] g4: fffff803ff114c00 g5: fffff80007c9c000 g6: fffff803ff120000 g7: 0000021100004000
[  113.439976] o0: 0000000000000000 o1: fffff803ff120008 o2: 0000000000004000 o3: 0000000000000001
[  113.439976] o4: 000000bd7d3d7a80 o5: 0000000000000012 sp: fffff803ff123681 ret_pc: 0000000000427818
[  113.439976] RPC: <cpu_idle+0x9c/0x134>
[  113.439976] l0: 0000000000000007 l1: 00000000007b95c8 l2: 0000000000000007 l3: 00000000000000c8
[  113.439976] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.439976] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.439976] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff123741 i7: 00000000006b0148
[  113.439976] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.439976] BUG: soft lockup - CPU#10 stuck for 88s! [swapper:0]
[  113.439976] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00001862    Not tainted
[  113.439976] TPC: <cpu_idle+0xb0/0x134>
[  113.439976] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff168000 g3: 0000000000000000
[  113.439976] g4: fffff803ff151800 g5: fffff80007cb4000 g6: fffff803ff168000 g7: 0000021100004000
[  113.439976] o0: 0000000000000000 o1: fffff803ff168008 o2: 0000000000004000 o3: 0000000000000001
[  113.439976] o4: 000000bd7d3d7a80 o5: 0000000000000012 sp: fffff803ff16b681 ret_pc: 0000000000427818
[  113.439976] RPC: <cpu_idle+0x9c/0x134>
[  113.439976] l0: 000000000000000a l1: 00000000007b95c8 l2: 000000000000000a l3: 00000000000000c8
[  113.439976] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.439976] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.439976] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff16b741 i7: 00000000006b0148
[  113.439976] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.439976] BUG: soft lockup - CPU#15 stuck for 88s! [swapper:0]
[  113.439976] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.439976] TPC: <cpu_idle+0xb0/0x134>
[  113.439976] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff204000 g3: 0000000000000000
[  113.439976] g4: fffff803ff1c5800 g5: fffff80007cdc000 g6: fffff803ff204000 g7: 0000021100004000
[  113.439976] o0: 0000000000000000 o1: fffff803ff204008 o2: 0000000000004000 o3: 0000000000000001
[  113.439976] o4: 000000bd7d3d7a80 o5: 0000000000000012 sp: fffff803ff207681 ret_pc: 0000000000427818
[  113.439976] RPC: <cpu_idle+0x9c/0x134>
[  113.439976] l0: 000000000000000f l1: 00000000007b95c8 l2: 000000000000000f l3: 00000000000000c8
[  113.439976] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.439976] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.439976] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff207741 i7: 00000000006b0148
[  113.439976] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.439976] BUG: soft lockup - CPU#9 stuck for 88s! [swapper:0]
[  113.439976] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.439976] TPC: <cpu_idle+0xb0/0x134>
[  113.439976] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff154000 g3: 0000000000000000
[  113.439976] g4: fffff803ff150000 g5: fffff80007cac000 g6: fffff803ff154000 g7: 0000021100004000
[  113.439976] o0: 0000000000000000 o1: fffff803ff154008 o2: 0000000000004000 o3: 0000000000000001
[  113.439976] o4: 000000bd7d3d7a80 o5: 0000000000000012 sp: fffff803ff157681 ret_pc: 0000000000427818
[  113.439976] RPC: <cpu_idle+0x9c/0x134>
[  113.439976] l0: 0000000000000009 l1: 00000000007b95c8 l2: 0000000000000009 l3: 00000000000000c8
[  113.439976] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.439976] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.439976] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff157741 i7: 00000000006b0148
[  113.439976] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.439976] BUG: soft lockup - CPU#14 stuck for 88s! [swapper:0]
[  113.439976] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.439976] TPC: <cpu_idle+0xb0/0x134>
[  113.439976] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff1c8000 g3: 0000000000000000
[  113.439976] g4: fffff803ff1c4000 g5: fffff80007cd4000 g6: fffff803ff1c8000 g7: 0000021100004000
[  113.439976] o0: 0000000000000000 o1: fffff803ff1c8008 o2: 0000000000004000 o3: 0000000000000001
[  113.439976] o4: 000000bd7d3d7a80 o5: 0000000000000012 sp: fffff803ff1cb681 ret_pc: 0000000000427818
[  113.439976] RPC: <cpu_idle+0x9c/0x134>
[  113.439976] l0: 000000000000000e l1: 00000000007b95c8 l2: 000000000000000e l3: 00000000000000c8
[  113.439976] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.439976] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.439976] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff1cb741 i7: 00000000006b0148
[  113.439976] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.452512] BUG: soft lockup - CPU#42 stuck for 88s! [as:4070]
[  113.452512] TSTATE: 0000004411001603 TPC: 0000000000493f14 TNPC: 0000000000493f18 Y: 00000000    Not tainted
[  113.452512] TPC: <lru_cache_add_active+0xc/0x70>
[  113.452512] g0: fffff803ff0149a0 g1: 000000000000001d g2: 0000000000fce9b0 g3: 0000000206ea63d0
[  113.452512] g4: fffff803fc9f2a00 g5: fffff80007db4000 g6: fffff803f3ad0000 g7: 000000000000001d
[  113.452512] o0: 0000000206f52848 o1: 0000000000000000 o2: 000000000078d228 o3: 0000000000000044
[  113.452512] o4: 0000000000000000 o5: 0000000000000000 sp: fffff803f3ad3441 ret_pc: 000000000049089c
[  113.452512] RPC: <__alloc_pages+0x54/0x33c>
[  113.452512] l0: fffff803fb4d61c0 l1: 0000000000000070 l2: fffff803fc9f2a00 l3: fffff803fb825ed8
[  113.452512] l4: 0000000206f52848 l5: fffff803fb4d4000 l6: 0000000000000010 l7: 00000000001200d2
[  113.452512] i0: 0000000206f52848 i1: fffff803fb4d4098 i2: 0000000000000001 i3: 0000000000000000
[  113.452512] i4: 6573000000000000 i5: 000000ffffffffff i6: fffff803f3ad3501 i7: 000000000049ac50
[  113.452512] I7: <handle_mm_fault+0x2cc/0x7c0>
[  113.452512] BUG: soft lockup - CPU#48 stuck for 88s! [swapper:0]
[  113.452512] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.452512] TPC: <cpu_idle+0xb0/0x134>
[  113.452512] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff540000 g3: 0000000000000000
[  113.452512] g4: fffff803ff51a400 g5: fffff80007de4000 g6: fffff803ff540000 g7: 0000021100004000
[  113.452512] o0: 0000000000000000 o1: fffff803ff540008 o2: 0000000000004000 o3: 0000000000000001
[  113.452512] o4: 000000bd7dd61100 o5: 0000000000000012 sp: fffff803ff543681 ret_pc: 0000000000427818
[  113.452512] RPC: <cpu_idle+0x9c/0x134>
[  113.452512] l0: 0000000000000030 l1: 00000000007b95c8 l2: 0000000000000030 l3: 00000000000000c8
[  113.452512] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.452512] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.452512] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff543741 i7: 00000000006b0148
[  113.452512] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.452512] BUG: soft lockup - CPU#50 stuck for 88s! [swapper:0]
[  113.452512] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.452512] TPC: <cpu_idle+0xb0/0x134>
[  113.452512] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff56c000 g3: 0000000000000000
[  113.452512] g4: fffff803ff555800 g5: fffff80007df4000 g6: fffff803ff56c000 g7: 0000021100004000
[  113.452512] o0: 0000000000000000 o1: fffff803ff56c008 o2: 0000000000004000 o3: 0000000000000001
[  113.452512] o4: 000000bd7dd61100 o5: 0000000000000012 sp: fffff803ff56f681 ret_pc: 0000000000427818
[  113.452512] RPC: <cpu_idle+0x9c/0x134>
[  113.452512] l0: 0000000000000032 l1: 00000000007b95c8 l2: 0000000000000032 l3: 00000000000000c8
[  113.452512] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.452512] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.452512] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff56f741 i7: 00000000006b0148
[  113.452512] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.452512] BUG: soft lockup - CPU#49 stuck for 88s! [swapper:0]
[  113.452512] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00001a58    Not tainted
[  113.452512] TPC: <cpu_idle+0xb0/0x134>
[  113.452512] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff558000 g3: 0000000000000000
[  113.452512] g4: fffff803ff554000 g5: fffff80007dec000 g6: fffff803ff558000 g7: 0000021100004000
[  113.452512] o0: 0000000000000000 o1: fffff803ff558008 o2: 0000000000004000 o3: 0000000000000001
[  113.452512] o4: 000000bd7e6ea780 o5: 0000000000000012 sp: fffff803ff55b681 ret_pc: 0000000000427818
[  113.452512] RPC: <cpu_idle+0x9c/0x134>
[  113.452512] l0: 0000000000000031 l1: 00000000007b95c8 l2: 0000000000000031 l3: 00000000000000c8
[  113.452512] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.452512] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.452512] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff55b741 i7: 00000000006b0148
[  113.452512] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.452512] BUG: soft lockup - CPU#51 stuck for 88s! [swapper:0]
[  113.452512] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.452512] TPC: <cpu_idle+0xb0/0x134>
[  113.452512] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff588000 g3: 0000000000000000
[  113.452512] g4: fffff803ff557000 g5: fffff80007dfc000 g6: fffff803ff588000 g7: 0000021100004000
[  113.452512] o0: 0000000000000000 o1: fffff803ff588008 o2: 0000000000004000 o3: 0000000000000001
[  113.452512] o4: 000000bd7e6ea780 o5: 0000000000000012 sp: fffff803ff58b681 ret_pc: 0000000000427818
[  113.452512] RPC: <cpu_idle+0x9c/0x134>
[  113.452512] l0: 0000000000000033 l1: 00000000007b95c8 l2: 0000000000000033 l3: 00000000000000c8
[  113.452512] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.452512] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.452512] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff58b741 i7: 00000000006b0148
[  113.452512] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.463144] BUG: soft lockup - CPU#40 stuck for 88s! [swapper:0]
[  113.463144] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.463144] TPC: <cpu_idle+0xb0/0x134>
[  113.463144] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff460000 g3: 0000000000000000
[  113.463144] g4: fffff803ff449800 g5: fffff80007da4000 g6: fffff803ff460000 g7: 0000021100004000
[  113.463144] o0: 0000000000000000 o1: fffff803ff460008 o2: 0000000000004000 o3: 0000000000000001
[  113.463144] o4: 000000bd7f073e00 o5: 0000000000000012 sp: fffff803ff463681 ret_pc: 0000000000427818
[  113.463144] RPC: <cpu_idle+0x9c/0x134>
[  113.463144] l0: 0000000000000028 l1: 00000000007b95c8 l2: 0000000000000028 l3: 00000000000000c8
[  113.463144] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.463144] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.463144] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff463741 i7: 00000000006b0148
[  113.463144] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.509977] BUG: soft lockup - CPU#8 stuck for 73s! [klogd:2416]
[  113.509977] TSTATE: 0000004482000a07 TPC: 00000000f7e6ea0c TNPC: 00000000f7e6ea10 Y: 00000024    Not tainted
[  113.509977] TPC: <0xf7e6ea14>
[  113.509977] g0: 0000000000000000 g1: 0000000000000008 g2: 0000000000000020 g3: 0000000000000004
[  113.509977] g4: 00000000f7f77a48 g5: 5044540050535400 g6: 00000000feffffff g7: 00000000f7fdc6b0
[  113.509977] o0: 00000000f7fa1c20 o1: 00000000f7f78549 o2: 0000000000000001 o3: 0000000000000000
[  113.509977] o4: 0000000000000000 o5: 0000000000000000 sp: 00000000ff8cc600 ret_pc: 00000000f7e6e8ec
[  113.509977] RPC: <0xf7e6e8f4>
[  113.509977] l0: 00000001 l1: ff8ccd08 l2: 00000000 l3: 00000000 l4: 00000000 l5: 00000000 l6: 00000000 l7: f7f9f000
[  113.509977] i0: 0000002e i1: ff8ccba4 i2: 0000000a i3: cccccccd i4: 00000000 i5: 00000002 i6: ff8cc670 i7: f7e730f8
[  113.763153] BUG: soft lockup - CPU#38 stuck for 88s! [dd:2413]
[  113.763153] TSTATE: 0000004411001606 TPC: 0000000000460a70 TNPC: 0000000000460a74 Y: 00000000    Not tainted
[  113.763153] TPC: <do_syslog+0x1d8/0x40c>
[  113.763153] g0: 0000000000000001 g1: 0000000000800758 g2: 0000000000000001 g3: 000000000000f8b6
[  113.763153] g4: fffff803fcb38600 g5: fffff80007d94000 g6: fffff803f9710000 g7: 000000000000f8b6
[  113.763153] o0: 0000000000000000 o1: 0000000000000001 o2: 0000000000000000 o3: 0000000000000000
[  113.763153] o4: 000000000002c038 o5: 0000000000800800 sp: fffff803f97132a1 ret_pc: 0000000000460a10
[  113.763153] RPC: <do_syslog+0x178/0x40c>
[  113.763153] l0: 0000000000800758 l1: 0000000000000000 l2: 0000000000000001 l3: 0000000000000026
[  113.763153] l4: 000000000000000f l5: 00000000007b9400 l6: 0000000000000001 l7: fffff803fa343a9c
[  113.763153] i0: 0000000000000001 i1: 000000000002e001 i2: 0000000000000001 i3: 0000000000000001
[  113.763153] i4: 0000000000000001 i5: 000000000002e000 i6: fffff803f9713391 i7: 00000000004f400c
[  113.763153] I7: <kmsg_read+0x44/0x50>
[  113.850652] BUG: soft lockup - CPU#46 stuck for 89s! [swapper:0]
[  113.850652] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  113.850652] TPC: <cpu_idle+0xb0/0x134>
[  113.850652] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff50c000 g3: 0000000000000000
[  113.850652] g4: fffff803ff4bf000 g5: fffff80007dd4000 g6: fffff803ff50c000 g7: 0000021100004000
[  113.850652] o0: 0000000000000000 o1: fffff803ff50c008 o2: 0000000000004000 o3: 0000000000000001
[  113.850652] o4: 000000bd9514fe80 o5: 0000000000000012 sp: fffff803ff50f681 ret_pc: 0000000000427818
[  113.850652] RPC: <cpu_idle+0x9c/0x134>
[  113.850652] l0: 000000000000002e l1: 00000000007b95c8 l2: 000000000000002e l3: 00000000000000c8
[  113.850652] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.850652] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.850652] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff50f741 i7: 00000000006b0148
[  113.850652] I7: <after_lock_tlb+0x1a4/0x1b4>
[  113.850652] BUG: soft lockup - CPU#47 stuck for 89s! [swapper:0]
[  113.850652] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000400    Not tainted
[  113.850652] TPC: <cpu_idle+0xb0/0x134>
[  113.850652] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff524000 g3: 0000000000000000
[  113.850652] g4: fffff803ff518c00 g5: fffff80007ddc000 g6: fffff803ff524000 g7: 0000021100004000
[  113.850652] o0: 0000000000000000 o1: fffff803ff524008 o2: 0000000000004000 o3: 0000000000000001
[  113.850652] o4: 000000bd95ad9500 o5: 0000000000000012 sp: fffff803ff527681 ret_pc: 0000000000427818
[  113.850652] RPC: <cpu_idle+0x9c/0x134>
[  113.850652] l0: 000000000000002f l1: 00000000007b95c8 l2: 000000000000002f l3: 00000000000000c8
[  113.850652] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  113.850652] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  113.850652] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff527741 i7: 00000000006b0148
[  113.850652] I7: <after_lock_tlb+0x1a4/0x1b4>
[  114.041358] BUG: soft lockup - CPU#57 stuck for 89s! [collect2:4095]
[  114.041358] TSTATE: 0000000011001604 TPC: 000000000048a20c TNPC: 000000000048a210 Y: 00000038    Not tainted
[  114.041358] TPC: <page_waitqueue+0xc/0x88>
[  114.041358] g0: fffff803f3c48000 g1: 000000000001006d g2: 0000000000000001 g3: 000000000001006c
[  114.041358] g4: fffff803f3aac000 g5: fffff80007e2c000 g6: fffff803f3c3c000 g7: 000000000001006d
[  114.041358] o0: 00000002000e72d8 o1: 00000002000e72d8 o2: 0000000000000001 o3: 0000000000000001
[  114.041358] o4: 0000000000000000 o5: 0000000000000016 sp: fffff803f3c3f351 ret_pc: 000000000048adb0
[  114.041358] RPC: <unlock_page+0x4c/0x58>
[  114.041358] l0: fffff8000861ce98 l1: 00000002000e72d8 l2: 000000007010cc40 l3: fffff803fb9d6b40
[  114.041358] l4: fffff803fe819918 l5: fffff803fb9d6ba8 l6: 0000000000000010 l7: 0000000000000000
[  114.041358] i0: 00000002000e72d8 i1: 00000002000e72d8 i2: 0000000000000000 i3: 0000000000000000
[  114.041358] i4: 0000000000000000 i5: fffff803fe819808 i6: fffff803f3c3f411 i7: 000000000049927c
[  114.041358] I7: <__do_fault+0x434/0x488>
[  114.061812] BUG: soft lockup - CPU#62 stuck for 89s! [ld:4096]
[  114.061812] TSTATE: 0000004482000a05 TPC: 000000007003b75c TNPC: 000000007003b760 Y: 00000000    Not tainted
[  114.061812] TPC: <0x7003b764>
[  114.061812] g0: 0000000000000000 g1: 0101010101010101 g2: 8080808080808080 g3: 0000000041425e31
[  114.061812] g4: 000000000009c228 g5: 00000000000e10d3 g6: 00000000000000fe g7: 0000000070002040
[  114.061812] o0: 00000000000e0fd8 o1: 00000000000e0fb0 o2: 0000000000000001 o3: 0000000000000000
[  114.061812] o4: 0000000000000000 o5: 0000000000000fd3 sp: 00000000ffb7c148 ret_pc: 000000007003b754
[  114.061812] RPC: <0x7003b75c>
[  114.061812] l0: 20a0face l1: 00000026 l2: 0008d7b0 l3: 0009af98 l4: 00000000 l5: 00000000 l6: 00000000 l7: 700c9878
[  114.061812] i0: 0009af98 i1: 000e0fb0 i2: 00000001 i3: 00000000 i4: 00000000 i5: 00000000 i6: ffb7c1b8 i7: 7003d754
[  114.102196] BUG: soft lockup - CPU#24 stuck for 89s! [cc1:4062]
[  114.102196] TSTATE: 0000009982001a00 TPC: 000000000010ab1c TNPC: 000000000010ab20 Y: 00000000    Not tainted
[  114.102196] TPC: <0x10ab24>
[  114.102196] g0: 0000000000000000 g1: 0000000000000000 g2: 000000000010abe8 g3: 000000000000006c
[  114.102196] g4: 000000000000001b g5: 00000000ffa82310 g6: 00000000ffa825d3 g7: 0000000070001d00
[  114.102196] o0: 0000000000000000 o1: 000000000047d7e8 o2: 0000000070602190 o3: 0000000000000001
[  114.102196] o4: 00000000002d0000 o5: 00000000706020e0 sp: 00000000ffa825f0 ret_pc: 000000000010ab8c
[  114.102196] RPC: <0x10ab94>
[  114.102196] l0: 00050000 l1: 00000014 l2: 00000050 l3: ffffffff l4: 003ed4ff l5: fffffffc l6: 70602ae4 l7: 00432800
[  114.102196] i0: 705ff0b0 i1: 0047d7e8 i2: 00000000 i3: 00000001 i4: 00000001 i5: 00000e40 i6: ffa82660 i7: 0010aee0
[  114.161358] BUG: soft lockup - CPU#58 stuck for 89s! [fixdep:4097]
[  114.161358] TSTATE: 00000000f0000a07 TPC: 0000000000010cb0 TNPC: 0000000000010cb4 Y: 00000000    Not tainted
[  114.161358] TPC: <0x10cb8>
[  114.161358] g0: 0000000000000000 g1: 0000000066756e63 g2: 0000000046494400 g3: 0000000000000000
[  114.161358] g4: 00000000005e50e2 g5: 00672e680065732e g6: 00feffffffffffff g7: 0000000070001cf0
[  114.161358] o0: 0000000000000000 o1: 0000000000000000 o2: 0000000000000000 o3: 0000000000000000
[  114.161358] o4: 0000000000000000 o5: 0000000000000000 sp: 00000000ffd939d0 ret_pc: 0000000000000000
[  114.161358] RPC: <0x8>
[  114.161358] l0: 00000000 l1: 700364fa l2: 00000000 l3: 00000000 l4: 434f4e46 l5: 4f4e4649 l6: 4e464947 l7: 4649475f
[  114.161358] i0: 70036500 i1: 700376c3 i2: 00000001 i3: 00000002 i4: 00000004 i5: 00000000 i6: ffd93a40 i7: 00010e14
[  114.187311] BUG: soft lockup - CPU#63 stuck for 89s! [swapper:0]
[  114.187311] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  114.187311] TPC: <cpu_idle+0xb0/0x134>
[  114.187311] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff6ac000 g3: 0000000000000000
[  114.187311] g4: fffff803ff686400 g5: fffff80007e5c000 g6: fffff803ff6ac000 g7: 0000021100004000
[  114.187311] o0: 0000000000000000 o1: fffff803ff6ac008 o2: 0000000000004000 o3: 0000000000000001
[  114.187311] o4: 000000bda8c06500 o5: 0000000000000012 sp: fffff803ff6af681 ret_pc: 0000000000427818
[  114.187311] RPC: <cpu_idle+0x9c/0x134>
[  114.187311] l0: 000000000000003f l1: 00000000007b95c8 l2: 000000000000003f l3: 00000000000000c8
[  114.187311] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  114.187311] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  114.187311] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff6af741 i7: 00000000006b0148
[  114.187311] I7: <after_lock_tlb+0x1a4/0x1b4>
[  114.556919] BUG: soft lockup - CPU#33 stuck for 89s! [swapper:0]
[  114.556919] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  114.556919] TPC: <cpu_idle+0xb0/0x134>
[  114.556919] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff3b8000 g3: 0000000000000000
[  114.556919] g4: fffff803ff392400 g5: fffff80007d6c000 g6: fffff803ff3b8000 g7: 0000021100004000
[  114.556919] o0: 0000000000000000 o1: fffff803ff3b8008 o2: 0000000000004000 o3: 0000000000000001
[  114.556919] o4: 000000bdbece2580 o5: 0000000000000012 sp: fffff803ff3bb681 ret_pc: 0000000000427818
[  114.556919] RPC: <cpu_idle+0x9c/0x134>
[  114.556919] l0: 0000000000000021 l1: 00000000007b95c8 l2: 0000000000000021 l3: 00000000000000c8
[  114.556919] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  114.556919] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  114.556919] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff3bb741 i7: 00000000006b0148
[  114.556919] I7: <after_lock_tlb+0x1a4/0x1b4>
[  114.556919] BUG: soft lockup - CPU#34 stuck for 89s! [as:4105]
[  114.556919] TSTATE: 0000000082000a02 TPC: 0000000000012e88 TNPC: 0000000000012e8c Y: 00000000    Not tainted
[  114.556919] TPC: <0x12e90>
[  114.556919] g0: 0000000000000000 g1: 0000000000000063 g2: 0000000000000002 g3: 0000000000073442
[  114.556919] g4: 000000000006d548 g5: 000000000007ab41 g6: 00feffffffffffff g7: 0000000070002340
[  114.556919] o0: 000000000007ab41 o1: 000000000006de58 o2: 0000000000000000 o3: 000000000000ccec
[  114.556919] o4: 0223232323232323 o5: 1ffefefefefefeff sp: 00000000ff9e6a78 ret_pc: 0000000000012e70
[  114.556919] RPC: <0x12e78>
[  114.556919] l0: 00000073 l1: 0007ab41 l2: 00073442 l3: 000823e1 l4: 0006d400 l5: 000206b8 l6: 0006d400 l7: 0006d400
[  114.556919] i0: 0007ab44 i1: 0007a3e1 i2: 0006de58 i3: 000963f0 i4: 0006de55 i5: 00000003 i6: ff9e6ae8 i7: 00020794
[  114.677640] BUG: soft lockup - CPU#56 stuck for 89s! [mv:4114]
[  114.677640] TSTATE: 0000000011001604 TPC: 00000000004c6fa4 TNPC: 00000000004c6fa8 Y: 00000000    Not tainted
[  114.677640] TPC: <get_filesystem_list+0x30/0xb0>
[  114.677640] g0: 00000000700011b0 g1: 0000000000000000 g2: 0000000000000001 g3: 0000000000000001
[  114.677640] g4: fffff803f3d38c00 g5: fffff80007e24000 g6: fffff803f38f8000 g7: ffffffffffffffff
[  114.677640] o0: fffff803fe8e6019 o1: 0000000000726fb0 o2: 0000000000748718 o3: 00000000007270a0
[  114.677640] o4: 0000000000000000 o5: 0000000000000000 sp: fffff803f38fb201 ret_pc: 00000000004c6fb4
[  114.677640] RPC: <get_filesystem_list+0x40/0xb0>
[  114.677640] l0: 000000000078e228 l1: fffff803fe8e6000 l2: fffff803f3d38c00 l3: 0000000000000000
[  114.677640] l4: 0000000206fd7928 l5: 0000000000000000 l6: 0000000000000010 l7: 00000000000a00d0
[  114.677640] i0: 0000000000000019 i1: 0000000000000000 i2: 000000000078d200 i3: 0000000000000001
[  114.677640] i4: 0000000000100073 i5: 0000000000000000 i6: fffff803f38fb2c1 i7: 00000000004f22d4
[  114.677640] I7: <filesystems_read_proc+0x10/0x20>
[  114.677640] BUG: soft lockup - CPU#59 stuck for 89s! [swapper:0]
[  114.677640] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  114.677640] TPC: <cpu_idle+0xb0/0x134>
[  114.677640] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff648000 g3: 0000000000000000
[  114.677640] g4: fffff803ff644000 g5: fffff80007e3c000 g6: fffff803ff648000 g7: 0000021100004000
[  114.677640] o0: 0000000000000000 o1: fffff803ff648008 o2: 0000000000004000 o3: 0000000000000001
[  114.677640] o4: 000000bdc68dca00 o5: 0000000000000012 sp: fffff803ff64b681 ret_pc: 0000000000427818
[  114.677640] RPC: <cpu_idle+0x9c/0x134>
[  114.677640] l0: 000000000000003b l1: 00000000007b95c8 l2: 000000000000003b l3: 00000000000000c8
[  114.677640] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  114.677640] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  114.677640] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff64b741 i7: 00000000006b0148
[  114.677640] I7: <after_lock_tlb+0x1a4/0x1b4>
[  114.685243] BUG: soft lockup - CPU#32 stuck for 89s! [swapper:0]
[  114.685243] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  114.685243] TPC: <cpu_idle+0xb0/0x134>
[  114.685243] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff39c000 g3: 0000000000000000
[  114.685243] g4: fffff803ff390c00 g5: fffff80007d64000 g6: fffff803ff39c000 g7: 0000021100004000
[  114.685243] o0: 0000000000000000 o1: fffff803ff39c008 o2: 0000000000004000 o3: 0000000000000001
[  114.685243] o4: 000000bdc7266080 o5: 0000000000000012 sp: fffff803ff39f681 ret_pc: 0000000000427818
[  114.685243] RPC: <cpu_idle+0x9c/0x134>
[  114.685243] l0: 0000000000000020 l1: 00000000007b95c8 l2: 0000000000000020 l3: 00000000000000c8
[  114.685243] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  114.685243] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  114.685243] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff39f741 i7: 00000000006b0148
[  114.685243] I7: <after_lock_tlb+0x1a4/0x1b4>
[  114.685243] BUG: soft lockup - CPU#35 stuck for 89s! [swapper:0]
[  114.685243] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  114.685243] TPC: <cpu_idle+0xb0/0x134>
[  114.685243] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff3e4000 g3: 0000000000000000
[  114.685243] g4: fffff803ff3cd800 g5: fffff80007d7c000 g6: fffff803ff3e4000 g7: 0000021100004000
[  114.685243] o0: 0000000000000000 o1: fffff803ff3e4008 o2: 0000000000004000 o3: 0000000000000001
[  114.685243] o4: 000000bdc68dca00 o5: 0000000000000012 sp: fffff803ff3e7681 ret_pc: 0000000000427818
[  114.685243] RPC: <cpu_idle+0x9c/0x134>
[  114.685243] l0: 0000000000000023 l1: 00000000007b95c8 l2: 0000000000000023 l3: 00000000000000c8
[  114.685243] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  114.685243] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  114.685243] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff3e7741 i7: 00000000006b0148
[  114.685243] I7: <after_lock_tlb+0x1a4/0x1b4>
[  117.093721] BUG: soft lockup - CPU#30 stuck for 92s! [swapper:0]
[  117.093721] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  117.093721] TPC: <cpu_idle+0xb0/0x134>
[  117.093721] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff370000 g3: 0000000000000000
[  117.093721] g4: fffff803ff351800 g5: fffff80007d54000 g6: fffff803ff370000 g7: 0000021100004000
[  117.093721] o0: 0000000000000000 o1: fffff803ff370008 o2: 0000000000004000 o3: 0000000000000001
[  117.093721] o4: 000000be559ae200 o5: 0000000000000012 sp: fffff803ff373681 ret_pc: 0000000000427818
[  117.093721] RPC: <cpu_idle+0x9c/0x134>
[  117.093721] l0: 000000000000001e l1: 00000000007b95c8 l2: 000000000000001e l3: 00000000000000c8
[  117.093721] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  117.093721] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  117.093721] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff373741 i7: 00000000006b0148
[  117.093721] I7: <after_lock_tlb+0x1a4/0x1b4>
[  117.093721] BUG: soft lockup - CPU#31 stuck for 92s! [swapper:0]
[  117.093721] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  117.093721] TPC: <cpu_idle+0xb0/0x134>
[  117.093721] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff384000 g3: 0000000000000000
[  117.093721] g4: fffff803ff353000 g5: fffff80007d5c000 g6: fffff803ff384000 g7: 0000021100004000
[  117.093721] o0: 0000000000000000 o1: fffff803ff384008 o2: 0000000000004000 o3: 0000000000000001
[  117.093721] o4: 000000be559ae200 o5: 0000000000000012 sp: fffff803ff387681 ret_pc: 0000000000427818
[  117.093721] RPC: <cpu_idle+0x9c/0x134>
[  117.093721] l0: 000000000000001f l1: 00000000007b95c8 l2: 000000000000001f l3: 00000000000000c8
[  117.093721] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  117.093721] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  117.093721] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff387741 i7: 00000000006b0148
[  117.093721] I7: <after_lock_tlb+0x1a4/0x1b4>
[  117.097927] BUG: soft lockup - CPU#54 stuck for 92s! [swapper:0]
[  117.097927] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  117.097927] TPC: <cpu_idle+0xb0/0x134>
[  117.097927] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff5d4000 g3: 0000000000000000
[  117.097927] g4: fffff803ff5d0000 g5: fffff80007e14000 g6: fffff803ff5d4000 g7: 0000021100004000
[  117.097927] o0: 0000000000000000 o1: fffff803ff5d4008 o2: 0000000000004000 o3: 0000000000000001
[  117.097927] o4: 000000be56337880 o5: 0000000000000012 sp: fffff803ff5d7681 ret_pc: 0000000000427818
[  117.097927] RPC: <cpu_idle+0x9c/0x134>
[  117.097927] l0: 0000000000000036 l1: 00000000007b95c8 l2: 0000000000000036 l3: 00000000000000c8
[  117.097927] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  117.097927] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  117.097927] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff5d7741 i7: 00000000006b0148
[  117.097927] I7: <after_lock_tlb+0x1a4/0x1b4>
[  117.097927] BUG: soft lockup - CPU#55 stuck for 92s! [swapper:0]
[  117.097927] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  117.097927] TPC: <cpu_idle+0xb0/0x134>
[  117.097927] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff5e8000 g3: 0000000000000000
[  117.097927] g4: fffff803ff5d1800 g5: fffff80007e1c000 g6: fffff803ff5e8000 g7: 0000021100004000
[  117.097927] o0: 0000000000000000 o1: fffff803ff5e8008 o2: 0000000000004000 o3: 0000000000000001
[  117.097927] o4: 000000be56337880 o5: 0000000000000012 sp: fffff803ff5eb681 ret_pc: 0000000000427818
[  117.097927] RPC: <cpu_idle+0x9c/0x134>
[  117.097927] l0: 0000000000000037 l1: 00000000007b95c8 l2: 0000000000000037 l3: 00000000000000c8
[  117.097927] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  117.097927] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  117.097927] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff5eb741 i7: 00000000006b0148
[  117.097927] I7: <after_lock_tlb+0x1a4/0x1b4>
[  117.283723] BUG: soft lockup - CPU#11 stuck for 92s! [swapper:0]
[  117.283723] TSTATE: 0000000011001602 TPC: 000000000047c2fc TNPC: 000000000047c300 Y: 00000000    Not tainted
[  117.283723] TPC: <get_cpu_idle_time_us+0x0/0xd0>
[  117.283723] g0: 0000000000009000 g1: 0000000000000000 g2: 0000000000000001 g3: 0000000000000001
[  117.283723] g4: fffff803ff153000 g5: fffff80007cbc000 g6: fffff803ff17c000 g7: fffff80007c64000
[  117.283723] o0: 0000000000000001 o1: 0000000000000000 o2: 000000000000000b o3: 0000000000000001
[  117.283723] o4: 0000000000843400 o5: 00000000007ae800 sp: fffff803ff17f5c1 ret_pc: 000000000047c158
[  117.283723] RPC: <tick_nohz_stop_sched_tick+0x1b4/0x358>
[  117.283723] l0: 000000000000000b l1: fffff800084acc30 l2: 0000000000000001 l3: 000000000000000b
[  117.283723] l4: 000000010000ca38 l5: 000000000000000b l6: 000000be61935bbc l7: 0000000000000000
[  117.283723] i0: fffff800084aa460 i1: 0000000000000000 i2: 0000000000000001 i3: fffff800084aa2d0
[  117.283723] i4: 000000be6186a400 i5: 000000013fff9538 i6: fffff803ff17f681 i7: 00000000004277b0
[  117.283723] I7: <cpu_idle+0x34/0x134>
[  117.414247] BUG: soft lockup - CPU#39 stuck for 92s! [cc1:4345]
[  117.414247] TSTATE: 0000000011001602 TPC: 000000000049d34c TNPC: 000000000049d350 Y: 00000000    Not tainted
[  117.414247] TPC: <find_vma+0x10/0x94>
[  117.414247] g0: 0000000000000870 g1: 0000000000000000 g2: 0000000000000000 g3: 0000000000000000
[  117.414247] g4: fffff803f8579200 g5: fffff80007d9c000 g6: fffff803f0be0000 g7: 0000000000000000
[  117.414247] o0: fffff803fab52000 o1: 00000000003f2000 o2: 000000000000007e o3: fffff803fa884fc0
[  117.414247] o4: fffff803fb270000 o5: fffff803fab52000 sp: fffff803f0be35e1 ret_pc: 00000000006b57f0
[  117.414247] RPC: <do_sparc64_fault+0x1a0/0x5b0>
[  117.414247] l0: 00000000003f2000 l1: 0000000000000618 l2: 0000000000000000 l3: 0000000000000000
[  117.414247] l4: 0000000000000000 l5: 0000000000000000 l6: 0000000000000000 l7: 000000007021b000
[  117.414247] i0: fffff803fab52000 i1: fffff803f0be3f60 i2: 00000000701297cc i3: 0000000000000000
[  117.414247] i4: 0000000000000002 i5: 0000000000000000 i6: fffff803f0be36a1 i7: 0000000000407a2c
[  117.414247] I7: <sparc64_realfault_common+0x18/0x20>
[  117.489419] BUG: soft lockup - CPU#27 stuck for 92s! [swapper:0]
[  117.489419] TSTATE: 0000000011001601 TPC: 000000000042782c TNPC: 0000000000427830 Y: 00000000    Not tainted
[  117.489419] TPC: <cpu_idle+0xb0/0x134>
[  117.489419] g0: 0000000000000000 g1: 0000000000000016 g2: fffff803ff328000 g3: 0000000000000000
[  117.489419] g4: fffff803ff31cc00 g5: fffff80007d3c000 g6: fffff803ff328000 g7: 0000021100004000
[  117.489419] o0: 0000000000000000 o1: fffff803ff328008 o2: 0000000000004000 o3: 0000000000000001
[  117.489419] o4: 000000be6d726600 o5: 0000000000000012 sp: fffff803ff32b681 ret_pc: 0000000000427818
[  117.489419] RPC: <cpu_idle+0x9c/0x134>
[  117.489419] l0: 000000000000001b l1: 00000000007b95c8 l2: 000000000000001b l3: 00000000000000c8
[  117.489419] l4: 00000000feb51cc7 l5: 00000000feb51c7f l6: 0000000000000001 l7: 0000000000000000
[  117.489419] i0: 0000000000000000 i1: 0000000000000016 i2: 0000000000001000 i3: 00000000f025bdfc
[  117.489419] i4: 00000000fee81b18 i5: 00000000fee80bf8 i6: fffff803ff32b741 i7: 00000000006b0148
[  117.489419] I7: <after_lock_tlb+0x1a4/0x1b4>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [patch] softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds
  2008-04-23 12:29         ` David Miller
@ 2008-04-23 13:36           ` Ingo Molnar
  2008-04-23 23:23             ` David Miller
  0 siblings, 1 reply; 17+ messages in thread
From: Ingo Molnar @ 2008-04-23 13:36 UTC (permalink / raw)
  To: David Miller; +Cc: linux-kernel, tglx, a.p.zijlstra


* David Miller <davem@davemloft.net> wrote:

> > It may take some time, as each test run the verify the existence of 
> > the problem takes several minutes.
> 
> Ok, Ingo, none of your patches fix even the initial buggy changeset, 
> for reference:

as a temporary workaround please try the patch below, until we can 
reproduce and fix the bug.

	Ingo

------------------------------->
Subject: softlockup: nohz workaround
From: Ingo Molnar <mingo@elte.hu>
Date: Wed Apr 23 15:19:32 CEST 2008

Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 kernel/softlockup.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/kernel/softlockup.c
===================================================================
--- linux.orig/kernel/softlockup.c
+++ linux/kernel/softlockup.c
@@ -245,7 +245,7 @@ static int watchdog(void *__bind_cpu)
 	 */
 	while (!kthread_should_stop()) {
 		touch_softlockup_watchdog();
-		schedule();
+		schedule_timeout(softlockup_thresh/2);
 
 		if (kthread_should_stop())
 			break;

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [patch] softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds
  2008-04-23 13:36           ` Ingo Molnar
@ 2008-04-23 23:23             ` David Miller
  0 siblings, 0 replies; 17+ messages in thread
From: David Miller @ 2008-04-23 23:23 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, tglx, a.p.zijlstra

From: Ingo Molnar <mingo@elte.hu>
Date: Wed, 23 Apr 2008 15:36:56 +0200

> as a temporary workaround please try the patch below, until we can 
> reproduce and fix the bug.

Yeah, if you basically turn off the code paths, that particular set of
problems goes away :-/

So then we're at the next bug, cpus getting wedged in the group
aggregate code.

I'll try Peter's patches which were posted today.

[  760.218048] BUG: soft lockup - CPU#5 stuck for 61s! [swapper:0]
[  760.218292] TSTATE: 0000000080001603 TPC: 000000000054e0c0 TNPC: 000000000054e0c4 Y: 00000000    Not tainted
[  760.218325] TPC: <find_next_bit+0xe4/0x11c>
[  760.218336] g0: 0000000000009000 g1: 0000000000000000 g2: ffffffffffffffff g3: 0000000000000030
[  760.218352] g4: fffff803ff0d5880 g5: fffff80007c8a000 g6: fffff803ff0ec000 g7: 00000000007bb6d0
[  760.218368] o0: 000000000000fff0 o1: 0000000000000040 o2: 0000000000000034 o3: 0000000000000000
[  760.218383] o4: 0000000100009332 o5: 0000000000000000 sp: fffff803ff0eee21 ret_pc: 000000000054de08
[  760.218402] RPC: <__next_cpu+0x18/0x2c>
[  760.218413] l0: 00000000007f0000 l1: 0000009980001602 l2: 0000000000455d2c l3: 0000000000000400
[  760.218428] l4: 0000000000000000 l5: 0000000000000002 l6: 0000000000000000 l7: 0000000000000008
[  760.218443] i0: 0000000000000033 i1: 00000000007bb6c8 i2: 0000000000000038 i3: fffff803f73bf100
[  760.218459] i4: 0000000000845000 i5: 0000000000000401 i6: fffff803ff0eeee1 i7: 0000000000455d48
[  760.218487] I7: <aggregate_group_shares+0x10c/0x16c>
[  823.716459] INFO: task collect2:4106 blocked for more than 120 seconds.
[  823.716680] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  823.716815] collect2      D 00000000006b4a80     0  4106   4105
[  823.716831] Call Trace:
[  823.716839]  [00000000006b4c40] schedule_timeout+0x20/0xa4
[  823.716859]  [00000000006b4a80] wait_for_common+0xf4/0x184
[  823.716875]  [000000000045f2cc] do_fork+0x1dc/0x234
[  823.716894]  [0000000000406214] linux_sparc_syscall32+0x3c/0x40
[  823.716917]  [0000000000023f50] 0x23f58


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Soft lockup regression from today's sched.git merge.
  2008-04-22 12:45     ` Peter Zijlstra
@ 2008-05-06 22:41       ` Rafael J. Wysocki
  2008-05-06 23:05         ` David Miller
  0 siblings, 1 reply; 17+ messages in thread
From: Rafael J. Wysocki @ 2008-05-06 22:41 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: David Miller, mingo, linux-kernel, tglx

On Tuesday, 22 of April 2008, Peter Zijlstra wrote:
> On Tue, 2008-04-22 at 03:05 -0700, David Miller wrote:
> 
> > BTW, I'm also getting cpu's wedged in the group aggregate code:
> > 
> > [  121.338742] TSTATE: 0000009980001602 TPC: 000000000054ea20 TNPC: 0000000000456828 Y: 00000000    Not tainted
> > [  121.338778] TPC: <__first_cpu+0x4/0x28>
> > [  121.338791] g0: 0000000000000000 g1: 0000000000000002 g2: 0000000000000000 g3: 0000000000000002
> > [  121.338809] g4: fffff803fe9b24c0 g5: fffff8001587c000 g6: fffff803fe9d0000 g7: 00000000007b7260
> > [  121.338827] o0: 0000000000000002 o1: 00000000007b7258 o2: 0000000000000000 o3: 00000000007b7800
> > [  121.338845] o4: 0000000000845000 o5: 0000000000000400 sp: fffff803fe9d2ed1 ret_pc: 0000000000456820
> > [  121.338879] RPC: <aggregate_group_shares+0x10c/0x16c>
> > [  121.338893] l0: 0000000000000400 l1: 000000000000000d l2: 00000000000003ff l3: 0000000000000000
> > [  121.338911] l4: 0000000000000000 l5: 0000000000000000 l6: fffff803fe9d0000 l7: 0000000080009002
> > [  121.338928] i0: 0000000000801c20 i1: fffff800161ca508 i2: 00000000000001d8 i3: 0000000000000001
> > [  121.338946] i4: fffff800161d9c00 i5: 0000000000000001 i6: fffff803fe9d2f91 i7: 0000000000456904
> > [  121.338968] I7: <aggregate_get_down+0x84/0x13c>
> > 
> > I'm suspecting the deluge of cpumask changes that also went in today.
> > 
> > I guess I'll be bisecting all day tomorrow too :-/
> 
> Sadly both the cpumask changes and the group load-balancer came in the
> same batch - so its all new code. Also, it looks like the cpumask
> changes are before the load balance changes - so bisecting this will be
> 'fun'.

Can you please tell me what the current status of this is?

Rafael

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Soft lockup regression from today's sched.git merge.
  2008-05-06 22:41       ` Rafael J. Wysocki
@ 2008-05-06 23:05         ` David Miller
  2008-05-07  6:43           ` Ingo Molnar
  0 siblings, 1 reply; 17+ messages in thread
From: David Miller @ 2008-05-06 23:05 UTC (permalink / raw)
  To: rjw; +Cc: peterz, mingo, linux-kernel, tglx

From: "Rafael J. Wysocki" <rjw@sisk.pl>
Date: Wed, 7 May 2008 00:41:01 +0200

> Can you please tell me what the current status of this is?

Group scheduling bug, fixed in Linus's tree already.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Soft lockup regression from today's sched.git merge.
  2008-05-06 23:05         ` David Miller
@ 2008-05-07  6:43           ` Ingo Molnar
  2008-05-07 18:56             ` Rafael J. Wysocki
  0 siblings, 1 reply; 17+ messages in thread
From: Ingo Molnar @ 2008-05-07  6:43 UTC (permalink / raw)
  To: David Miller; +Cc: rjw, peterz, linux-kernel, tglx


* David Miller <davem@davemloft.net> wrote:

> From: "Rafael J. Wysocki" <rjw@sisk.pl>
> Date: Wed, 7 May 2008 00:41:01 +0200
> 
> > Can you please tell me what the current status of this is?
> 
> Group scheduling bug, fixed in Linus's tree already.

fixed by:

 commit 3f5087a2bae5d1ce10a3d698dec8f879a96f5419
 Author: Peter Zijlstra <a.p.zijlstra@chello.nl>
 Date:   Fri Apr 25 00:25:08 2008 +0200

     sched: fix share (re)distribution

     fix __aggregate_redistribute_shares() related lockup reported by
     David S. Miller.
 [...]

	Ingo

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Soft lockup regression from today's sched.git merge.
  2008-05-07  6:43           ` Ingo Molnar
@ 2008-05-07 18:56             ` Rafael J. Wysocki
  0 siblings, 0 replies; 17+ messages in thread
From: Rafael J. Wysocki @ 2008-05-07 18:56 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: David Miller, peterz, linux-kernel, tglx

On Wednesday, 7 of May 2008, Ingo Molnar wrote:
> 
> * David Miller <davem@davemloft.net> wrote:
> 
> > From: "Rafael J. Wysocki" <rjw@sisk.pl>
> > Date: Wed, 7 May 2008 00:41:01 +0200
> > 
> > > Can you please tell me what the current status of this is?
> > 
> > Group scheduling bug, fixed in Linus's tree already.
> 
> fixed by:

OK, thanks.

>  commit 3f5087a2bae5d1ce10a3d698dec8f879a96f5419
>  Author: Peter Zijlstra <a.p.zijlstra@chello.nl>
>  Date:   Fri Apr 25 00:25:08 2008 +0200
> 
>      sched: fix share (re)distribution
> 
>      fix __aggregate_redistribute_shares() related lockup reported by
>      David S. Miller.
>  [...]
> 
> 	Ingo

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-05-07 18:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-22  8:59 Soft lockup regression from today's sched.git merge David Miller
2008-04-22  9:14 ` Ingo Molnar
2008-04-22 10:05   ` David Miller
2008-04-22 12:45     ` Peter Zijlstra
2008-05-06 22:41       ` Rafael J. Wysocki
2008-05-06 23:05         ` David Miller
2008-05-07  6:43           ` Ingo Molnar
2008-05-07 18:56             ` Rafael J. Wysocki
2008-04-23  8:50     ` [patch] softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds Ingo Molnar
2008-04-23 10:55       ` David Miller
2008-04-23 12:29         ` David Miller
2008-04-23 13:36           ` Ingo Molnar
2008-04-23 23:23             ` David Miller
2008-04-23  5:42   ` Soft lockup regression from today's sched.git merge David Miller
2008-04-23  7:32     ` Dhaval Giani
2008-04-23  7:51     ` Ingo Molnar
2008-04-23  9:40     ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox