Show patches with: Submitter = Benjamin Tissoires       |   165 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[HID] HID: bpf: fix cfi stubs for hid_bpf_ops [HID] HID: bpf: fix cfi stubs for hid_bpf_ops --- 2024-09-27 Benjamin Tissoires New
[HID,v2,11/11] selftests/hid: add test to disable hid-input [HID,v2,01/11] HID: bpf: move HID-BPF report descriptor fixup earlier --- 2024-09-10 Benjamin Tissoires New
[HID,v2,09/11] selftests/hid: add test for assigning a given device to hid-generic [HID,v2,01/11] HID: bpf: move HID-BPF report descriptor fixup earlier --- 2024-09-10 Benjamin Tissoires New
[HID,v2,07/11] selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device [HID,v2,01/11] HID: bpf: move HID-BPF report descriptor fixup earlier --- 2024-09-10 Benjamin Tissoires New
[HID,v2,05/11] selftests/hid: add dependency on hid_common.h [HID,v2,01/11] HID: bpf: move HID-BPF report descriptor fixup earlier --- 2024-09-10 Benjamin Tissoires New
[HID,v2,03/11] HID: core: remove one more kmemdup on .probe() [HID,v2,01/11] HID: bpf: move HID-BPF report descriptor fixup earlier --- 2024-09-10 Benjamin Tissoires New
[HID,v2,01/11] HID: bpf: move HID-BPF report descriptor fixup earlier [HID,v2,01/11] HID: bpf: move HID-BPF report descriptor fixup earlier --- 2024-09-10 Benjamin Tissoires New
[HID,6/7] HID: bpf: Allow to control the connect mask of hid-generic from BPF HID: bpf: add a new hook to control hid-generic --- 2024-09-02 Benjamin Tissoires New
[HID,4/7] HID: bpf: allow BPF programs to force using hid-generic HID: bpf: add a new hook to control hid-generic --- 2024-09-02 Benjamin Tissoires New
[HID,2/7] selftests/hid: cleanup C tests by adding a common struct uhid_device HID: bpf: add a new hook to control hid-generic --- 2024-09-02 Benjamin Tissoires New
[v5,4/4] selftests/hid: Add HIDIOCREVOKE tests HID: hidraw: HIDIOCREVOKE introduction --- 2024-08-27 Benjamin Tissoires Superseded
[v5,2/4] selftests/hid: extract the utility part of hid_bpf.c into its own header HID: hidraw: HIDIOCREVOKE introduction --- 2024-08-27 Benjamin Tissoires New
[v4,3/3] selftests/hid: Add HIDIOCREVOKE tests HID: hidraw: HIDIOCREVOKE introduction --- 2024-08-26 Benjamin Tissoires Superseded
[v4,2/3] selftests/hid: Add initial hidraw tests skeleton HID: hidraw: HIDIOCREVOKE introduction --- 2024-08-26 Benjamin Tissoires New
[v4,1/3] HID: hidraw: add HIDIOCREVOKE ioctl HID: hidraw: HIDIOCREVOKE introduction --- 2024-08-26 Benjamin Tissoires New
[HID,4/4] selftests/hid: add test for attaching multiple time the same struct_ops HID: selftest fixes after merge into 6.11-rc0 tree --- 2024-07-23 Benjamin Tissoires Accepted
[HID,3/4] HID: bpf: prevent the same struct_ops to be attached more than once HID: selftest fixes after merge into 6.11-rc0 tree --- 2024-07-23 Benjamin Tissoires Accepted
[HID,2/4] selftests/hid: disable struct_ops auto-attach HID: selftest fixes after merge into 6.11-rc0 tree --- 2024-07-23 Benjamin Tissoires Accepted
[HID,1/4] selftests/hid: fix bpf_wq new API HID: selftest fixes after merge into 6.11-rc0 tree --- 2024-07-23 Benjamin Tissoires Accepted
HID: samples: fix the 2 struct_ops definitions HID: samples: fix the 2 struct_ops definitions --- 2024-07-05 Benjamin Tissoires Accepted
[5/6] HID: bpf: Add Huion Dial 2 bpf fixup [1/6] HID: bpf: Add a HID report composition helper macros --- 2024-06-27 Benjamin Tissoires Accepted
[3/6] HID: bpf: move the BIT() macro to hid_bpf_helpers.h [1/6] HID: bpf: Add a HID report composition helper macros --- 2024-06-27 Benjamin Tissoires Accepted
[1/6] HID: bpf: Add a HID report composition helper macros [1/6] HID: bpf: Add a HID report composition helper macros --- 2024-06-27 Benjamin Tissoires Accepted
[HID,v2,13/13] selftests/hid: add an infinite loop test for hid_bpf_try_input_report HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Accepted
[HID,v2,12/13] selftests/hid: add another test for injecting an event from an event hook HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Superseded
[HID,v2,11/13] HID: bpf: allow hid_device_event hooks to inject input reports on self HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Accepted
[HID,v2,10/13] selftests/hid: add wq test for hid_bpf_input_report() HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Superseded
[HID,v2,09/13] HID: bpf: make hid_bpf_input_report() sleep until the device is ready HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Accepted
[HID,v2,08/13] selftests/hid: add tests for hid_hw_output_report HID-BPF hooks HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Superseded
[HID,v2,07/13] HID: bpf: add HID-BPF hooks for hid_hw_output_report HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Accepted
[HID,v2,06/13] selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Superseded
[HID,v2,05/13] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Accepted
[HID,v2,04/13] HID: bpf: add HID-BPF hooks for hid_hw_raw_requests HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Superseded
[HID,v2,03/13] HID: bpf: protect HID-BPF prog_list access by a SRCU HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Accepted
[HID,v2,02/13] HID: add source argument to HID low level functions HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Accepted
[HID,v2,01/13] HID: bpf: fix dispatch_hid_bpf_device_event uninitialized ret value HID: bpf_struct_ops, part 2 --- 2024-06-26 Benjamin Tissoires Accepted
[HID,12/12] selftests/hid: add an infinite loop test for hid_bpf_try_input_report HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires Superseded
[HID,11/12] selftests/hid: add another test for injecting an event from an event hook HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires Accepted
[HID,10/12] HID: bpf: allow hid_device_event hooks to inject input reports on self HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires Superseded
[HID,09/12] selftests/hid: add wq test for hid_bpf_input_report() HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires Superseded
[HID,08/12] HID: bpf: make hid_bpf_input_report() sleep until the device is ready HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires Superseded
[HID,07/12] selftests/hid: add tests for hid_hw_output_report HID-BPF hooks HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires Superseded
[HID,06/12] HID: bpf: add HID-BPF hooks for hid_hw_output_report HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires New
[HID,05/12] selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires Superseded
[HID,04/12] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires Superseded
[HID,03/12] HID: bpf: add HID-BPF hooks for hid_hw_raw_requests HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires Superseded
[HID,02/12] HID: add source argument to HID low level functions HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires Superseded
[HID,01/12] HID: bpf: fix dispatch_hid_bpf_device_event uninitialized ret value HID: bpf_struct_ops, part 2 --- 2024-06-21 Benjamin Tissoires Superseded
[HID,13/13] HID: bpf: error on warnings when compiling bpf objects HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[HID,12/13] HID: bpf: Artist24: remove unused variable HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[HID,11/13] Documentation: HID: add a small blurb on udev-hid-bpf HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[HID,10/13] Documentation: HID: amend HID-BPF for struct_ops HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[HID,09/13] selftests/hid: add subprog call test HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[HID,08/13] HID: bpf: remove tracing HID-BPF capability HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[HID,07/13] HID: bpf: convert in-tree fixes into struct_ops HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[HID,06/13] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[HID,05/13] HID: samples: convert the 2 HID-BPF samples into struct_ops HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[HID,04/13] selftests/hid: convert the hid_bpf selftests with struct_ops HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires New
[HID,03/13] HID: bpf: implement HID-BPF through bpf_struct_ops HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[HID,02/13] HID: bpf: add hid_get/put_device() helpers HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[HID,01/13] HID: rename struct hid_bpf_ops into hid_ops HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires Accepted
[RFC,HID,7/7] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks Use the new __s_async for HID-BPF --- 2024-05-08 Benjamin Tissoires New
[RFC,HID,6/7] WIP: selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks Use the new __s_async for HID-BPF --- 2024-05-08 Benjamin Tissoires New
[RFC,HID,5/7] WIP: add HID-BPF hooks for hid_hw_raw_requests Use the new __s_async for HID-BPF --- 2024-05-08 Benjamin Tissoires New
[RFC,HID,4/7] HID: add source argument to HID low level functions Use the new __s_async for HID-BPF --- 2024-05-08 Benjamin Tissoires New
[RFC,HID,3/7] HID: bpf: allow for sleepable bpf hooks Use the new __s_async for HID-BPF --- 2024-05-08 Benjamin Tissoires New
[RFC,HID,2/7] selftests/hid: fix bpf programs for the new attachment logic Use the new __s_async for HID-BPF --- 2024-05-08 Benjamin Tissoires New
[RFC,HID,1/7] HID: bpf: change the prog run logic Use the new __s_async for HID-BPF --- 2024-05-08 Benjamin Tissoires New
[19/18] selftests/hid: skip tests with HID-BPF if udev-hid-bpf is not installed [01/18] HID: do not assume HAT Switch logical max < 8 --- 2024-05-06 Benjamin Tissoires Accepted
[3/3] HID: bpf: lazy load the hid_tail_call entrypoint HID: bpf: some fixes for pre-loading HID-BPF --- 2024-04-19 Benjamin Tissoires New
[2/3] HID: bpf: fix return value of entrypoints_*__attach() HID: bpf: some fixes for pre-loading HID-BPF --- 2024-04-19 Benjamin Tissoires New
[1/3] HID: bpf: fix a comment in a define HID: bpf: some fixes for pre-loading HID-BPF --- 2024-04-19 Benjamin Tissoires New
HID: bpf: fix hid_bpf_input_report() when hid-core is not ready HID: bpf: fix hid_bpf_input_report() when hid-core is not ready --- 2024-04-11 Benjamin Tissoires Accepted
[17/18] selftests/hid: move the gamepads definitions in the test file [01/18] HID: do not assume HAT Switch logical max < 8 --- 2024-04-10 Benjamin Tissoires Accepted
[15/18] selftests/hid: add Huion Kamvas Pro 19 tests [01/18] HID: do not assume HAT Switch logical max < 8 --- 2024-04-10 Benjamin Tissoires Accepted
[13/18] selftests/hid: tablets: add a couple of XP-PEN tablets [01/18] HID: do not assume HAT Switch logical max < 8 --- 2024-04-10 Benjamin Tissoires Accepted
[11/18] selftests/hid: add support for HID-BPF pre-loading before starting a test [01/18] HID: do not assume HAT Switch logical max < 8 --- 2024-04-10 Benjamin Tissoires Accepted
[09/18] HID: bpf: add in-tree HID-BPF fix for the Raptor Mach 2 [01/18] HID: do not assume HAT Switch logical max < 8 --- 2024-04-10 Benjamin Tissoires Accepted
[07/18] HID: bpf: add in-tree HID-BPF fix for the XBox Elite 2 over Bluetooth [01/18] HID: do not assume HAT Switch logical max < 8 --- 2024-04-10 Benjamin Tissoires Accepted
[05/18] HID: bpf: add in-tree HID-BPF fix for the IOGear Kaliber Gaming MMOmentum mouse [01/18] HID: do not assume HAT Switch logical max < 8 --- 2024-04-10 Benjamin Tissoires Accepted
[03/18] HID: bpf: add in-tree HID-BPF fix for the XPPen Artist 16 [01/18] HID: do not assume HAT Switch logical max < 8 --- 2024-04-10 Benjamin Tissoires Accepted
[01/18] HID: do not assume HAT Switch logical max < 8 [01/18] HID: do not assume HAT Switch logical max < 8 --- 2024-04-10 Benjamin Tissoires Accepted
MAINTAINERS: update Benjamin's email address MAINTAINERS: update Benjamin's email address --- 2024-03-21 Benjamin Tissoires Accepted
[v4,7/7] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks. Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs) --- 2024-03-15 Benjamin Tissoires Accepted
[v4,6/7] selftests/hid: add tests for hid_bpf_input_report Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs) --- 2024-03-15 Benjamin Tissoires Accepted
[v4,5/7] HID: bpf: allow to inject HID event from BPF Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs) --- 2024-03-15 Benjamin Tissoires Accepted
[v4,4/7] selftests/hid: Add test for hid_bpf_hw_output_report Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs) --- 2024-03-15 Benjamin Tissoires Accepted
[v4,3/7] selftests/hid: add KASAN to the VM tests Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs) --- 2024-03-15 Benjamin Tissoires Accepted
[v4,2/7] HID: bpf: export hid_hw_output_report as a BPF kfunc Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs) --- 2024-03-15 Benjamin Tissoires Accepted
[v4,1/7] HID: bpf/dispatch: regroup kfuncs definitions Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs) --- 2024-03-15 Benjamin Tissoires Accepted
[RFC,bpf-next,v3,16/16] selftests/hid: add KASAN to the VM tests sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-02-21 Benjamin Tissoires Superseded
[RFC,bpf-next,v3,15/16] selftests/hid: add test for bpf_timer sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-02-21 Benjamin Tissoires New
[RFC,bpf-next,v3,14/16] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks. sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-02-21 Benjamin Tissoires New
[RFC,bpf-next,v3,13/16] selftests/hid: add tests for hid_bpf_input_report sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-02-21 Benjamin Tissoires Superseded
[RFC,bpf-next,v3,12/16] HID: bpf: allow to inject HID event from BPF sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-02-21 Benjamin Tissoires Superseded
[RFC,bpf-next,v3,11/16] selftests/hid: Add test for hid_bpf_hw_output_report sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-02-21 Benjamin Tissoires Superseded
[RFC,bpf-next,v3,10/16] HID: bpf: export hid_hw_output_report as a BPF kfunc sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-02-21 Benjamin Tissoires Superseded
[RFC,bpf-next,v3,09/16] HID: bpf/dispatch: regroup kfuncs definitions sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-02-21 Benjamin Tissoires Superseded
[RFC,bpf-next,v3,08/16] bpf/verifier: do_misc_fixups for is_bpf_timer_set_sleepable_cb_kfunc sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-02-21 Benjamin Tissoires New
[RFC,bpf-next,v3,07/16] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-02-21 Benjamin Tissoires New
« 1 2 »