[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110111035355.643480133@goodmis.org>
Date:	Mon, 10 Jan 2011 22:53:55 -0500
From:	Steven Rostedt <rostedt@...dmis.org>
To:	linux-kernel@...r.kernel.org
Cc:	Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...e.hu>,
	Lai Jiangshan <laijs@...fujitsu.com>,
	Peter Zijlstra <peterz@...radead.org>
Subject: [PATCH 0/5][RT] [GIT PULL] rt: Port of Lai Jiangshan's rt patch
Thomas,
I finally got Lai's patch to a point that I'm happy with it.
The first 4 patches are clean ups to help in applying Lai's patch
at the end.
I've tested this patch series by running dbench 100 in a loop
and it crashes as much as mainline 2.6.33 does ;-) so I'm pretty
happy with it.
The following patches are in:
  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-rt.git
    branch: rt/tip/rt/devel
Lai Jiangshan (1):
      rtmutex: Ensure only the top waiter or higher priority task can take the lock
Steven Rostedt (4):
      rtmutex: Only save lock depth once in spin_slowlock
      rtmutex: Try to take lock early in rt_spin_lock_slowlock()
      rtmutex: Revert Optimize rt lock wakeup
      rtmutex: Fix comment about why new_owner can be NULL in wake_futex_pi()
----
 kernel/futex.c          |   20 +-
 kernel/rt.c             |   10 +-
 kernel/rtmutex-debug.c  |    1 -
 kernel/rtmutex.c        |  478 ++++++++++++++++++-----------------------------
 kernel/rtmutex_common.h |   18 +--
 5 files changed, 204 insertions(+), 323 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists