From: Jakub Kicinski Date: Thu, 16 Jan 2025 03:13:36 +0000 (-0800) Subject: Merge branch 'net-use-netdev-lock-to-protect-napi' X-Git-Tag: v6.14-rc1~162^2~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc1e64d5403d7926a3d79fdbbdf628b69f0939a2;p=thirdparty%2Flinux.git Merge branch 'net-use-netdev-lock-to-protect-napi' Jakub Kicinski says: ==================== net: use netdev->lock to protect NAPI We recently added a lock member to struct net_device, with a vague plan to start using it to protect netdev-local state, removing the need to take rtnl_lock for new configuration APIs. Lay some groundwork and use this lock for protecting NAPI APIs. v1: https://lore.kernel.org/20250114035118.110297-1-kuba@kernel.org ==================== Link: https://patch.msgid.link/20250115035319.559603-1-kuba@kernel.org Signed-off-by: Jakub Kicinski --- bc1e64d5403d7926a3d79fdbbdf628b69f0939a2