mbox series

[net,0/2] net: mpls: Netlink notification fixes

Message ID 20211129061506.221430-1-bpoirier@nvidia.com (mailing list archive)
Headers show
Series net: mpls: Netlink notification fixes | expand

Message

Benjamin Poirier Nov. 29, 2021, 6:15 a.m. UTC
From: Benjamin Poirier <benjamin.poirier@gmail.com>

fix missing or inaccurate route notifications when devices used in
nexthops are deleted.

Benjamin Poirier (2):
  net: mpls: Fix notifications when deleting a device
  net: mpls: Remove rcu protection from nh_dev

 net/mpls/af_mpls.c  | 97 +++++++++++++++++++++++++++++----------------
 net/mpls/internal.h |  2 +-
 2 files changed, 63 insertions(+), 36 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 29, 2021, 12:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 29 Nov 2021 15:15:04 +0900 you wrote:
> From: Benjamin Poirier <benjamin.poirier@gmail.com>
> 
> fix missing or inaccurate route notifications when devices used in
> nexthops are deleted.
> 
> Benjamin Poirier (2):
>   net: mpls: Fix notifications when deleting a device
>   net: mpls: Remove rcu protection from nh_dev
> 
> [...]

Here is the summary with links:
  - [net,1/2] net: mpls: Fix notifications when deleting a device
    https://git.kernel.org/netdev/net/c/7d4741eacdef
  - [net,2/2] net: mpls: Remove rcu protection from nh_dev
    https://git.kernel.org/netdev/net/c/189168181bb6

You are awesome, thank you!