diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-23 21:49:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-23 21:49:06 -0400 |
commit | e05644e17e744315bce12b0948cdc36910b9a76e (patch) | |
tree | 92d62ff59c57f991ef6b5c3cc2c2dcd205946a11 /MAINTAINERS | |
parent | 97e7292ab5ccd30a13c3612835535fc3f3e59715 (diff) | |
parent | 663728418e3494f8e4a82f5d1b2f23c22d11be35 (diff) |
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Pull security subsystem updates from James Morris:
"Nothing groundbreaking for this kernel, just cleanups and fixes, and a
couple of Smack enhancements."
* 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security: (21 commits)
Smack: Maintainer Record
Smack: don't show empty rules when /smack/load or /smack/load2 is read
Smack: user access check bounds
Smack: onlycap limits on CAP_MAC_ADMIN
Smack: fix smack_new_inode bogosities
ima: audit is compiled only when enabled
ima: ima_initialized is set only if successful
ima: add policy for pseudo fs
ima: remove unused cleanup functions
ima: free securityfs violations file
ima: use full pathnames in measurement list
security: Fix nommu build.
samples: seccomp: add .gitignore for untracked executables
tpm: check the chip reference before using it
TPM: fix memleak when register hardware fails
TPM: chip disabled state erronously being reported as error
MAINTAINERS: TPM maintainers' contacts update
Merge branches 'next-queue' and 'next' into next
Remove unused code from MPI library
Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fe2fa33e2831..3086d4b12711 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6230,6 +6230,15 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | |||
6230 | F: include/linux/srcu* | 6230 | F: include/linux/srcu* |
6231 | F: kernel/srcu* | 6231 | F: kernel/srcu* |
6232 | 6232 | ||
6233 | SMACK SECURITY MODULE | ||
6234 | M: Casey Schaufler <casey@schaufler-ca.com> | ||
6235 | L: linux-security-module@vger.kernel.org | ||
6236 | W: http://schaufler-ca.com | ||
6237 | T: git git://git.gitorious.org/smack-next/kernel.git | ||
6238 | S: Maintained | ||
6239 | F: Documentation/security/Smack.txt | ||
6240 | F: security/smack/ | ||
6241 | |||
6233 | SMC91x ETHERNET DRIVER | 6242 | SMC91x ETHERNET DRIVER |
6234 | M: Nicolas Pitre <nico@fluxnic.net> | 6243 | M: Nicolas Pitre <nico@fluxnic.net> |
6235 | S: Odd Fixes | 6244 | S: Odd Fixes |
@@ -6862,10 +6871,11 @@ F: include/linux/shmem_fs.h | |||
6862 | F: mm/shmem.c | 6871 | F: mm/shmem.c |
6863 | 6872 | ||
6864 | TPM DEVICE DRIVER | 6873 | TPM DEVICE DRIVER |
6865 | M: Debora Velarde <debora@linux.vnet.ibm.com> | 6874 | M: Kent Yoder <key@linux.vnet.ibm.com> |
6866 | M: Rajiv Andrade <srajiv@linux.vnet.ibm.com> | 6875 | M: Rajiv Andrade <mail@srajiv.net> |
6867 | W: http://tpmdd.sourceforge.net | 6876 | W: http://tpmdd.sourceforge.net |
6868 | M: Marcel Selhorst <m.selhorst@sirrix.com> | 6877 | M: Marcel Selhorst <tpmdd@selhorst.net> |
6878 | M: Sirrix AG <tpmdd@sirrix.com> | ||
6869 | W: http://www.sirrix.com | 6879 | W: http://www.sirrix.com |
6870 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) | 6880 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) |
6871 | S: Maintained | 6881 | S: Maintained |