From: Ingo Molnar <mingo@elte.hu>
To: Esben Nielsen <nielsen.esben@googlemail.com>
Cc: linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>,
Steven Rostedt <rostedt@goodmis.org>
Subject: Re: [patch 1/5] Fix timeout bug in rtmutex in 2.6.18-rt
Date: Fri, 10 Nov 2006 19:02:52 +0100 [thread overview]
Message-ID: <20061110180252.GA25694@elte.hu> (raw)
In-Reply-To: <20061110161657.GA19407@elte.hu>
on SMP i had to remove this assert:
Index: linux/kernel/rtmutex.c
===================================================================
--- linux.orig/kernel/rtmutex.c
+++ linux/kernel/rtmutex.c
@@ -823,7 +823,7 @@ rt_spin_lock_slowunlock(struct rt_mutex
}
wakeup_next_waiter(lock, 1);
spin_unlock_irqrestore(&lock->wait_lock, flags);
- BUG_ON(current->boosting_prio != MAX_PRIO);
+// BUG_ON(current->boosting_prio != MAX_PRIO);
/* Undo pi boosting.when necessary */
rt_mutex_adjust_prio(current);
}
because it triggered almost immediately after bootup.
Ingo
next prev parent reply other threads:[~2006-11-10 18:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20061001112829.630288000@frodo>
2006-10-01 11:36 ` [patch 1/5] Fix timeout bug in rtmutex in 2.6.18-rt Esben Nielsen
2006-11-10 14:49 ` Ingo Molnar
2006-11-10 16:16 ` Ingo Molnar
2006-11-10 18:02 ` Ingo Molnar [this message]
2006-11-13 10:39 ` Esben Nielsen
2006-11-13 9:43 ` Esben Nielsen
2006-10-01 11:36 ` [patch 2/5] " Esben Nielsen
2006-10-01 11:37 ` [patch 3/5] " Esben Nielsen
2006-10-01 11:37 ` [patch 4/5] " Esben Nielsen
2006-10-01 11:37 ` [patch 5/5] " Esben Nielsen
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=20061110180252.GA25694@elte.hu \
--to=mingo@elte.hu \
--cc=linux-kernel@vger.kernel.org \
--cc=nielsen.esben@googlemail.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