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] [day] [month] [year] [list]
Message-Id: 
 <174002043126.823548.4793378703065809862.git-patchwork-notify@kernel.org>
Date: Thu, 20 Feb 2025 03:00:31 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Kuniyuki Iwashima <kuniyu@...zon.com>
Cc: andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
 kuba@...nel.org, pabeni@...hat.com, spender@...ecurity.net,
 kuni1840@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH v1 net 0/2] gtp/geneve: Suppress list_del() splat during
 ->exit_batch_rtnl().

Hello:

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

On Mon, 17 Feb 2025 12:37:03 -0800 you wrote:
> The common pattern in tunnel device's ->exit_batch_rtnl() is iterating
> two netdev lists for each netns: (i) for_each_netdev() to clean up
> devices in the netns, and (ii) the device type specific list to clean
> up devices in other netns.
> 
> 	list_for_each_entry(net, net_list, exit_list) {
> 		for_each_netdev_safe(net, dev, next) {
> 			/* (i)  call unregister_netdevice_queue(dev, list) */
> 		}
> 
> [...]

Here is the summary with links:
  - [v1,net,1/2] gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl().
    https://git.kernel.org/netdev/net/c/4ccacf86491d
  - [v1,net,2/2] geneve: Suppress list corruption splat in geneve_destroy_tunnels().
    https://git.kernel.org/netdev/net/c/62fab6eef61f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ