]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit9ead3527f5967440f2ff57fd2fa25dd0e460fc5a
tree8464850fd94dba0dfa34c75c46dfb3fcf4c3c381
parent27cd5452476978283decb19e429e81fc6c71e74b
parent6b6f302ceda7a052dab545d6c69abf5f0d4a6cab
Merge branch 'rhashtable-next'

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>