]> git.baikalelectronics.ru Git - kernel.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)
commitc1335304461d8f42c07c1e090913ae58c25c3622
tree8464850fd94dba0dfa34c75c46dfb3fcf4c3c381
parentd9e8275c401c8de0edc1b5a2a803c5ef1d881b0f
parent2cbd566d71e37f93b7ce360966020f2c3d823d81
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>