Re: [PATCH bpf-next] selftests/bpf: don't exit on failed bpf_testmod unload

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 25 Jan 2021 22:50:18 -0800 you wrote: > Fix bug in handling bpf_testmod unloading that will cause test_progs exiting > prematurely if bpf_testmod unloading failed. This is especially problematic > when running a subset

[PATCH bpf-next] selftests/bpf: don't exit on failed bpf_testmod unload

2021-01-25 Thread Andrii Nakryiko
Fix bug in handling bpf_testmod unloading that will cause test_progs exiting prematurely if bpf_testmod unloading failed. This is especially problematic when running a subset of test_progs that doesn't require root permissions and doesn't rely on bpf_testmod, yet will fail immediately due to exit(1