Commit 13cd013
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 631bcf6 commit 13cd013
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21917 | 21917 | | |
21918 | 21918 | | |
21919 | 21919 | | |
21920 | | - | |
21921 | | - | |
| 21920 | + | |
21922 | 21921 | | |
21923 | 21922 | | |
21924 | 21923 | | |
| |||
0 commit comments