netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* qdisc hash table changes...
@ 2016-08-08 22:53 David Miller
  2016-08-09  7:42 ` Jiri Kosina
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2016-08-08 22:53 UTC (permalink / raw)
  To: netdev; +Cc: jikos


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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-10 18:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08 22:53 qdisc hash table changes David Miller
2016-08-09  7:42 ` Jiri Kosina
2016-08-09  8:54   ` David Miller
2016-08-09  9:02     ` Jiri Kosina
2016-08-10  5:04       ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).