Re: [PATCH net] rxrpc: Don't release call mutex on error pointer

From: David Miller
Date: Sat Oct 21 2017 - 22:06:32 EST


From: David Howells <dhowells@xxxxxxxxxx>
Date: Fri, 20 Oct 2017 17:01:22 +0100

> Don't release call mutex at the end of rxrpc_kernel_begin_call() if the
> call pointer actually holds an error value.
>
> Fixes: 540b1c48c37a ("rxrpc: Fix deadlock between call creation and sendmsg/recvmsg")
> Reported-by: Marc Dionne <marc.dionne@xxxxxxxxxxxx>
> Signed-off-by: David Howells <dhowells@xxxxxxxxxx>

Applied, thanks David.