From: Jakub Kicinski Date: Fri, 17 Jan 2025 01:20:52 +0000 (-0800) Subject: Merge branch 'dev-covnert-dev_change_name-to-per-netns-rtnl' X-Git-Tag: v6.14-rc1~162^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6da7a0f91b1dd3e985f9259e3cc9f0e8fd3df989;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'dev-covnert-dev_change_name-to-per-netns-rtnl' Kuniyuki Iwashima says: ==================== dev: Covnert dev_change_name() to per-netns RTNL. Patch 1 adds a missing netdev_rename_lock in dev_change_name() and Patch 2 removes unnecessary devnet_rename_sem there. Patch 3 replaces RTNL with rtnl_net_lock() in dev_ifsioc(), and now dev_change_name() is always called under per-netns RTNL. Given it's close to -rc8 and Patch 1 touches the trivial unlikely path, can Patch 1 go into net-next ? Otherwise I'll post Patch 2 & 3 separately in the next cycle. ==================== Link: https://patch.msgid.link/20250115095545.52709-1-kuniyu@amazon.com Signed-off-by: Jakub Kicinski --- 6da7a0f91b1dd3e985f9259e3cc9f0e8fd3df989