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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 1 Sep 2020 12:22:23 +0300 From: Nikolay Aleksandrov <nikolay@...ulusnetworks.com> To: netdev@...r.kernel.org Cc: roopa@...dia.com, bridge@...ts.linux-foundation.org, davem@...emloft.net Subject: Re: [PATCH net-next 00/15] net: bridge: mcast: initial IGMPv3 support (part 1) On 31/08/2020 18:08, Nikolay Aleksandrov wrote: > Hi all, > This patch-set implements the control plane for initial IGMPv3 support. [snip] Self-NAK, my torture tests uncovered (a rather obvious) locking issue with the dump code. The src groups will have to be traversed with RCU, and thus RCU-friendly since the mdb dump code doesn't acquire multicast_lock and we don't want to block IGMP processing. I'll wait with v2 to see if there are any other comments. Thanks, Nik
Powered by blists - more mailing lists