aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2017-02-10 10:19:07 -0800
committerKees Cook <keescook@chromium.org>2017-02-13 10:25:52 -0800
commitfc1b326efd276e7d121f5c1ced2884ae52a85814 (patch)
treef9d1be8de8264eff32ab631594b9a8eea4a0f4d7
parentpstore: Check for prz allocation in walker (diff)
downloadlinux-dev-fc1b326efd276e7d121f5c1ced2884ae52a85814.tar.xz
linux-dev-fc1b326efd276e7d121f5c1ced2884ae52a85814.zip
MAINTAINERS: Adjust pstore git repo URI, add files
The tree used for staging pstore changes has moved to my repo. The -next tree already pulls from here, so update MAINTAINERS to reflect reality. While at it, add some more pstore-related files to track. Signed-off-by: Kees Cook <keescook@chromium.org>
-rw-r--r--MAINTAINERS7
1 files changed, 5 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 107c10e8f2d2..b135644f8a60 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9968,16 +9968,19 @@ S: Maintained
F: drivers/block/ps3vram.c
PSTORE FILESYSTEM
+M: Kees Cook <keescook@chromium.org>
M: Anton Vorontsov <anton@enomsg.org>
M: Colin Cross <ccross@android.com>
-M: Kees Cook <keescook@chromium.org>
M: Tony Luck <tony.luck@intel.com>
S: Maintained
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
F: fs/pstore/
F: include/linux/pstore*
F: drivers/firmware/efi/efi-pstore.c
F: drivers/acpi/apei/erst.c
+F: Documentation/admin-guide/ramoops.rst
+F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
+K: \b(pstore|ramoops)
PTP HARDWARE CLOCK SUPPORT
M: Richard Cochran <richardcochran@gmail.com>