summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorXu Rao <raoxu@uniontech.com>2026-07-20 10:14:44 +0800
committerDavid Heidelberg <david@ixit.cz>2026-08-17 19:27:50 +0200
commit5644560f08dd018b10abecbd971a7dd4ab540d81 (patch)
tree61b62ede667ada493d1ca349d783dc86ddc0762d /scripts/objdiff
parentc1e561d3bf658edfa095985c56a45019ad182585 (diff)
downloadlinux-next-5644560f08dd018b10abecbd971a7dd4ab540d81.tar.gz
linux-next-5644560f08dd018b10abecbd971a7dd4ab540d81.zip
nfc: pn533: purge fragmented skbs during cleanup
pn53x_common_clean() purges resp_q before freeing the common PN533 state, but it leaves fragment_skb untouched. The fragmentation helpers queue transmit fragments there while sending large initiator or target-mode frames, and those skbs remain owned by the driver until they are sent or discarded. If the device is removed while fragments are still queued, the common cleanup path frees the PN533 state without releasing the queued fragment skbs, leaking them. Purge fragment_skb during cleanup alongside resp_q. Fixes: 963a82e07d4e ("NFC: pn533: Split large Tx frames in chunks") Cc: stable@vger.kernel.org Signed-off-by: Xu Rao <raoxu@uniontech.com> Link: https://patch.msgid.link/2D896607CAE4408E+20260720021444.3362044-1-raoxu@uniontech.com Signed-off-by: David Heidelberg <david@ixit.cz>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions