From: David S. Miller Date: Tue, 19 Sep 2017 23:15:48 +0000 (-0700) Subject: Merge branch 'test_rhashtable-dont-allocate-huge-static-array' X-Git-Tag: v4.15-rc1~84^2~692 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b557712f7203e3d0ef1ecb2b04159e174c2ee1;p=thirdparty%2Flinux.git 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 --- d3b557712f7203e3d0ef1ecb2b04159e174c2ee1