aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pstore.h
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2015-02-12 16:39:41 +0800
committerAmit Pundir <amit.pundir@linaro.org>2015-02-12 16:39:41 +0800
commitecfe0b5f15b23de6fea4ed4d0bc9ef27c382c0cb (patch)
tree5409f76605c8227e46070295f2bf97d87f2dcc9e /include/linux/pstore.h
parent43e6989f92b421c7e234ffd1e0b590e014ce24f2 (diff)
parentf5aa3045b11aeff79687236a2cebf1e4b068b995 (diff)
Merge branch 'android-3.10' of https://android.googlesource.com/kernel/common into linaro-android-3.10-lsk
* android-3.10: (60 commits) kbuild: make it possible to specify the module output dir xt_qtaguid: Use sk_callback_lock read locks before reading sk->sk_socket ipv6: clean up anycast when an interface is destroyed usb: gadget: check for accessory device before disconnecting HIDs staging: android: ashmem: add missing include usb: gadget: android: Save/restore ep0 completion function selinux: Remove obsolete selinux_audit_data initialization. selinux: make the netif cache namespace aware selinux: correctly label /proc inodes in use before the policy is loaded selinux: fix inode security list corruption selinux: put the mmap() DAC controls before the MAC controls selinux: reduce the number of calls to synchronize_net() when flushing caches [PATCH 5/5] pstore: selinux: add security in-core xattr support for pstore and debugfs SELinux: Update policy version to support constraints info [PATCH v4 4/5] pstore: add pmsg [PATCH 3/5] pstore: handle zero-sized prz in series [PATCH v2 2/5] pstore: remove superfluous memory size check [PATCH v4 1/5] pstore: use snprintf pstore: clarify clearing of _read_cnt in ramoops_context prctl: make PR_SET_TIMERSLACK_PID pid namespace aware ... Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Conflicts: drivers/staging/android/Kconfig
Diffstat (limited to 'include/linux/pstore.h')
-rw-r--r--include/linux/pstore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pstore.h b/include/linux/pstore.h
index 75d01760c911..289884121d30 100644
--- a/include/linux/pstore.h
+++ b/include/linux/pstore.h
@@ -35,6 +35,7 @@ enum pstore_type_id {
PSTORE_TYPE_MCE = 1,
PSTORE_TYPE_CONSOLE = 2,
PSTORE_TYPE_FTRACE = 3,
+ PSTORE_TYPE_PMSG = 4, /* Backport: 7 in upstream 3.19.0-rc3 */
PSTORE_TYPE_UNKNOWN = 255
};