mbox series

[net,0/2] l3mdev: Fix ip tunnel case after recent l3mdev change

Message ID 20220413174320.28989-1-dsahern@kernel.org (mailing list archive)
Headers show
Series l3mdev: Fix ip tunnel case after recent l3mdev change | expand

Message

David Ahern April 13, 2022, 5:43 p.m. UTC
Second patch provides a fix for ip tunnels after the recent l3mdev change
that avoids touching the oif in the flow struct. First patch preemptively
provides a fix to an existing function that the second patch uses.

David Ahern (2):
  l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using
    netdev_master_upper_dev_get_rcu
  net: Handle l3mdev in ip_tunnel_init_flow

 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c |  2 +-
 include/net/ip_tunnels.h                            | 11 +++++++++--
 net/ipv4/ip_gre.c                                   |  4 ++--
 net/ipv4/ip_tunnel.c                                |  9 +++++----
 net/l3mdev/l3mdev.c                                 |  2 +-
 5 files changed, 18 insertions(+), 10 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 15, 2022, 9:50 p.m. UTC | #1
Hello:

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

On Wed, 13 Apr 2022 11:43:18 -0600 you wrote:
> Second patch provides a fix for ip tunnels after the recent l3mdev change
> that avoids touching the oif in the flow struct. First patch preemptively
> provides a fix to an existing function that the second patch uses.
> 
> David Ahern (2):
>   l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using
>     netdev_master_upper_dev_get_rcu
>   net: Handle l3mdev in ip_tunnel_init_flow
> 
> [...]

Here is the summary with links:
  - [net,1/2] l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_master_upper_dev_get_rcu
    https://git.kernel.org/netdev/net/c/83daab06252e
  - [net,2/2] net: Handle l3mdev in ip_tunnel_init_flow
    https://git.kernel.org/netdev/net/c/db53cd3d88dc

You are awesome, thank you!