mbox series

[net-next,0/2] net: devlink: move netdev notifier block to dest namespace during reload

Message ID 20221107145213.913178-1-jiri@resnulli.us (mailing list archive)
Headers show
Series net: devlink: move netdev notifier block to dest namespace during reload | expand

Message

Jiri Pirko Nov. 7, 2022, 2:52 p.m. UTC
From: Jiri Pirko <jiri@nvidia.com>

Patch #1 is just a dependency of patch #2, which is the actual fix.

Jiri Pirko (2):
  net: introduce a helper to move notifier block to different namespace
  net: devlink: move netdev notifier block to dest namespace during
    reload

 include/linux/netdevice.h |  2 ++
 net/core/dev.c            | 22 ++++++++++++++++++----
 net/core/devlink.c        |  5 ++++-
 3 files changed, 24 insertions(+), 5 deletions(-)