Commit 30fd562
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 6fe2c31 commit 30fd562
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22004 | 22004 | | |
22005 | 22005 | | |
22006 | 22006 | | |
22007 | | - | |
22008 | | - | |
| 22007 | + | |
22009 | 22008 | | |
22010 | 22009 | | |
22011 | 22010 | | |
| |||
0 commit comments