Merge branch 'for-6.3/hid-bpf' into for-linus
Initial support of HID-BPF (Benjamin Tissoires) The history is a little long for this series, as it was intended to be sent for v6.2. However some last minute issues forced us to postpone it to v6.3. Conflicts: * drivers/hid/i2c-hid/Kconfig: commit bf7660da ("HID: stop drivers from selecting CONFIG_HID") conflicts with commit 2afac81d ("HID: fix I2C_HID not selected when I2C_HID_OF_ELAN is") the resolution is simple enough: just drop the "default" and "select" lines as the new commit from Arnd is doing
Showing
drivers/hid/bpf/Kconfig
0 → 100644
drivers/hid/bpf/Makefile
0 → 100644
include/linux/hid_bpf.h
0 → 100644
samples/hid/.gitignore
0 → 100644
samples/hid/Makefile
0 → 100644
samples/hid/Makefile.target
0 → 100644
samples/hid/hid_bpf_attach.h
0 → 100644
samples/hid/hid_mouse.bpf.c
0 → 100644
samples/hid/hid_mouse.c
0 → 100644
Please register or sign in to comment