Re: [PATCH] rhashtable: Make selftest modular

2015-01-30 Thread David Miller
From: Geert Uytterhoeven Date: Thu, 29 Jan 2015 15:40:25 +0100 > 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 Applied to net-next, thanks. -- To unsubscribe from this li

Re: [PATCH] rhashtable: Make selftest modular

2015-01-29 Thread Thomas Graf
On 01/29/15 at 03:40pm, Geert Uytterhoeven wrote: > 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 LGTM Acked-by: Thomas Graf -- To unsubscribe from this list: send the li

[PATCH] rhashtable: Make selftest modular

2015-01-29 Thread Geert Uytterhoeven
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 --- This is against -next Tested on m68k and arm. lib/Kconfig.debug | 2 +- lib/Makefile | 1 + lib/rhashtable.c