From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [ANNOUNCE] 3.0-rt3 Date: Tue, 26 Jul 2011 11:01:40 +0200 (CEST) Message-ID: References: <4E2C2ED6.4040904@gmail.com> <4E2DEC1A.5070109@linux.intel.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Maarten Lankhorst , LKML , linux-rt-users To: Darren Hart Return-path: Received: from www.linutronix.de ([62.245.132.108]:38067 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751254Ab1GZJBo (ORCPT ); Tue, 26 Jul 2011 05:01:44 -0400 In-Reply-To: <4E2DEC1A.5070109@linux.intel.com> Sender: linux-rt-users-owner@vger.kernel.org List-ID: On Mon, 25 Jul 2011, Darren Hart wrote: > > > On 07/24/2011 09:12 AM, Thomas Gleixner wrote: > > On Sun, 24 Jul 2011, Maarten Lankhorst wrote: > > ... > > >> Also not sure where this one came from: > >> [ 37.456688] BUG: spinlock bad magic on CPU#3, threaded-ml/1619 > >> [ 37.456690] lock: ffff8801fdc74d50, .magic: 00000000, .owner: /-1, .owner_cpu: 0 > >> [ 37.456692] Pid: 1619, comm: threaded-ml Tainted: G C 3.0.0-rt3-patser+ #39 > >> [ 37.456693] Call Trace: > >> [ 37.456697] [] spin_bug+0xa0/0xa8 > >> [ 37.456699] [] do_raw_spin_lock+0xa2/0x170 > >> [ 37.456702] [] ? get_parent_ip+0x11/0x50 > >> [ 37.456704] [] _raw_spin_lock+0x23/0x30 > >> [ 37.456706] [] rt_mutex_start_proxy_lock+0x2e/0xd0 > >> [ 37.456708] [] futex_requeue+0x47a/0x850 > >> [ 37.456710] [] do_futex+0xae/0xb00 > >> [ 37.456712] [] ? fget_light+0x6d/0x110 > >> [ 37.456714] [] ? audit_syscall_entry+0x2e7/0x310 > >> [ 37.456715] [] ? sys_recvmsg+0x75/0x90 > >> [ 37.456717] [] compat_sys_futex+0xf6/0x190 > >> [ 37.456719] [] ? syscall_trace_enter+0x184/0x210 > >> [ 37.456721] [] ia32_do_call+0x13/0x13 > > > > Urrgh, that's not a good one. Darren, can you please have a look at that? > > > > Will do. > > Maarten, what are you running when you hit this? > rt_mutex_start_proxy_lock() is only called by the requeue_pi code and > there is no libc support for that yet, so I'm surprised to see that in > the stack trace (unless you're running my futextest suite). threaded-ml, whatever that is. I suspect that the changes to the futex code, which I ported forward from 33-rt have some wreckage in it.