Show patches with: Submitter = Benjamin Tissoires       |    State = Action Required       |   45 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,3/3] HID: bpf: drop use of Logical|Physical|UsageRange HID: bpf: add a couple of HID-BPF device fixes - - - --- 2024-10-17 Benjamin Tissoires jikos New
[v2,2/3] HID: bpf: Fix Rapoo M50 Plus Silent side buttons HID: bpf: add a couple of HID-BPF device fixes - - - --- 2024-10-17 Benjamin Tissoires jikos New
[v2,1/3] HID: bpf: Fix NKRO on Mistel MD770 HID: bpf: add a couple of HID-BPF device fixes - - - --- 2024-10-17 Benjamin Tissoires jikos New
[HID,v3,9/9] selftests/hid: add test for assigning a given device to hid-generic HID: bpf: add a new hook to control hid-generic - 1 - --- 2024-10-01 Benjamin Tissoires New
[HID,v3,8/9] HID: add per device quirk to force bind to hid-generic HID: bpf: add a new hook to control hid-generic - 1 - --- 2024-10-01 Benjamin Tissoires New
[HID,v3,7/9] selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device HID: bpf: add a new hook to control hid-generic - 1 - --- 2024-10-01 Benjamin Tissoires New
[HID,v3,6/9] selftests/hid: cleanup C tests by adding a common struct uhid_device HID: bpf: add a new hook to control hid-generic - - - --- 2024-10-01 Benjamin Tissoires New
[HID,v3,5/9] selftests/hid: add dependency on hid_common.h HID: bpf: add a new hook to control hid-generic - 1 - --- 2024-10-01 Benjamin Tissoires New
[HID,v3,4/9] HID: bpf: allow write access to quirks field in struct hid_device HID: bpf: add a new hook to control hid-generic - 1 - --- 2024-10-01 Benjamin Tissoires jikos New
[HID,v3,3/9] HID: core: remove one more kmemdup on .probe() HID: bpf: add a new hook to control hid-generic - 1 - --- 2024-10-01 Benjamin Tissoires jikos New
[HID,v3,2/9] HID: core: save one kmemdup during .probe() HID: bpf: add a new hook to control hid-generic - 1 - --- 2024-10-01 Benjamin Tissoires jikos New
[HID,v3,1/9] HID: bpf: move HID-BPF report descriptor fixup earlier HID: bpf: add a new hook to control hid-generic - - - --- 2024-10-01 Benjamin Tissoires New
[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 jikos New
[v5,4/4] selftests/hid: Add HIDIOCREVOKE tests HID: hidraw: HIDIOCREVOKE introduction - 1 - --- 2024-08-27 Benjamin Tissoires New
[v5,3/4] selftests/hid: Add initial hidraw tests skeleton HID: hidraw: HIDIOCREVOKE introduction - 1 - --- 2024-08-27 Benjamin Tissoires New
[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
[v5,1/4] HID: hidraw: add HIDIOCREVOKE ioctl HID: hidraw: HIDIOCREVOKE introduction - - - --- 2024-08-27 Benjamin Tissoires New
selftests/hid: ensure CKI can compile our new tests on old kernels selftests/hid: ensure CKI can compile our new tests on old kernels - - - --- 2024-06-27 Benjamin Tissoires New
[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 New
[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 New
[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 jikos 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
[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 jikos 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 jikos 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 jikos New
[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 jikos New
[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 New
[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 New
[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
[RFC,bpf-next,v3,06/16] bpf/helpers: introduce 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,05/16] bpf/verifier: add bpf_timer as a kfunc capable type sleepable bpf_timer (was: allow HID-BPF to do device IOs) - - - --- 2024-02-21 Benjamin Tissoires New
[RFC,bpf-next,v3,04/16] bpf/helpers: introduce sleepable bpf_timers sleepable bpf_timer (was: allow HID-BPF to do device IOs) - - - --- 2024-02-21 Benjamin Tissoires New
[RFC,bpf-next,v2,10/10] selftests/hid: add test for bpf_timer allow HID-BPF to do device IOs - - - --- 2024-02-14 Benjamin Tissoires New
[RFC,bpf-next,v2,09/10] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks. allow HID-BPF to do device IOs - - - --- 2024-02-14 Benjamin Tissoires jikos New
[RFC,bpf-next,v2,07/10] HID: bpf: allow to inject HID event from BPF allow HID-BPF to do device IOs - - - --- 2024-02-14 Benjamin Tissoires New
[RFC,bpf-next,v2,05/10] HID: bpf: export hid_hw_output_report as a BPF kfunc allow HID-BPF to do device IOs - - - --- 2024-02-14 Benjamin Tissoires New
[RFC,bpf-next,v2,02/10] bpf/helpers: introduce sleepable timers allow HID-BPF to do device IOs - - - --- 2024-02-14 Benjamin Tissoires New
[RFC,bpf-next,v2,01/10] bpf/verifier: introduce in_sleepable() helper allow HID-BPF to do device IOs - - - --- 2024-02-14 Benjamin Tissoires New