Message ID | 20250403013405.2827250-1-kuba@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | net: make memory provider install / close paths more common | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 2 Apr 2025 18:34:03 -0700 you wrote: > We seem to be fixing bugs in config path for devmem which also exist > in the io_uring ZC path. Let's try to make the two paths more common, > otherwise this is bound to keep happening. > > Found by code inspection and compile tested only. > > v2: > - [patch 1] add to commit msg > - [patch 1] fix arg naming in the header > - [patch 2] don't split the registration check, it may cause a race > if we just bail on the registration state and not on the MP being > present, as we drop and re-take the instance lock after setting > reg_state > v1: https://lore.kernel.org/20250331194201.2026422-1-kuba@kernel.org > > [...] Here is the summary with links: - [net,v2,1/2] net: move mp dev config validation to __net_mp_open_rxq() https://git.kernel.org/netdev/net/c/ec304b70d46b - [net,v2,2/2] net: avoid false positive warnings in __net_mp_close_rxq() https://git.kernel.org/netdev/net/c/34f71de3f548 You are awesome, thank you!