Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 18 Nov 2024 11:09:08 +0800 you wrote:
- fix recursive lock when ebpf prog return SK_PASS.
- add selftest to reproduce recursive lock.
Note that the test code can reproduce the 'dead-lock' and if just the selftest merged without first patch, the test case will definitely fail, because the issue of deadlock is inevitable.
[...]
Here is the summary with links: - [bpf,v4,1/2] bpf: fix recursive lock when verdict program return SK_PASS https://git.kernel.org/netdev/net/c/8ca2a1eeadf0 - [bpf,v4,2/2] selftests/bpf: Add some tests with sockmap SK_PASS https://git.kernel.org/netdev/net/c/0c4d5cb9a1c3
You are awesome, thank you!