You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selftests/bpf: Add unit tests with bpf_unreachable() kfunc
The compiler support for bpf_unreachable() ([1]) will be in llvm21,
but the current kernel will have a build failure with llvm21 ([2]).
So all unit tests have explicit references to bpf_unreachable().
The test where bpf_unreachable() is generated by compiler will be
provided later.
[1] llvm/llvm-project#131731
[2] https://patchew.org/linux/[email protected]/
Signed-off-by: Yonghong Song <[email protected]>
0 commit comments