Show patches with: Submitter = Benjamin Tissoires       |    State = Action Required       |   33 patches
Patch Series S/W/F Date Submitter Delegate State
[HID,12/13] HID: bpf: Artist24: remove unused variable HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires New
[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 New
[HID,08/13] HID: bpf: remove tracing HID-BPF capability HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires New
[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 New
[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,02/13] HID: bpf: add hid_get/put_device() helpers HID: convert HID-BPF into using bpf_struct_ops --- 2024-05-28 Benjamin Tissoires New
[RFC,bpf-next,8/8] bpf: rely on __aux suffix for bpf_wq_set_callback_impl Implement generic bpf_async cb --- 2024-05-07 Benjamin Tissoires New
[RFC,bpf-next,7/8] bpf: implement __aux kfunc argument suffix to fetch prog_aux Implement generic bpf_async cb --- 2024-05-07 Benjamin Tissoires New
[RFC,bpf-next,6/8] bpf: remove one special case of is_bpf_wq_set_callback_impl_kfunc Implement generic bpf_async cb --- 2024-05-07 Benjamin Tissoires New
[RFC,bpf-next,5/8] selftests/bpf: rely on wq_callback_fn_t Implement generic bpf_async cb --- 2024-05-07 Benjamin Tissoires New
[RFC,bpf-next,4/8] bpf: typedef a type for the bpf_wq callbacks Implement generic bpf_async cb --- 2024-05-07 Benjamin Tissoires New
[RFC,bpf-next,3/8] bpf: implement __async and __s_async kfunc suffixes Implement generic bpf_async cb --- 2024-05-07 Benjamin Tissoires New
[RFC,bpf-next,2/8] bpf: add kfunc_meta parameter to push_callback_call() Implement generic bpf_async cb --- 2024-05-07 Benjamin Tissoires New
[RFC,bpf-next,1/8] bpf: ignore sleepable prog parameter for kfuncs Implement generic bpf_async cb --- 2024-05-07 Benjamin Tissoires New
[v2,2/3] bpf: do not walk twice the hash map on free bpf_wq followup series --- 2024-04-30 Benjamin Tissoires New
[bpf-next,v2,15/16] bpf: add bpf_wq_start Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v5b,6/6] selftests/bpf: add sleepable timer tests Untitled series #237931 --- 2024-03-22 Benjamin Tissoires New
[bpf-next,v5,5/6] tools: sync include/uapi/linux/bpf.h sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-03-22 Benjamin Tissoires New
[bpf-next,v5,4/6] 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-03-22 Benjamin Tissoires New
[bpf-next,v5,3/6] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-03-22 Benjamin Tissoires New
[bpf-next,v5,2/6] bpf/verifier: add bpf_timer as a kfunc capable type sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-03-22 Benjamin Tissoires New
[bpf-next,v5,1/6] bpf/helpers: introduce sleepable bpf_timers sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-03-22 Benjamin Tissoires New
[bpf-next,v4,6/6] selftests/bpf: add sleepable timer tests sleepable bpf_timer (was: allow HID-BPF to do device IOs) --- 2024-03-15 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,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,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,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,v3,02/16] bpf/verifier: introduce in_sleepable() helper 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,02/10] bpf/helpers: introduce sleepable timers allow HID-BPF to do device IOs --- 2024-02-14 Benjamin Tissoires New
[RFC,bpf-next,9/9] selftests/hid: add another set of delayed work tests [RFC,bpf-next,1/9] bpf: allow more maps in sleepable bpf programs --- 2024-02-09 Benjamin Tissoires New
[RFC,bpf-next,7/9] HID: bpf: allow to defer work in a delayed workqueue [RFC,bpf-next,1/9] bpf: allow more maps in sleepable bpf programs --- 2024-02-09 Benjamin Tissoires New
[1/3] selftests/hid: ensure we can compile the tests on kernels pre-6.3 selftests/hid: assorted fixes --- 2023-08-25 Benjamin Tissoires New