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: <20150210005801.GA8951@casper.infradead.org> Date: Tue, 10 Feb 2015 00:58:01 +0000 From: Thomas Graf <tgraf@...g.ch> To: Josh Hunt <johunt@...mai.com> Cc: Pablo Neira Ayuso <pablo@...filter.org>, Patrick McHardy <kaber@...sh.net>, netfilter-devel@...r.kernel.org, netdev@...r.kernel.org, Daniel Borkmann <daniel@...earbox.net> Subject: Re: [PATCH 1/3] rhashtable: require max_shift definition On 02/09/15 at 07:48pm, Josh Hunt wrote: > if ((params->key_len && !params->hashfn) || > - (!params->key_len && !params->obj_hashfn)) > + (!params->key_len && !params->obj_hashfn) || > + (!params->max_shift)) > return -EINVAL; You can drop the parenthesis around the new max_shift check. Other than that: Acked-by: Thomas Graf <tgraf@...g.ch> -- 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