On Tue, Jan 3, 2017 at 9:04 PM, Geert Uytterhoeven <[email protected]> wrote: > Extract the glob test code into its own source file, to allow to > compile it either to a loadable module, or builtin into the kernel.
To the whole series Reviewed-by: Andy Shevchenko <[email protected]> One minor comment below. > +obj-$(CONFIG_GLOB_SELFTEST) += globtest.o Can we use pattern test_*, or at least *_test.*? -- With Best Regards, Andy Shevchenko

