mbox series

[net-next,v6,0/3] net: notify users when an iface cannot change its netns

Message ID 20250228102144.154802-1-nicolas.dichtel@6wind.com (mailing list archive)
Headers show
Series net: notify users when an iface cannot change its netns | expand

Message

Nicolas Dichtel Feb. 28, 2025, 10:20 a.m. UTC
This series adds a way to see if an interface cannot be moved to another netns.

v5 -> v6:
 - reword a nl ack comment in patch #1 (add "in the target netns")
 - add { } in the netdev_for_each_altname() loop in patch #1

v4 -> v5:
 - rebase on top of net-next

v3 -> v4:
 - add patch #1 to the series
 - update following patches accordingly

v2 -> v3:
 - don't copy patch #1 to stable@vger.kernel.org
 - remove the 'Fixes:' tag

v1 -> v2:
 - target the series to net-next
 - patch #1:
   + use NLA_REJECT for the nl policy
   + update the rt link spec
 - patch #2: plumb extack in __dev_change_net_namespace()

 Documentation/netlink/specs/rt_link.yaml           |  3 ++
 .../networking/net_cachelines/net_device.rst       |  2 +-
 Documentation/networking/switchdev.rst             |  2 +-
 drivers/net/amt.c                                  |  2 +-
 drivers/net/bonding/bond_main.c                    |  2 +-
 drivers/net/ethernet/adi/adin1110.c                |  2 +-
 .../net/ethernet/marvell/prestera/prestera_main.c  |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  4 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c   |  2 +-
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     |  2 +-
 drivers/net/ethernet/rocker/rocker_main.c          |  2 +-
 drivers/net/ethernet/ti/cpsw_new.c                 |  2 +-
 drivers/net/loopback.c                             |  2 +-
 drivers/net/net_failover.c                         |  2 +-
 drivers/net/team/team_core.c                       |  2 +-
 drivers/net/vrf.c                                  |  2 +-
 include/linux/netdevice.h                          |  9 +++--
 include/uapi/linux/if_link.h                       |  1 +
 net/batman-adv/soft-interface.c                    |  2 +-
 net/bridge/br_device.c                             |  2 +-
 net/core/dev.c                                     | 45 +++++++++++++++++-----
 net/core/rtnetlink.c                               |  5 ++-
 net/hsr/hsr_device.c                               |  2 +-
 net/ieee802154/6lowpan/core.c                      |  2 +-
 net/ieee802154/core.c                              | 10 ++---
 net/ipv4/ip_tunnel.c                               |  2 +-
 net/ipv4/ipmr.c                                    |  2 +-
 net/ipv6/ip6_gre.c                                 |  2 +-
 net/ipv6/ip6_tunnel.c                              |  2 +-
 net/ipv6/ip6mr.c                                   |  2 +-
 net/ipv6/sit.c                                     |  2 +-
 net/openvswitch/vport-internal_dev.c               |  2 +-
 net/wireless/core.c                                | 10 ++---
 tools/testing/selftests/net/forwarding/README      |  2 +-
 34 files changed, 86 insertions(+), 53 deletions(-)

Comments are welcome.

Regards,
Nicolas

Comments

patchwork-bot+netdevbpf@kernel.org March 4, 2025, 11:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 28 Feb 2025 11:20:55 +0100 you wrote:
> This series adds a way to see if an interface cannot be moved to another netns.
> 
> v5 -> v6:
>  - reword a nl ack comment in patch #1 (add "in the target netns")
>  - add { } in the netdev_for_each_altname() loop in patch #1
> 
> v4 -> v5:
>  - rebase on top of net-next
> 
> [...]

Here is the summary with links:
  - [net-next,v6,1/3] net: rename netns_local to netns_immutable
    https://git.kernel.org/netdev/net-next/c/0c493da86374
  - [net-next,v6,2/3] net: advertise netns_immutable property via netlink
    https://git.kernel.org/netdev/net-next/c/4754affe0b57
  - [net-next,v6,3/3] net: plumb extack in __dev_change_net_namespace()
    https://git.kernel.org/netdev/net-next/c/12b6f7069ba5

You are awesome, thank you!