netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next v2 0/3] net: devlink: move netdev notifier block to dest namespace during reload
@ 2022-11-08 13:22 Jiri Pirko
  2022-11-08 13:22 ` [patch net-next v2 1/3] net: introduce a helper to move notifier block to different namespace Jiri Pirko
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Jiri Pirko @ 2022-11-08 13:22 UTC (permalink / raw)
  To: netdev
  Cc: davem, kuba, pabeni, edumazet, idosch, bigeasy, imagedong, kuniyu,
	petrm

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(-)

-- 
2.37.3


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-11-10 18:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-08 13:22 [patch net-next v2 0/3] net: devlink: move netdev notifier block to dest namespace during reload Jiri Pirko
2022-11-08 13:22 ` [patch net-next v2 1/3] net: introduce a helper to move notifier block to different namespace Jiri Pirko
2022-11-09 11:56   ` Ido Schimmel
2022-11-08 13:22 ` [patch net-next v2 2/3] net: devlink: move netdev notifier block to dest namespace during reload Jiri Pirko
2022-11-08 13:22 ` [patch net-next v2 3/3] net: devlink: add WARN_ON to check return value of unregister_netdevice_notifier_net() call Jiri Pirko
2022-11-09 11:49   ` Ido Schimmel
2022-11-09 16:26     ` Eric Dumazet
2022-11-09 21:45       ` Jakub Kicinski
2022-11-10  7:54         ` Jiri Pirko
2022-11-10 17:21           ` Eric Dumazet
2022-11-10 18:04             ` Ido Schimmel
2022-11-10 18:07               ` Eric Dumazet
2022-11-10  7:53       ` Jiri Pirko
2022-11-10  0:20 ` [patch net-next v2 0/3] net: devlink: move netdev notifier block to dest namespace during reload patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).