Hello:
This patch was applied to netdev/net.git (main) by Jiri Kosina jkosina@suse.com:
On Fri, 27 Sep 2024 16:17:41 +0200 you wrote:
With the introduction of commit e42ac1418055 ("bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs"), a HID-BPF struct_ops containing a .hid_hw_request() or a .hid_hw_output_report() was failing to load as the cfi stubs were not defined.
Fix that by defining those simple static functions and restore HID-BPF functionality.
[...]
Here is the summary with links: - [HID] HID: bpf: fix cfi stubs for hid_bpf_ops https://git.kernel.org/netdev/net/c/acd5f76fd529
You are awesome, thank you!