Re: [PATCH 4/3] rtmutex: Avoid barrier in rt_mutex_handle_deadlock

From: Heiko Carstens
Date: Tue Mar 22 2016 - 17:46:45 EST


On Tue, Mar 22, 2016 at 05:41:22PM +0100, Peter Zijlstra wrote:
> On Tue, Mar 22, 2016 at 03:45:37PM +0100, Heiko Carstens wrote:
>
> > Sure, looks nice and makes a lot of sense. And the text looks a bit familiar
> > to me ;)
> >
> > Could you provide From: and Signed-off-by: lines?
>
> Of course, find below.
>
> ---
> Subject: s390: Clarify pagefault interrupt
> From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
>
> While looking at set_task_state() users I stumbled over the s390 pfault
> interrupt code. Since Heiko provided a great explanation on how it
> worked, I figured we ought to preserve this.
>
> Also make a few little tweaks to the code to aid in readability and
> explicitly comment the unusual blocking scheme.
>
> Based-on-text-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> ---
> arch/s390/mm/fault.c | 44 ++++++++++++++++++++++++++++++++++++--------
> 1 file changed, 36 insertions(+), 8 deletions(-)

Applied, with some whitespace changes from me. Thank you!