linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT] Security subsystem updates for 2.6.38
@ 2011-01-24  0:50 James Morris
  0 siblings, 0 replies; only message in thread
From: James Morris @ 2011-01-24  0:50 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-security-module, linux-kernel

Please pull.

This is another round of updates, with a few bugfixes, filename 
changes in the new trusted & encryptped keys code as requested by 
dhowells, and a maintainers entry for that.


The following changes since commit 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5:
  Linus Torvalds (1):
        Linux 2.6.38-rc2

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 for-linus

Davidlohr Bueso (1):
      selinux: return -ENOMEM when memory allocation fails

Jesper Juhl (1):
      trusted keys: Fix a memory leak in trusted_update().

Mimi Zohar (3):
      trusted-keys: rename trusted_defined files to trusted
      encrypted-keys: rename encrypted_defined files to encrypted
      keys: add trusted and encrypted maintainers

Olof Johansson (1):
      tpm: fix panic caused by "tpm: Autodetect itpm devices"

Rajiv Andrade (1):
      TPM: Long default timeout fix

 MAINTAINERS                                        |   22 ++++++++++++++++++++
 drivers/char/tpm/tpm.c                             |   10 +++++---
 drivers/char/tpm/tpm_tis.c                         |    6 ++--
 security/keys/Makefile                             |    4 +-
 security/keys/{encrypted_defined.c => encrypted.c} |    3 +-
 security/keys/{encrypted_defined.h => encrypted.h} |    0
 security/keys/{trusted_defined.c => trusted.c}     |    3 +-
 security/keys/{trusted_defined.h => trusted.h}     |    0
 security/selinux/ss/conditional.c                  |    2 +-
 security/selinux/ss/policydb.c                     |    4 +-
 10 files changed, 40 insertions(+), 14 deletions(-)
 rename security/keys/{encrypted_defined.c => encrypted.c} (99%)
 rename security/keys/{encrypted_defined.h => encrypted.h} (100%)
 rename security/keys/{trusted_defined.c => trusted.c} (99%)
 rename security/keys/{trusted_defined.h => trusted.h} (100%)

-- 
James Morris
<jmorris@namei.org>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-24  0:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-24  0:50 [GIT] Security subsystem updates for 2.6.38 James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).