We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94ae21 commit bd07475Copy full SHA for bd07475
drivers/hid/bpf/hid_bpf_struct_ops.c
@@ -89,6 +89,7 @@ static int hid_bpf_ops_btf_struct_access(struct bpf_verifier_log *log,
89
}
90
91
static const struct bpf_verifier_ops hid_bpf_verifier_ops = {
92
+ .get_func_proto = bpf_base_func_proto,
93
.is_valid_access = hid_bpf_ops_is_valid_access,
94
.btf_struct_access = hid_bpf_ops_btf_struct_access,
95
};
0 commit comments