]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - lib/test_rhashtable.c
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)
commit9d6dbe1bbaf8bf03804c164fb67a98646bf2f622
tree8d9dfb332d0cfea4f35d18e4cec4e0b7bbd3d86e
parent207895fd388c7c4c48bc33055cd726d9e750298c
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]