author | Linus Torvalds <torvalds@linux-foundation.org> | |
Sun, 16 Dec 2012 23:40:50 +0000 (15:40 -0800) | ||
committer | Linus Torvalds <torvalds@linux-foundation.org> | |
Sun, 16 Dec 2012 23:40:50 +0000 (15:40 -0800) | ||
commit | 2a74dbb9a86e8102dcd07d284135b4530a84826e | |
tree | a54403e312b6062dfb57bd904ba8b8ce3b11e720 | tree | snapshot (tar.xz tar.gz zip) |
parent | 770b6cb4d21fb3e3df2a7a51e186a3c14db1ec30 | commit | diff |
parent | e93072374112db9dc86635934ee761249be28370 | commit | diff |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Pull security subsystem updates from James Morris:
"A quiet cycle for the security subsystem with just a few maintenance
updates."
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
Smack: create a sysfs mount point for smackfs
Smack: use select not depends in Kconfig
Yama: remove locking from delete path
Yama: add RCU to drop read locking
drivers/char/tpm: remove tasklet and cleanup
KEYS: Use keyring_alloc() to create special keyrings
KEYS: Reduce initial permissions on keys
KEYS: Make the session and process keyrings per-thread
seccomp: Make syscall skipping and nr changes more consistent
key: Fix resource leak
keys: Fix unreachable code
KEYS: Add payload preparsing opportunity prior to key instantiate or update
Pull security subsystem updates from James Morris:
"A quiet cycle for the security subsystem with just a few maintenance
updates."
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
Smack: create a sysfs mount point for smackfs
Smack: use select not depends in Kconfig
Yama: remove locking from delete path
Yama: add RCU to drop read locking
drivers/char/tpm: remove tasklet and cleanup
KEYS: Use keyring_alloc() to create special keyrings
KEYS: Reduce initial permissions on keys
KEYS: Make the session and process keyrings per-thread
seccomp: Make syscall skipping and nr changes more consistent
key: Fix resource leak
keys: Fix unreachable code
KEYS: Add payload preparsing opportunity prior to key instantiate or update
12 files changed:
arch/x86/kernel/vsyscall_64.c | diff1 | | diff2 | | blob | history |
drivers/char/tpm/tpm_ibmvtpm.c | diff1 | | diff2 | | blob | history |
fs/cifs/cifsacl.c | diff1 | | diff2 | | blob | history |
fs/nfs/idmap.c | diff1 | | diff2 | | blob | history |
include/linux/key.h | diff1 | | diff2 | | blob | history |
kernel/cred.c | diff1 | | diff2 | | blob | history |
net/dns_resolver/dns_key.c | diff1 | | diff2 | | blob | history |
security/keys/key.c | diff1 | | diff2 | | blob | history |
security/keys/keyctl.c | diff1 | | diff2 | | blob | history |
security/keys/keyring.c | diff1 | | diff2 | | blob | history |
security/keys/process_keys.c | diff1 | | diff2 | | blob | history |
security/keys/request_key.c | diff1 | | diff2 | | blob | history |