On Wed, Feb 7, 2018 at 8:17 PM, Naresh Kamboju naresh.kamboju@linaro.org wrote:
pstore_tests and pstore_post_reboot_tests need CONFIG_PSTORE_RAM=m
Does it need to be =m, or is =y okay too?
Signed-off-by: Naresh Kamboju naresh.kamboju@linaro.org
Either way:
Acked-by: Kees Cook keescook@chromium.org
-Kees
tools/testing/selftests/pstore/config | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/pstore/config b/tools/testing/selftests/pstore/config index 6a8e5a9..d148f9f 100644 --- a/tools/testing/selftests/pstore/config +++ b/tools/testing/selftests/pstore/config @@ -2,3 +2,4 @@ CONFIG_MISC_FILESYSTEMS=y CONFIG_PSTORE=y CONFIG_PSTORE_PMSG=y CONFIG_PSTORE_CONSOLE=y
+CONFIG_PSTORE_RAM=m
2.7.4