lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e1f08711-e6b6-4129-9121-78a52198b34d@kernel.org>
Date: Thu, 10 Apr 2025 08:50:51 -0600
From: David Ahern <dsahern@...nel.org>
To: Kuniyuki Iwashima <kuniyu@...zon.com>,
 "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
 Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>
Cc: Simon Horman <horms@...nel.org>, Kuniyuki Iwashima <kuni1840@...il.com>,
 netdev@...r.kernel.org, Steffen Klassert <steffen.klassert@...unet.com>,
 Herbert Xu <herbert@...dor.apana.org.au>
Subject: Re: [PATCH v1 net-next 07/14] ipv6: Convert tunnel devices'
 ->exit_batch_rtnl() to ->exit_rtnl().

On 4/9/25 8:19 PM, Kuniyuki Iwashima wrote:
> The following functions iterates the dying netns list and performs
> the same operations for each netns.
> 
>   * ip6gre_exit_batch_rtnl()
>   * ip6_tnl_exit_batch_rtnl()
>   * vti6_exit_batch_rtnl()
>   * sit_exit_batch_rtnl()
> 
> Let's use ->exit_rtnl().
> 
> Signed-off-by: Kuniyuki Iwashima <kuniyu@...zon.com>
> ---
> Cc: David Ahern <dsahern@...nel.org>
> Cc: Steffen Klassert <steffen.klassert@...unet.com>
> Cc: Herbert Xu <herbert@...dor.apana.org.au>
> ---
>  net/ipv6/ip6_gre.c    | 22 ++++++----------------
>  net/ipv6/ip6_tunnel.c | 24 ++++++++----------------
>  net/ipv6/ip6_vti.c    | 27 +++++++--------------------
>  net/ipv6/sit.c        | 23 ++++++-----------------
>  4 files changed, 27 insertions(+), 69 deletions(-)
> 

Reviewed-by: David Ahern <dsahern@...nel.org>



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ