Re: [PATCH net-next 11/11] netdev-genl: remove rtnl_lock protection from NAPI ops
From: Joe Damato <hidden> Date: 2025-01-14 23:21:46
On Mon, Jan 13, 2025 at 07:51:17PM -0800, Jakub Kicinski wrote:
NAPI lifetime, visibility and config are all fully under
netdev_lock protection now.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
net/core/netdev-genl.c | 10 ----------
1 file changed, 10 deletions(-)
Very cool work. Thanks!
Reviewed-by: Joe Damato <redacted>