]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'rhashtable-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Mar 2015 21:53:06 +0000 (17:53 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Mar 2015 21:53:06 +0000 (17:53 -0400)
Thomas Graf says:

====================
rhashtable updates on top of Herbert's work

Patch 1 is a bugfix for an RCU splash I encountered while testing.
Patch 2 & 3 are pure cleanups. Patch 4 disables automatic shrinking
by default as discussed in previous thread. Patch 5 removes some
rhashtable internal knowledge from nft_hash and fixes another RCU
splash.

I've pushed various rhashtable tests (Netlink, nft) together with a
Makefile to a git tree [0] for easier stress testing.

[0] https://github.com/tgraf/rhashtable
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge