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: <20150228004840.GA18513@acer.localdomain> Date: Sat, 28 Feb 2015 00:48:40 +0000 From: Patrick McHardy <kaber@...sh.net> To: David Miller <davem@...emloft.net> Cc: tgraf@...g.ch, eric.dumazet@...il.com, daniel@...earbox.net, David.Laight@...LAB.COM, pablo@...filter.org, johunt@...mai.com, netdev@...r.kernel.org Subject: Re: [PATCH net 2/2] rhashtable: remove indirection for grow/shrink decision functions On 27.02, David Miller wrote: > From: "tgraf@...g.ch" <tgraf@...g.ch> > Date: Thu, 26 Feb 2015 10:02:35 +0000 > > > I just want to point out here that TCP is not the only future > > use case. The station table for mac80211 has recently been > > converted. We need to keep all of them on the radar. > > Just wanted to note in passing that I wonder how legal > net/core/neighbour.c:neigh_hash_grow() is. It's growing an RCU > hashtable without using rhashtable. :-) I would like to note that it seem premature to convert all these users without having the fundamental problems solved, specifically the unbounded growing hash chains with async resizing. It seems to me that we have enough use cases right now that problems have become quite visible, and until we're sure they're actually solvable for all these different use cases I'd advocate for not moving more subsystems to use this. -- 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