[GIT PULL] HID fixes for 6.11

From: Benjamin Tissoires
Date: Mon Jul 29 2024 - 04:44:33 EST


Linus,

please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git tags/for-linus-2024072901

to receive fixes that should go into 6.11:

====
- fixes for HID-BPF after the merge with the bpf tree (in v6.11-rc1)
(Arnd Bergmann and Benjamin Tissoires)
- some tool type fix for the Wacom driver (Tatsunosuke Tobita)
- A reorder of the sensor discovery to ensure the HID AMD SFH is removed
when no sensors are available (Basavaraj Natikar)
====

Thanks,
----------------------------------------------------------------
Arnd Bergmann (1):
hid: bpf: add BPF_JIT dependency

Basavaraj Natikar (1):
HID: amd_sfh: Move sensor discovery before HID device initialization

Benjamin Tissoires (4):
selftests/hid: fix bpf_wq new API
selftests/hid: disable struct_ops auto-attach
HID: bpf: prevent the same struct_ops to be attached more than once
selftests/hid: add test for attaching multiple time the same struct_ops

Tatsunosuke Tobita (2):
HID: wacom: Modify pen IDs
HID: wacom: more appropriate tool type categorization

drivers/hid/amd-sfh-hid/amd_sfh_client.c | 18 +++++++++++-------
drivers/hid/bpf/Kconfig | 2 +-
drivers/hid/bpf/hid_bpf_struct_ops.c | 5 +++++
drivers/hid/wacom_wac.c | 67 ++++++++++---------------------------------------------------------
tools/testing/selftests/hid/hid_bpf.c | 26 ++++++++++++++++++++++++++
tools/testing/selftests/hid/progs/hid.c | 2 +-
tools/testing/selftests/hid/progs/hid_bpf_helpers.h | 2 +-
7 files changed, 55 insertions(+), 67 deletions(-)

---

Cheers,
Benjamin