public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bill Huey (hui) <billh@gnuppy.monkey.org>
To: Robert Crocombe <rcrocomb@gmail.com>
Cc: Esben Nielsen <nielsen.esben@gogglemail.com>,
	Steven Rostedt <rostedt@goodmis.org>,
	linux-kernel@vger.kernel.org, Ingo Molnar <mingo@elte.hu>,
	Thomas Gleixner <tglx@linutronix.de>,
	Darren Hart <dvhltc@us.ibm.com>,
	"Bill Huey (hui)" <billh@gnuppy.monkey.org>
Subject: Re: [Patch] restore the RCU callback to defer put_task_struct() Re: Problems with 2.6.17-rt8
Date: Fri, 11 Aug 2006 14:18:57 -0700	[thread overview]
Message-ID: <20060811211857.GA32185@gnuppy.monkey.org> (raw)
In-Reply-To: <e6babb600608110800g379ed2c3gd0dbed706d50622c@mail.gmail.com>

On Fri, Aug 11, 2006 at 08:00:50AM -0700, Robert Crocombe wrote:
> On 8/10/06, hui Bill Huey <billh@gnuppy.monkey.org> wrote:
> >Patch included:
> 
> Just tried it.

Yeah, this bug is different from the one I've been fixing. Looks like
it's in the softirq system. Let me see.

I'll look through your config and see if anything is different with my
setup that's notable.

bill


> kjournald/1119[CPU#3]: BUG in debug_rt_mutex_unlock at
> kernel/rtmutex-debug.c:471
> 
> Call Trace:
>       <ffffffff80487593>{_raw_spin_lock_irqsave+34}
>       <ffffffff8022cd9f>{__WARN_ON+105}
>       <ffffffff8022cd5a>{__WARN_ON+36}
>       <ffffffff8024897b>{debug_rt_mutex_unlock+204}
>       <ffffffff80486761>{rt_lock_slowunlock+30}
>       <ffffffff804872d6>{__lock_text_start+14}
>       <ffffffff80279461>{kmem_cache_alloc+207}
>       <ffffffff8025b504>{mempool_alloc_slab+22}
>       <ffffffff8025b8f3>{mempool_alloc+80}
>       <ffffffff80209a6d>{mcount+45}
>       <ffffffff80283332>{bio_alloc_bioset+40}
>       <ffffffff80283452>{bio_alloc+21}
>       <ffffffff8027fa28>{submit_bh+142}
>       <ffffffff80280cd3>{ll_rw_block+166}
>       <ffffffff802d19cf>{journal_commit_transaction+1016}
>       <ffffffff80248fa5>{constant_test_bit+9}
>       <ffffffff80487aa0>{_raw_spin_unlock+51}
>       <ffffffff80486789>{rt_lock_slowunlock+70}
>       <ffffffff804872d6>{__lock_text_start+14}
>       <ffffffff80235974>{try_to_del_timer_sync+90}
>       <ffffffff802d5fb2>{kjournald+207}
>       <ffffffff80240107>{autoremove_wake_function+0}
>       <ffffffff802d5ee3>{kjournald+0}
>       <ffffffff8023fcc5>{keventd_create_kthread+0}
>       <ffffffff8023ffca>{kthread+224}
>       <ffffffff802273bf>{schedule_tail+198}
>       <ffffffff8020ae12>{child_rip+8}
>       <ffffffff8023fcc5>{keventd_create_kthread+0}
>       <ffffffff8023feea>{kthread+0}
>       <ffffffff8020ae0a>{child_rip+0}



  reply	other threads:[~2006-08-11 21:20 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <e6babb600608012231r74470b77x6e7eaeab222ee160@mail.gmail.com>
2006-08-02  5:37 ` Problems with 2.6.17-rt8 Robert Crocombe
2006-08-02 17:51   ` Steven Rostedt
2006-08-03 11:48     ` Robert Crocombe
2006-08-03 14:27       ` Steven Rostedt
2006-08-03 15:08         ` Robert Crocombe
2006-08-03 15:27           ` Steven Rostedt
2006-08-03 15:48             ` Robert Crocombe
2006-08-03 16:04               ` Steven Rostedt
2006-08-03 17:16                 ` Robert Crocombe
2006-08-03 20:22         ` Bill Huey
2006-08-03 20:54           ` Steven Rostedt
2006-08-03 21:18             ` Bill Huey
2006-08-08  2:56         ` [Patch] restore the RCU callback to defer put_task_struct() " Bill Huey
2006-08-08  3:05           ` Bill Huey
2006-08-08 18:46             ` Robert Crocombe
2006-08-08 19:06               ` Steven Rostedt
2006-08-08 21:35                 ` Robert Crocombe
2006-08-08 21:44                   ` Steven Rostedt
2006-08-08 22:10                     ` Robert Crocombe
2006-08-09 17:19                   ` Robert Crocombe
2006-08-09  0:35               ` Bill Huey
2006-08-11  7:47               ` Bill Huey
2006-08-11 14:52                 ` Robert Crocombe
2006-08-09 22:05             ` Esben Nielsen
2006-08-10  0:00               ` Steven Rostedt
2006-08-10  2:18               ` Bill Huey
2006-08-11  1:06                 ` Bill Huey
2006-08-11  8:16                   ` Esben Nielsen
2006-08-11  8:46                     ` Bill Huey
2006-08-11 15:00                   ` Robert Crocombe
2006-08-11 21:18                     ` Bill Huey [this message]
     [not found]                       ` <20060811221054.GA32459@gnuppy.monkey.org>
2006-08-14 17:56                         ` Robert Crocombe
2006-08-14 23:44                           ` Bill Huey
2006-08-15 10:43                             ` Bill Huey
2006-08-15 17:53                             ` Robert Crocombe
2006-08-18 11:59                               ` Bill Huey
2006-08-22  0:21                                 ` Robert Crocombe
2006-08-22  1:37                                   ` rtmutex assert failure (was [Patch] restore the RCU callback...) Bill Huey
2006-08-22 23:20                                     ` Bill Huey
2006-08-22 23:21                                       ` Bill Huey
2006-08-23 17:14                                       ` Robert Crocombe
2006-08-23 17:24                                         ` Robert Crocombe
2006-08-23 20:20                                         ` Bill Huey
2006-08-23 21:05                                           ` Bill Huey
2006-08-23 21:08                                             ` Bill Huey
2006-08-24  1:22                                               ` Robert Crocombe
2006-08-24  1:46                                                 ` Bill Huey
2006-08-25  7:19                                                   ` Bill Huey
2006-08-26  1:24                                                     ` Robert Crocombe
2006-08-26  1:28                                                       ` Robert Crocombe
2006-08-26  2:37                                                         ` Robert Crocombe
2006-08-26 10:28                                                       ` Bill Huey
2006-08-26 10:49                                                       ` Bill Huey
2006-08-28 18:33                                                         ` Robert Crocombe
2006-08-28 20:28                                                           ` Bill Huey
2006-08-29  4:05                                                             ` Robert Crocombe
2006-08-29 17:11                                                               ` Bill Huey
2006-08-29 17:19                                                                 ` Robert Crocombe

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=20060811211857.GA32185@gnuppy.monkey.org \
    --to=billh@gnuppy.monkey.org \
    --cc=dvhltc@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=nielsen.esben@gogglemail.com \
    --cc=rcrocomb@gmail.com \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

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

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