Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: d0d5c0c ("rxrpc: Use skb_unshare() rather than skb_cow_data()") Reported-by: Hillf Danton <[email protected]> Signed-off-by: David Howells <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information