On Tue, Jan 3, 2017 at 9:04 PM, Geert Uytterhoeven <ge...@linux-m68k.org> 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 <andy.shevche...@gmail.com> One minor comment below. > +obj-$(CONFIG_GLOB_SELFTEST) += globtest.o Can we use pattern test_*, or at least *_test.*? -- With Best Regards, Andy Shevchenko