diff options
| author | Mark Brown <broonie@kernel.org> | 2026-08-20 13:37:12 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-20 13:37:12 +0100 |
| commit | 4f1a7a00d43fe39cbfd39b5eeb49c47d6478b0af (patch) | |
| tree | 27b81d7e517168e9f897b336825f867919baba37 /drivers | |
| parent | f5ef7414ea687ea1144c039959b7746fcffc0bd2 (diff) | |
| parent | f79066c784022fda83f5936559a1af414e41b603 (diff) | |
| download | linux-next-4f1a7a00d43fe39cbfd39b5eeb49c47d6478b0af.tar.gz linux-next-4f1a7a00d43fe39cbfd39b5eeb49c47d6478b0af.zip | |
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/hid/bpf/hid_bpf_dispatch.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/hid/bpf/hid_bpf_dispatch.c b/drivers/hid/bpf/hid_bpf_dispatch.c index 536f6d01fd14..44671dbdeca8 100644 --- a/drivers/hid/bpf/hid_bpf_dispatch.c +++ b/drivers/hid/bpf/hid_bpf_dispatch.c @@ -590,11 +590,11 @@ static const struct btf_kfunc_id_set hid_bpf_kfunc_set = { /* for syscall HID-BPF */ BTF_KFUNCS_START(hid_bpf_syscall_kfunc_ids) -BTF_ID_FLAGS(func, hid_bpf_allocate_context, KF_ACQUIRE | KF_RET_NULL) -BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE) -BTF_ID_FLAGS(func, hid_bpf_hw_request) -BTF_ID_FLAGS(func, hid_bpf_hw_output_report) -BTF_ID_FLAGS(func, hid_bpf_input_report) +BTF_ID_FLAGS(func, hid_bpf_allocate_context, KF_ACQUIRE | KF_RET_NULL | KF_SLEEPABLE) +BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE | KF_SLEEPABLE) +BTF_ID_FLAGS(func, hid_bpf_hw_request, KF_SLEEPABLE) +BTF_ID_FLAGS(func, hid_bpf_hw_output_report, KF_SLEEPABLE) +BTF_ID_FLAGS(func, hid_bpf_input_report, KF_SLEEPABLE) BTF_KFUNCS_END(hid_bpf_syscall_kfunc_ids) static const struct btf_kfunc_id_set hid_bpf_syscall_kfunc_set = { |
