Message ID | 20240315-b4-hid-bpf-new-funcs-v4-0-079c282469d3@kernel.org |
---|---|
Headers | show |
Series | Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs) | expand |
On Fri, 15 Mar 2024 15:44:37 +0100, Benjamin Tissoires wrote: > New version of the sleepable bpf_timer code, without BPF changes, as > they can now go through the HID tree independantly: > > https://lore.kernel.org/all/20240315-hid-bpf-sleepable-v4-0-5658f2540564@kernel.org/ > > For reference, the use cases I have in mind: > > [...] Applied to hid/hid.git (for-6.10/hid-bpf), thanks! [1/7] HID: bpf/dispatch: regroup kfuncs definitions https://git.kernel.org/hid/hid/c/4171954f56fb [2/7] HID: bpf: export hid_hw_output_report as a BPF kfunc https://git.kernel.org/hid/hid/c/5599f8019661 [3/7] selftests/hid: add KASAN to the VM tests https://git.kernel.org/hid/hid/c/c8a1495947ff [4/7] selftests/hid: Add test for hid_bpf_hw_output_report https://git.kernel.org/hid/hid/c/db624e82c55f [5/7] HID: bpf: allow to inject HID event from BPF https://git.kernel.org/hid/hid/c/9be50ac30a83 [6/7] selftests/hid: add tests for hid_bpf_input_report https://git.kernel.org/hid/hid/c/2c0e8ced7d4b [7/7] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks. https://git.kernel.org/hid/hid/c/685dadafbde2 Cheers,