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: <20160808.155335.2122819330212870390.davem@davemloft.net> Date: Mon, 08 Aug 2016 15:53:35 -0700 (PDT) From: David Miller <davem@...emloft.net> To: netdev@...r.kernel.org CC: jikos@...nel.org Subject: qdisc hash table changes... I think there will still be build failures even with v6 due to symbol clashes. For example, kernel/audit_tree.c defines HASH_SIZE as an enumeration value, and that (indirectly) includes networking headers. There are others all over the tree. I would therefore ask that you first fix the namespace conflicts against the hash symbols in the entire tree as a separate patch series (one for each driver/subsystem which has this problem.) Really, get it down to "git grep hash_add | grep -v _hash_add" and similar returning no output. Then we can add the qdisc hash facility. Thanks.
Powered by blists - more mailing lists