-
Notifications
You must be signed in to change notification settings - Fork 5
samples/bpf: detach xdp prog when program exits unexpectedly in xdp_rxq_info_user #343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Master branch: 0ed6ff5 |
0ed6ff5
to
9d87e41
Compare
Master branch: 9d87e41 |
83f6b8c
to
bd3ea46
Compare
Master branch: 920fd5e |
bd3ea46
to
8a768d5
Compare
Master branch: 6a12b8e |
8a768d5
to
d9e4e8c
Compare
Master branch: b71a2eb |
d9e4e8c
to
1587abf
Compare
Master branch: e8c5e1a |
1587abf
to
a1f5cf7
Compare
Master branch: fd0493a |
a1f5cf7
to
487e9be
Compare
Master branch: 003fed5 |
487e9be
to
fa131a1
Compare
Master branch: 246bdfa |
fa131a1
to
5fdaeaa
Compare
Master branch: d9d31cf |
5fdaeaa
to
b017d6e
Compare
Master branch: 367590b |
b017d6e
to
d5ab79c
Compare
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=634139 expired. Closing PR. |
Master branch: d54d06a |
d5ab79c
to
cc365a2
Compare
Master branch: d54d06a |
cc365a2
to
c1ae28f
Compare
Master branch: d54d06a |
c1ae28f
to
dd13f7a
Compare
Master branch: d54d06a |
dd13f7a
to
002f483
Compare
Master branch: 50c6afa |
002f483
to
a29fac5
Compare
Master branch: d1c5743 |
a29fac5
to
9f33c61
Compare
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=636026 irrelevant now. Closing PR. |
Add a test case which replaces an active ingress qdisc while keeping the miniq in-tact during the transition period to the new clsact qdisc. # ./vmtest.sh -- ./test_progs -t tc_link [...] ./test_progs -t tc_link [ 3.412871] bpf_testmod: loading out-of-tree module taints kernel. [ 3.413343] bpf_testmod: module verification failed: signature and/or required key missing - tainting kernel #332 tc_links_after:OK #333 tc_links_append:OK #334 tc_links_basic:OK #335 tc_links_before:OK #336 tc_links_chain_classic:OK #337 tc_links_chain_mixed:OK #338 tc_links_dev_chain0:OK #339 tc_links_dev_cleanup:OK #340 tc_links_dev_mixed:OK #341 tc_links_ingress:OK #342 tc_links_invalid:OK #343 tc_links_prepend:OK #344 tc_links_replace:OK #345 tc_links_revision:OK Summary: 14/0 PASSED, 0 SKIPPED, 0 FAILED Signed-off-by: Daniel Borkmann <[email protected]> Cc: Martin KaFai Lau <[email protected]>
Add a test case which replaces an active ingress qdisc while keeping the miniq in-tact during the transition period to the new clsact qdisc. # ./vmtest.sh -- ./test_progs -t tc_link [...] ./test_progs -t tc_link [ 3.412871] bpf_testmod: loading out-of-tree module taints kernel. [ 3.413343] bpf_testmod: module verification failed: signature and/or required key missing - tainting kernel #332 tc_links_after:OK #333 tc_links_append:OK #334 tc_links_basic:OK #335 tc_links_before:OK #336 tc_links_chain_classic:OK #337 tc_links_chain_mixed:OK #338 tc_links_dev_chain0:OK #339 tc_links_dev_cleanup:OK #340 tc_links_dev_mixed:OK #341 tc_links_ingress:OK #342 tc_links_invalid:OK #343 tc_links_prepend:OK #344 tc_links_replace:OK #345 tc_links_revision:OK Summary: 14/0 PASSED, 0 SKIPPED, 0 FAILED Signed-off-by: Daniel Borkmann <[email protected]> Cc: Martin KaFai Lau <[email protected]>
Add a test case which replaces an active ingress qdisc while keeping the miniq in-tact during the transition period to the new clsact qdisc. # ./vmtest.sh -- ./test_progs -t tc_link [...] ./test_progs -t tc_link [ 3.412871] bpf_testmod: loading out-of-tree module taints kernel. [ 3.413343] bpf_testmod: module verification failed: signature and/or required key missing - tainting kernel #332 tc_links_after:OK #333 tc_links_append:OK #334 tc_links_basic:OK #335 tc_links_before:OK #336 tc_links_chain_classic:OK #337 tc_links_chain_mixed:OK #338 tc_links_dev_chain0:OK #339 tc_links_dev_cleanup:OK #340 tc_links_dev_mixed:OK #341 tc_links_ingress:OK #342 tc_links_invalid:OK #343 tc_links_prepend:OK #344 tc_links_replace:OK #345 tc_links_revision:OK Summary: 14/0 PASSED, 0 SKIPPED, 0 FAILED Signed-off-by: Daniel Borkmann <[email protected]> Cc: Martin KaFai Lau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin KaFai Lau <[email protected]>
Pull request for series with
subject: samples/bpf: detach xdp prog when program exits unexpectedly in xdp_rxq_info_user
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=634139