]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6aa50609ef31bffb025bc41221f43b0db1ee1774
tree80c6c1c91a9d018f36149a2f738867024280bba0
parent6d76c0c1aca900371a35123f71a3d7733378574a
parentb698ee01e1a9ebb549b26b1c6f6b7863e2048e7b
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>