From: David Howells <dhowe...@redhat.com> 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 <hdan...@sina.com> > Signed-off-by: David Howells <dhowe...@redhat.com> Applied.