]> git.baikalelectronics.ru Git - kernel.git/commit
rhashtable: Make selftest modular
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 29 Jan 2015 14:40:25 +0000 (15:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 31 Jan 2015 02:06:33 +0000 (18:06 -0800)
commit97830058b7dd4d3d2aae84731a9664559bcface4
tree8d9dfb332d0cfea4f35d18e4cec4e0b7bbd3d86e
parentdd35a09a7c27229442be1e9131ad93dcda64a5c6
rhashtable: Make selftest modular

Allow the selftest on the resizable hash table to be built modular, just
like all other tests that do not depend on DEBUG_KERNEL.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/Kconfig.debug
lib/Makefile
lib/rhashtable.c
lib/test_rhashtable.c [new file with mode: 0644]