On Mon, 01 Jul 2024 14:39:48 +0200, Benjamin Tissoires wrote:
We had several complains in linux-next that there were warnings:
CKI was not happy: it was the same situation than in an early report when HID-BPF was initially included: the automatically generated vmlinux.h doesn't contain all of the required structs and the compilation of the bpf program fails.
[...]
Applied to hid/hid.git (for-6.11/bpf), thanks!
[1/4] selftests/hid: ensure CKI can compile our new tests on old kernels https://git.kernel.org/hid/hid/c/fcdf830ea634 [2/4] HID: bpf: fix gcc warning and unify __u64 into u64 https://git.kernel.org/hid/hid/c/762ced1630a9 [3/4] HID: bpf: doc fixes for hid_hw_request() hooks https://git.kernel.org/hid/hid/c/c79de517a226 [4/4] HID: bpf: doc fixes for hid_hw_request() hooks https://git.kernel.org/hid/hid/c/c79de517a226
Cheers,