Commit 929c731
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 fb42a92 commit 929c731
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22488 | 22488 | | |
22489 | 22489 | | |
22490 | 22490 | | |
22491 | | - | |
22492 | | - | |
| 22491 | + | |
22493 | 22492 | | |
22494 | 22493 | | |
22495 | 22494 | | |
| |||
0 commit comments