commit | d6b28e0996962aeadd3777ae565ae03dd5c59f18 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <[email protected]> | Fri Nov 17 15:27:56 2017 -0800 |
committer | Linus Torvalds <[email protected]> | Fri Nov 17 16:10:01 2017 -0800 |
tree | 83cde532b1500223778ddebbb84447418a140c3b | |
parent | f5bba9d11a256ad2a1c2f8e7fc6aabe6416b7890 [diff] |
lib: add module support to string tests Extract the string test code into its own source file, to allow compiling it either to a loadable module, or built into the kernel. Fixes: 03270c13c5ffaa6a ("lib/string.c: add testcases for memset16/32/64") Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]> Cc: Matthew Wilcox <[email protected]> Cc: Shuah Khan <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>