pstore_tests and pstore_post_reboot_tests need CONFIG_PSTORE_RAM=m
Signed-off-by: Naresh Kamboju naresh.kamboju@linaro.org --- 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
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
On 7 February 2018 at 14:50, Kees Cook keescook@chromium.org wrote:
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
Thanks for the ACK.
Shuah, Please help in applying this patch to selftests.
Best regards Naresh Kamboju
-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
-- Kees Cook Pixel Security
-- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 02/16/2018 12:06 AM, Naresh Kamboju wrote:
On 7 February 2018 at 14:50, Kees Cook keescook@chromium.org wrote:
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
Thanks for the ACK.
Shuah, Please help in applying this patch to selftests.
Hi Naresh,
I applied it to linux-kselftest fixes for 4.16-rc3.
thanks, -- Shuah
-- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
linux-kselftest-mirror@lists.linaro.org