diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-03-01 00:38:52 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-03-01 00:38:52 +0300 |
commit | 3499de32fa6b608ba646380ac3838d30a2558ead (patch) | |
tree | e8a7b20438bc22a55e6503e92091e2dbc75bff30 /tools/testing/selftests/pstore/config | |
parent | c02be2334e7523903cc15b5258a48b85b5de6cbc (diff) | |
parent | f6869826de700bce59e2cef14974f99836e34e4f (diff) | |
download | linux-3499de32fa6b608ba646380ac3838d30a2558ead.tar.xz |
Merge tag 'linux-kselftest-4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull kselftest fixes from Shuah Khan:
"Fixes for various problems in test output, compile errors, and missing
configs"
* tag 'linux-kselftest-4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
selftests: vm: update .gitignore with new test
selftests: memory-hotplug: silence test command echo
selftests/futex: Fix line continuation in Makefile
selftests: memfd: add config fragment for fuse
selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m
selftests/android: Fix line continuation in Makefile
selftest/vDSO: fix O=
selftests: sync: missing CFLAGS while compiling
Diffstat (limited to 'tools/testing/selftests/pstore/config')
-rw-r--r-- | tools/testing/selftests/pstore/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/pstore/config b/tools/testing/selftests/pstore/config index 6a8e5a9bfc10..d148f9f89fb6 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 |