]> git.baikalelectronics.ru Git - kernel.git/commit
lib/interval_tree_test.c: allow the module to be compiled-in
authorDavidlohr Bueso <dave@stgolabs.net>
Mon, 10 Jul 2017 22:51:43 +0000 (15:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Jul 2017 23:32:35 +0000 (16:32 -0700)
commit1da56c902d85f7133aef6fee13a75403db0f9fdc
tree33611f2146bdfe5c80d62576f3031a4cd7e888af
parent2223fc3cedc9f93158f92ac02d411fa899ffe920
lib/interval_tree_test.c: allow the module to be compiled-in

Patch series "lib/interval_tree_test: some debugging improvements".

Here are some patches that update the interval_tree_test module allowing
users to pass finer grained options to run the actual test.

This patch (of 4):

It is a tristate after all, and also serves well for quick debugging.

Link: http://lkml.kernel.org/r/20170518174936.20265-2-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug