Conversation
The ubuntu 24.04 kernel used by CI seems to have a bug which causes it to
crash when executing TestKfunc in our testsuite.
=== RUN TestKfunc
[ 15.728492] BUG: unable to handle page fault for address: ffffffffea91fa00
[ 15.728724] #PF: supervisor read access in kernel mode
[ 15.728940] #PF: error_code(0x0000) - not-present page
[ 15.729302] PGD 18e3f067 P4D 18e3f067 PUD 18e41067 PMD 0
[ 15.729693] Oops: Oops: 0000 [cilium#1] SMP NOPTI
[ 15.729973] CPU: 1 UID: 0 PID: 1947 Comm: ebpf.test Not tainted 6.11.0-1015-azure cilium#15~24.04.1-Ubuntu
[ 15.730377] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 15.730620] RIP: 0010:bpf_test_run+0x183/0x3d0
This requires the nf_conntrack module to be loaded since we invoke
bpf_skb_ct_lookup in the test.
Signed-off-by: Lorenz Bauer <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The ubuntu 24.04 kernel used by CI seems to have a bug which causes it to crash when executing TestKfunc in our testsuite.
This requires the nf_conntrack module to be loaded since we invoke bpf_skb_ct_lookup in the test.