summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJann Horn <jannh@google.com>2026-07-03 17:45:52 +0200
committerJiri Kosina <jkosina@suse.com>2026-08-03 20:42:07 +0200
commit02bf61dfb44f17ec187d1da1a82495951bbd12df (patch)
tree18175c7fe61bb472e03058687291077c42d887e2 /tools/perf/scripts/python
parenta13cdb19fcb223ed41bdab3bab42b98dba87e90b (diff)
HID: asus: fix missing hid_is_usb() check
to_usb_interface() can only be used on a hid_device whose parent is really USB; uhid can create devices that identify as being on BUS_USB, but don't actually have a USB parent. Fix the use of to_usb_interface() without a hid_is_usb() check. I have verified that it is currently possible to trigger a kernel splat due to this bug in an ASAN build, and that this commit fixes the issue. Fixes: 00e005c952f7 ("hid-asus: check ROG Ally MCU version and warn") Cc: stable@vger.kernel.org Signed-off-by: Jann Horn <jannh@google.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions