Merge branch 'net-fix-bugs-in-device-netns-move-and-rename'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 19 Oct 2023 13:51:18 +0000 (15:51 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 19 Oct 2023 13:51:19 +0000 (15:51 +0200)
commitf7d86df41f963985261bc7a252b44dacf833d3f1
treecad038db44079a0d81831df779acc5b14aba3888
parenta602ee3176a81280b829c9f0cf259450f7982168
parent3920431d98a9ff26002b16802c153d3df5f55926
Merge branch 'net-fix-bugs-in-device-netns-move-and-rename'

Jakub Kicinski says:

====================
net: fix bugs in device netns-move and rename

Daniel reported issues with the uevents generated during netdev
namespace move, if the netdev is getting renamed at the same time.

While the issue that he actually cares about is not fixed here,
there is a bunch of seemingly obvious other bugs in this code.
Fix the purely networking bugs while the discussion around
the uevent fix is still ongoing.
====================

Link: https://lore.kernel.org/r/20231018013817.2391509-1-kuba@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>