public inbox for linux-integrity@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-05 15:51:03 to 2018-02-28 19:58:54 UTC [more...]

[PATCH 0/5] Migrate all TPM 2.0 commands to use struct tpm_buf
 2018-02-28 19:58 UTC  (4+ messages)
` [PATCH 1/5] tpm: Trigger only missing TPM 2.0 self tests
` [PATCH 2/5] tpm: migrate tpm2_shutdown() to use struct tpm_buf
` [PATCH 3/5] tpm: migrate tpm2_probe() "

[PATCH 1/3] tpm: move TPM_POLL_SLEEP from tpm_tis_core.c to tpm.h
 2018-02-28 19:18 UTC  (3+ messages)
` [PATCH 2/3] tpm: reduce poll sleep time between send() and recv() in tpm_transmit()
` [RFC PATCH 3/3] tpm: tpm_msleep() with finer granularity improves performance

[PATCH 1/3] certs: define a trusted platform keyring
 2018-02-28 17:55 UTC  (3+ messages)
` [PATCH 2/3] keys: export find_keyring_by_name()
` [PATCH 3/3] ima: support platform keyring for kernel appraisal

[PATCH v2 0/4] ima: unverifiable file signatures
 2018-02-28 15:30 UTC  (13+ messages)
` [PATCH v2 1/4] ima: fail file signature verification on non-init mounted filesystems
` [PATCH v2 2/4] ima: re-evaluate files on privileged "
` [PATCH v2 3/4] ima: fail signature verification based on policy
` [PATCH v2 4/4] fuse: define the filesystem as untrusted

[PATCH 1/2] security: evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c
 2018-02-27 22:17 UTC  (2+ messages)
` [PATCH 2/2] security: evm: Constify *integrity_status_msg[]

IMA/EVM writing xattrs during remount filesystem
 2018-02-27  7:27 UTC  (5+ messages)

[PATCH v1 0/2] ima: untrusted filesystems
 2018-02-27  2:12 UTC  (18+ messages)
` [PATCH v1 1/2] ima: fail signature verification on "
` [PATCH v1 2/2] fuse: define the filesystem as untrusted

[GIT PULL] TPM: Bug fixes
 2018-02-26 23:48 UTC 

[GIT PULL] tpmdd fixes for 4.16
 2018-02-26 23:33 UTC  (4+ messages)

[PATCH 1/2 v5] tpm: cmd_ready command can be issued only after granting locality
 2018-02-26 13:59 UTC  (3+ messages)

[PATCH 1/2 v4] tpm: cmd_ready command can be issued only after granting locality
 2018-02-26 11:55 UTC  (7+ messages)

[PATCH] integrity/security: fix digsig.c build error with header file
 2018-02-23  4:10 UTC  (2+ messages)

[PATCH v3] tpm: fix intermittent failure with self tests
 2018-02-21 13:36 UTC  (12+ messages)

[PATCH v4] tpm: Trigger only missing TPM 2.0 self tests
 2018-02-21  7:31 UTC  (3+ messages)

[PATCH 0/2 v3] tpm: fix locality and power saving handling
 2018-02-20 23:03 UTC  (11+ messages)
` [PATCH 1/2 v3] tpm: cmd_ready command can be issued only after granting locality
` [PATCH 2/2 v3] tpm: separate cmd_ready/go_idle from runtime_pm

[PATCH] tpm: fix selftest failure regression
 2018-02-20 17:27 UTC  (18+ messages)

[PATCH v2] tpm: use kmemdup() to copy the event log
 2018-02-20 17:14 UTC  (3+ messages)

[PATCH v2] tpm: fix intermittent failure with self tests
 2018-02-20 17:10 UTC  (6+ messages)

[PATCH] tpm: use kmemdup() to copy the EFI event log
 2018-02-20 14:58 UTC  (2+ messages)

TPM selftest failure in 4.15
 2018-02-20 13:05 UTC  (35+ messages)
      ` TPM selftest failure in 4.15 (Dell XPS 13, Nuvoton 6xx)

[RFC PATCH 2/4] ima: fail signature verification on unprivileged & untrusted filesystems
 2018-02-19 15:44 UTC  (15+ messages)

[PATCH] tpm: rename TPM_TRANSMIT_RAW -> TPM_TRANSMIT_IGNORE_LOCALITY
 2018-02-19 12:29 UTC  (2+ messages)

ESYS API pull request review to start 2018-02-05
 2018-02-16 19:15 UTC  (3+ messages)
` [tpm2] "

[PATCH] tpm: migrate tpm2_do_selftest() to use struct tpm_buf
 2018-02-15 13:41 UTC  (2+ messages)

[PATCH v2 0/2] Fix kernel buffer overruns caused by bit flips
 2018-02-14 13:04 UTC  (9+ messages)
` [PATCH v2 2/5] tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus
` [PATCH v2 3/5] tpm_i2c_infineon: "
` [PATCH v2 4/5] tpm_i2c_nuvoton: "
` [PATCH v2 5/5] tpm_tis: "

[tpmdd-devel] tpm device not showing up in /dev anymore
 2018-02-14 11:44 UTC  (13+ messages)

[PATCH v2 1/5] tpm: fix potential buffer overruns caused by bit glitches on the bus
 2018-02-09 16:44 UTC  (2+ messages)

[PATCH 0/2] Fix kernel buffer overruns caused by bit flips
 2018-02-09 16:14 UTC  (8+ messages)
` [PATCH 1/2] tpm: fix potential buffer overruns caused by bit glitches on the bus
    ` EXTERNAL: "
` [PATCH 2/2] tpm drivers: "

[PATCH 0/2] tpm: fix locality and power saving handling
 2018-02-08 12:46 UTC  (10+ messages)
` [PATCH 1/2 v2] tpm: cmd_ready command can be issued only after granting locality
` [PATCH 2/2 v2] tpm: separate cmd_ready/go_idle from runtime_pm

Hidden TPM questions in the LTP IMA posts
 2018-02-08 12:36 UTC  (6+ messages)

[RFC PATCH v5 0/2] ima,fuse: introduce new fs flag FS_IMA_NO_CACHE
 2018-02-07 15:45 UTC  (3+ messages)
` [RFC PATCH v5 1/2] ima: force re-appraisal on filesystems with FS_IMA_NO_CACHE
` [RFC PATCH v5 2/2] fuse: introduce new fs_type flag FS_IMA_NO_CACHE

[RFC PATCH v4 0/2] ima,fuse: introduce new fs flag FS_IMA_NO_CACHE
 2018-02-07  9:21 UTC  (3+ messages)
` [RFC PATCH v4 1/2] fuse: introduce new fs_type "

[PATCH v2] tpm: add longer timeouts for creation commands
 2018-02-06 20:51 UTC  (3+ messages)

[RFC PATCH] ima: force the re-evaluation of files on untrusted file systems
 2018-02-05 16:37 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox