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
| ||
|
Message-ID: <20150205002517.GA1685@casper.infradead.org> Date: Thu, 5 Feb 2015 00:25:17 +0000 From: Thomas Graf <tgraf@...g.ch> To: Herbert Xu <herbert@...dor.apana.org.au> Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org Subject: Re: [PATCH 3/4] netlink: Use rhashtable walk iterator On 02/04/15 at 07:33am, Herbert Xu wrote: > This patch gets rid of the manual rhashtable walk in netlink > which touches rhashtable internals that should not be exposed. > It does so by using the rhashtable iterator primitives. > > In fact the existing code was very buggy. Some sockets weren't > shown at all while others were shown more than once. > > Signed-off-by: Herbert Xu <herbert@...dor.apana.org.au> I tested these patches. Only thing I found are these sparse warnings: net/netlink/af_netlink.c:2893:12: warning: context imbalance in 'netlink_walk_start' - different lock contexts for basic block net/netlink/af_netlink.c:2907:13: warning: context imbalance in 'netlink_walk_stop' - unexpected unlock -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists