mbox series

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

Message ID 20221108132208.938676-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. 8, 2022, 1:22 p.m. UTC
From: Jiri Pirko <jiri@nvidia.com>

Patch #1 is just a dependency of patch #2, which is the actual fix.
Patch #3 adds a small check that would uncover the original bug
instantly.

Jiri Pirko (3):
  net: introduce a helper to move notifier block to different namespace
  net: devlink: move netdev notifier block to dest namespace during
    reload
  net: devlink: add WARN_ON to check return value of
    unregister_netdevice_notifier_net() call

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

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 10, 2022, 12:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  8 Nov 2022 14:22:05 +0100 you wrote:
> From: Jiri Pirko <jiri@nvidia.com>
> 
> Patch #1 is just a dependency of patch #2, which is the actual fix.
> Patch #3 adds a small check that would uncover the original bug
> instantly.
> 
> Jiri Pirko (3):
>   net: introduce a helper to move notifier block to different namespace
>   net: devlink: move netdev notifier block to dest namespace during
>     reload
>   net: devlink: add WARN_ON to check return value of
>     unregister_netdevice_notifier_net() call
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/3] net: introduce a helper to move notifier block to different namespace
    https://git.kernel.org/netdev/net-next/c/3e52fba03a20
  - [net-next,v2,2/3] net: devlink: move netdev notifier block to dest namespace during reload
    https://git.kernel.org/netdev/net-next/c/15feb56e30ef
  - [net-next,v2,3/3] net: devlink: add WARN_ON to check return value of unregister_netdevice_notifier_net() call
    (no matching commit)

You are awesome, thank you!