Merge branch 'test_rhashtable-dont-allocate-huge-static-array'
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 Sep 2017 23:15:48 +0000 (16:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Sep 2017 23:15:48 +0000 (16:15 -0700)
commitd3b557712f7203e3d0ef1ecb2b04159e174c2ee1
tree80c6c1c91a9d018f36149a2f738867024280bba0
parent3d5cc728c481394abc56a23a2d9f5c22fd407764
parentcdd4de372ea06a18e104100b9f2c442527d26db1
Merge branch 'test_rhashtable-dont-allocate-huge-static-array'

Florian Westphal says:

====================
test_rhashtable: don't allocate huge static array

Add a test case for the rhlist interface.
While at it, cleanup current rhashtable test a bit and add a check
for max_size support.

No changes since v1, except in last patch.
kbuild robot complained about large onstack allocation caused by
struct rhltable when lockdep is enabled.
====================

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