Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1267764 > unrolled thread
| Started by | James Morris <jmorris@namei.org> |
|---|---|
| First post | 2015-11-12 11:00 +0100 |
| Last post | 2015-11-12 11:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] Security subsystem bugfixes for 4.4 James Morris <jmorris@namei.org> - 2015-11-12 11:00 +0100
| From | James Morris <jmorris@namei.org> |
|---|---|
| Date | 2015-11-12 11:00 +0100 |
| Subject | [GIT PULL] Security subsystem bugfixes for 4.4 |
| Message-ID | <qtWPE-7f8-15@gated-at.bofh.it> |
This includes several fixes for TPM, as well as a fix for the x.509
certificate parser to address CVE-2015-5327.
Please pull.
---
The following changes since commit 5d50ac70fe98518dbf620bfba8184254663125eb:
Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs (2015-11-11 20:18:48 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus
Christophe JAILLET (1):
TPM: Avoid reference to potentially freed memory
David Howells (1):
X.509: Fix the time validation [ver #2]
James Morris (1):
Merge tag 'tpmdd-next-20151110' of https://github.com/jsakkine/linux-tpmdd into for-linus
Jarkko Sakkinen (3):
TPM: revert the list handling logic fixed in 398a1e7
tpm: fix missing migratable flag in sealing functionality for TPM2
tpm: fix compat 'ppi' link handling in tpm_chip_register()
Martin Wilck (2):
tpm_tis: free irq after probing
tpm_tis: restore IRQ vector in IO memory after failed probing
crypto/asymmetric_keys/x509_cert_parser.c | 12 +++++++-----
drivers/char/tpm/tpm-chip.c | 20 +++++++++++---------
drivers/char/tpm/tpm2-cmd.c | 15 ++++++++++-----
drivers/char/tpm/tpm_of.c | 3 ++-
drivers/char/tpm/tpm_tis.c | 8 +++++++-
5 files changed, 37 insertions(+), 21 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web