diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-11 23:25:11 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-11 23:25:11 -0500 |
commit | 8cc748aa76c921d8834ef00f762f31acd2c93aa8 (patch) | |
tree | 764b0ba9b9c16658bbb1077458605dc3faac0411 /MAINTAINERS | |
parent | 7184487f14eb7c2fcf8337bb16c6a63b6db1252e (diff) | |
parent | 04f81f0154e4bf002be6f4d85668ce1257efa4d9 (diff) |
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Pull security layer updates from James Morris:
"Highlights:
- Smack adds secmark support for Netfilter
- /proc/keys is now mandatory if CONFIG_KEYS=y
- TPM gets its own device class
- Added TPM 2.0 support
- Smack file hook rework (all Smack users should review this!)"
* 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security: (64 commits)
cipso: don't use IPCB() to locate the CIPSO IP option
SELinux: fix error code in policydb_init()
selinux: add security in-core xattr support for pstore and debugfs
selinux: quiet the filesystem labeling behavior message
selinux: Remove unused function avc_sidcmp()
ima: /proc/keys is now mandatory
Smack: Repair netfilter dependency
X.509: silence asn1 compiler debug output
X.509: shut up about included cert for silent build
KEYS: Make /proc/keys unconditional if CONFIG_KEYS=y
MAINTAINERS: email update
tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_device
smack: fix possible use after frees in task_security() callers
smack: Add missing logging in bidirectional UDS connect check
Smack: secmark support for netfilter
Smack: Rework file hooks
tpm: fix format string error in tpm-chip.c
char/tpm/tpm_crb: fix build error
smack: Fix a bidirectional UDS connect check typo
smack: introduce a special case for tmpfs in smack_d_instantiate()
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 37c10098a627..c4a8703ab493 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4917,7 +4917,7 @@ F: drivers/ipack/ | |||
4917 | 4917 | ||
4918 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) | 4918 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
4919 | M: Mimi Zohar <zohar@linux.vnet.ibm.com> | 4919 | M: Mimi Zohar <zohar@linux.vnet.ibm.com> |
4920 | M: Dmitry Kasatkin <d.kasatkin@samsung.com> | 4920 | M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com> |
4921 | L: linux-ima-devel@lists.sourceforge.net | 4921 | L: linux-ima-devel@lists.sourceforge.net |
4922 | L: linux-ima-user@lists.sourceforge.net | 4922 | L: linux-ima-user@lists.sourceforge.net |
4923 | L: linux-security-module@vger.kernel.org | 4923 | L: linux-security-module@vger.kernel.org |
@@ -9817,13 +9817,21 @@ F: drivers/media/pci/tw68/ | |||
9817 | 9817 | ||
9818 | TPM DEVICE DRIVER | 9818 | TPM DEVICE DRIVER |
9819 | M: Peter Huewe <peterhuewe@gmx.de> | 9819 | M: Peter Huewe <peterhuewe@gmx.de> |
9820 | M: Ashley Lai <ashley@ashleylai.com> | ||
9821 | M: Marcel Selhorst <tpmdd@selhorst.net> | 9820 | M: Marcel Selhorst <tpmdd@selhorst.net> |
9822 | W: http://tpmdd.sourceforge.net | 9821 | W: http://tpmdd.sourceforge.net |
9823 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) | 9822 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) |
9823 | Q: git git://github.com/PeterHuewe/linux-tpmdd.git | ||
9824 | T: https://github.com/PeterHuewe/linux-tpmdd | ||
9824 | S: Maintained | 9825 | S: Maintained |
9825 | F: drivers/char/tpm/ | 9826 | F: drivers/char/tpm/ |
9826 | 9827 | ||
9828 | TPM IBM_VTPM DEVICE DRIVER | ||
9829 | M: Ashley Lai <ashleydlai@gmail.com> | ||
9830 | W: http://tpmdd.sourceforge.net | ||
9831 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
9832 | S: Maintained | ||
9833 | F: drivers/char/tpm/tpm_ibmvtpm* | ||
9834 | |||
9827 | TRACING | 9835 | TRACING |
9828 | M: Steven Rostedt <rostedt@goodmis.org> | 9836 | M: Steven Rostedt <rostedt@goodmis.org> |
9829 | M: Ingo Molnar <mingo@redhat.com> | 9837 | M: Ingo Molnar <mingo@redhat.com> |