Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 07 Nov 2025 06:03:36 -0800 you wrote:
Fix a memory leak in netpoll and introduce netconsole selftests that expose the issue when running with kmemleak detection enabled.
This patchset includes a selftest for netpoll with multiple concurrent users (netconsole + bonding), which simulates the scenario from test[1] that originally demonstrated the issue allegedly fixed by commit efa95b01da18 ("netpoll: fix use after free") - a commit that is now being reverted.
[...]
Here is the summary with links: - [net,v10,1/4] net: netpoll: fix incorrect refcount handling causing incorrect cleanup https://git.kernel.org/netdev/net/c/49c8d2c1f94c - [net,v10,2/4] selftest: netcons: refactor target creation https://git.kernel.org/netdev/net/c/39acc6a95eef - [net,v10,3/4] selftest: netcons: create a torture test https://git.kernel.org/netdev/net/c/6701896eb909 - [net,v10,4/4] selftest: netcons: add test for netconsole over bonded interfaces https://git.kernel.org/netdev/net/c/236682db3b6f
You are awesome, thank you!