diff options
author | 2025-08-29 15:28:26 +0800 | |
---|---|---|
committer | 2025-09-02 14:45:51 +0200 | |
commit | 773b27a8a2f00ce3134e92e50ea4794a98ba2b76 (patch) | |
tree | 4ddf11a23fb1e2bc92de2ce7b2090461364a8b01 /tools/perf/scripts/python | |
parent | net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync() (diff) | |
download | wireguard-linux-773b27a8a2f00ce3134e92e50ea4794a98ba2b76.tar.xz wireguard-linux-773b27a8a2f00ce3134e92e50ea4794a98ba2b76.zip |
net: mctp: mctp_fraq_queue should take ownership of passed skb
As of commit f5d83cf0eeb9 ("net: mctp: unshare packets when
reassembling"), we skb_unshare() in mctp_frag_queue(). The unshare may
invalidate the original skb pointer, so we need to treat the skb as
entirely owned by the fraq queue, even on failure.
Fixes: f5d83cf0eeb9 ("net: mctp: unshare packets when reassembling")
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Link: https://patch.msgid.link/20250829-mctp-skb-unshare-v1-1-1c28fe10235a@codeconstruct.com.au
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions