Re: [PATCH net] rxrpc: Fix misplaced traceline

From: David Miller
Date: Wed Sep 04 2019 - 18:25:37 EST


From: David Howells <dhowells@xxxxxxxxxx>
Date: Mon, 02 Sep 2019 11:34:08 +0100

> There's a misplaced traceline in rxrpc_input_packet() which is looking at a
> packet that just got released rather than the replacement packet.
>
> Fix this by moving the traceline after the assignment that moves the new
> packet pointer to the actual packet pointer.
>
> Fixes: d0d5c0cd1e71 ("rxrpc: Use skb_unshare() rather than skb_cow_data()")
> Reported-by: Hillf Danton <hdanton@xxxxxxxx>
> Signed-off-by: David Howells <dhowells@xxxxxxxxxx>

Applied.