Re: [PATCH net v2] net: ibmveth: make veth_pool_store stop hanging

2025-04-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 2 Apr 2025 10:44:03 -0500 you wrote: > v2: > - Created a single error handling unlock and exit in veth_pool_store > - Greatly expanded commit message with previous explanatory-only text > > Summary: Use rtnl_mute

[PATCH net v2] net: ibmveth: make veth_pool_store stop hanging

2025-04-02 Thread Dave Marquardt
v2: - Created a single error handling unlock and exit in veth_pool_store - Greatly expanded commit message with previous explanatory-only text Summary: Use rtnl_mutex to synchronize veth_pool_store with itself, ibmveth_close and ibmveth_open, preventing multiple calls in a row to napi_disable. Ba