Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 25 Jul 2025 11:50:28 +0800 you wrote:
The esp4_offload module, loaded during IPsec offload tests, should be reset to its default settings after testing. Otherwise, leaving it enabled could unintentionally affect subsequence test cases by keeping offload active.
Without this fix: $ lsmod | grep offload; ./rtnetlink.sh -t kci_test_ipsec_offload ; lsmod | grep offload; PASS: ipsec_offload esp4_offload 12288 0 esp4 32768 1 esp4_offload
[...]
Here is the summary with links: - [net,v2] selftests: rtnetlink.sh: remove esp4_offload after test https://git.kernel.org/netdev/net-next/c/5b32321fdaf3
You are awesome, thank you!