Re: [PATCH net v2] virtio-net: free xsk_buffs on error in virtnet_xsk_pool_enable()

2025-05-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 30 Apr 2025 09:38:36 -0700 you wrote: > The selftests added to our CI by Bui Quang Minh recently reveals > that there is a mem leak on the error path of virtnet_xsk_pool_enable(): > > unreferenced object 0x888

Re: [PATCH net v2] virtio-net: don't re-enable refill work too early when NAPI is disabled

2025-05-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 30 Apr 2025 09:37:58 -0700 you wrote: > Commit 4bc12818b363 ("virtio-net: disable delayed refill when pausing rx") > fixed a deadlock between reconfig paths and refill work trying to disable > the same NAPI instanc