Re: [PATCH RT 1/2] rwsem-rt: Do not allow readers to nest
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2014-05-02 09:04:52
Also in:
lkml
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2014-05-02 09:04:52
Also in:
lkml
* Steven Rostedt | 2014-04-08 22:47:01 [-0400]:
From: "Steven Rostedt (Red Hat)" <rostedt@goodmis.org> The readers of mainline rwsems are not allowed to nest, the rwsems in the PREEMPT_RT kernel should not nest either. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Applied Sebastian