Commit a5d30cb
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 1aeb398 commit a5d30cb
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22416 | 22416 | | |
22417 | 22417 | | |
22418 | 22418 | | |
22419 | | - | |
22420 | | - | |
| 22419 | + | |
22421 | 22420 | | |
22422 | 22421 | | |
22423 | 22422 | | |
| |||
0 commit comments