summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2026-07-07 13:26:46 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-07-10 15:16:07 +0200
commitef8154d8b52d60338c1fd8d793cd8e891c604c14 (patch)
treebf6b7db3e01c842a872a72278f2adecb6e886302 /tools/perf/scripts/python
parenteb6cd6d3d8abeac5d7e8251b898067184afdad8a (diff)
usb: fix UAF when probe runs concurrent to dyn ID removal
Dynamic IDs are only guaranteed to be valid when usb_dynids_lock is held, as remove_id_store can free the node. Thus, make a copy in usb_probe_interface. Clarify the documentation that the id parameter is only valid during the probe. USB serial has the same pattern, but it does not need fixing as the IDs cannot be removed via sysfs. Fixes: 0c7a2b72746a ("USB: add remove_id sysfs attr for usb drivers") Signed-off-by: Gary Guo <gary@garyguo.net> Reviewed-by: Danilo Krummrich <dakr@kernel.org> Link: https://patch.msgid.link/20260707-usb_dyn_id_uaf-v2-7-632dcf3adfba@garyguo.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions