Commit c3cf329
bpf: Allow verifier to fixup kernel module kfuncs
Allow verifier to fixup kfuncs in kernel module to support kfuncs with
__prog arguments. Currently, special kfuncs and kfuncs with __prog
arguments are kernel kfuncs. Allowing kernel module kfuncs should not
affect existing kfunc fixup as kernel module kfuncs have BTF IDs greater
than kernel kfuncs' BTF IDs.
Signed-off-by: Amery Hung <[email protected]>1 parent 22f76ea commit c3cf329
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22432 | 22432 | | |
22433 | 22433 | | |
22434 | 22434 | | |
22435 | | - | |
22436 | | - | |
| 22435 | + | |
22437 | 22436 | | |
22438 | 22437 | | |
22439 | 22438 | | |
| |||
0 commit comments