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: Sat, 23 Nov 2019 12:17:08 -0800 From: Jakub Kicinski <jakub.kicinski@...ronome.com> To: Taehee Yoo <ap420073@...il.com> Cc: davem@...emloft.net, saeedm@...lanox.com, netdev@...r.kernel.org Subject: Re: [PATCH net-next] net: use rhashtable_lookup() instead of rhashtable_lookup_fast() On Fri, 22 Nov 2019 08:15:19 +0000, Taehee Yoo wrote: > rhashtable_lookup_fast() internally calls rcu_read_lock() then, > calls rhashtable_lookup(). So if rcu_read_lock() is already held, > rhashtable_lookup() is enough. > > Signed-off-by: Taehee Yoo <ap420073@...il.com> Applied, thanks!
Powered by blists - more mailing lists