Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 6 Jan 2025 10:01:36 -0800 you wrote:
The NAPI IDs were not fully exposed to user space prior to the netlink API, so they were never namespaced. The netlink API must ensure that at the very least NAPI instance belongs to the same netns as the owner of the genl sock.
napi_by_id() can become static now, but it needs to move because of dev_get_by_napi_id().
[...]
Here is the summary with links: - [net] netdev: prevent accessing NAPI instances from another namespace https://git.kernel.org/netdev/net/c/d1cacd747768
You are awesome, thank you!