-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We currently test that resolving kfunc works both against in-kernel as well as module functions. Commit 65eb006d85a2 ("bpf: Move kernel test kfuncs to bpf_testmod") in the Linux kernel moved the bpf_kfunc_call_test_mem_len_pass1 kfunc into btf_testmod. Rewrite the test to use the conntrack kfuncs which were also introduced in 5.18. They can also be in a module if nf_conntrack is a module, but our CI kernels and my Fedora host kernel currently compile it in. Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
- Loading branch information
Showing
5 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters