[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140609201118.387571774@linutronix.de>
Date: Mon, 09 Jun 2014 20:28:06 -0000
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Steven Rostedt <rostedt@...dmis.org>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>,
Lai Jiangshan <laijs@...fujitsu.com>,
Jason Low <jason.low2@...com>, Brad Mouring <bmouring@...com>
Subject: [patch V3 0/7] rtmutex: Code clarification and optimization
This is another round of clarification and optimization patches for
the rtmutex code.
When I looked last week into the dead lock detector I spent some time
to figure out how the various arguments and local variables are
protected and whats the scope of the various protection algorithms, so
I added documentation for this as well.
I also changed the last patch which avoids the requeueing in case of
the deadlock detection only chain walk. Instead of adding tons of
conditional to the boost/deboost code path I simply have a separate
code path for it.
Thanks,
tglx
--
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