linux-stable/drivers/hid/bpf
Benjamin Tissoires 0c2d572828 HID: bpf: reorder BPF registration
Given that our initial BPF program is not using any kfuncs anymore,
we can reorder the initialization to first try to load it and then
register the kfuncs. This has the advantage of not exporting kfuncs
when HID-BPF is not working.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2023-01-18 22:08:38 +01:00
..
entrypoints HID: bpf: clean up entrypoint 2023-01-18 22:08:38 +01:00
hid_bpf_dispatch.c HID: bpf: reorder BPF registration 2023-01-18 22:08:38 +01:00
hid_bpf_dispatch.h HID: bpf: clean up entrypoint 2023-01-18 22:08:38 +01:00
hid_bpf_jmp_table.c HID: bpf: clean up entrypoint 2023-01-18 22:08:38 +01:00
Kconfig HID: bpf: enforce HID_BPF dependencies 2022-12-10 10:41:28 +01:00
Makefile HID: initial BPF implementation 2022-11-15 16:28:28 +01:00