linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-23 19:00:08 to 2019-02-04 22:30:33 UTC [more...]

[PATCH] ima: requiring signed kernel modules
 2019-02-04 22:30 UTC  (5+ messages)
` [PATCH] x86/ima: require "

[PATCH] integrity, KEYS: Fix build break with set_platform_trusted_keys
 2019-02-04 22:20 UTC  (2+ messages)

[PATCH v2] tpm/tpm_crb: Avoid unaligned reads in crb_recv()
 2019-02-04 22:09 UTC  (3+ messages)

[PATCH V2 1/4] tpm: Abstract crypto agile event size calculations
 2019-02-04 21:33 UTC  (4+ messages)
` [PATCH V2 2/4] tpm: Reserve the TPM final events table
` [PATCH V2 3/4] tpm: Append the final event log to the TPM event log
` [PATCH V2 4/4] efi: Attempt to get the TCG2 event log in the boot stub

device tree "compatible" string value for Nuvoton TPM 75xxx
 2019-02-04 16:39 UTC  (8+ messages)

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-04 14:28 UTC  (26+ messages)
` [PATCH v2 01/20] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
` [PATCH v2 02/20] x86/jump_label: Use text_poke_early() during early init
` [PATCH v2 03/20] x86/mm: temporary mm struct
` [PATCH v2 04/20] fork: provide a function for copying init_mm
` [PATCH v2 05/20] x86/alternative: initializing temporary mm for patching
` [PATCH v2 06/20] x86/alternative: use temporary mm for text poking
` [PATCH v2 07/20] x86/kgdb: avoid redundant comparison of patched code
` [PATCH v2 08/20] x86/ftrace: set trampoline pages as executable
` [PATCH v2 09/20] x86/kprobes: instruction pages initialization enhancements
` [PATCH v2 10/20] x86: avoid W^X being broken during modules loading
` [PATCH v2 11/20] x86/jump-label: remove support for custom poker
` [PATCH v2 12/20] x86/alternative: Remove the return value of text_poke_*()
` [PATCH v2 13/20] Add set_alias_ function and x86 implementation
` [PATCH v2 14/20] mm: Make hibernate handle unmapped pages
` [PATCH v2 15/20] vmalloc: New flags for safe vfree on special perms
` [PATCH v2 16/20] modules: Use vmalloc special flag
` [PATCH v2 17/20] bpf: "
` [PATCH v2 18/20] x86/ftrace: "
` [PATCH v2 19/20] x86/kprobes: "
` [PATCH v2 20/20] x86/alternative: comment about module removal races

[PATCH v2] tpm/st33zp24: Fix the name collisions in tpm_st33zp24_spi and tpm_i2c_infineon
 2019-02-04 13:49 UTC  (2+ messages)

[PATCH 0/3] selftest/ima: add kexec_file_load test
 2019-02-04 13:49 UTC  (8+ messages)
` [PATCH 1/3] selftest/ima: cleanup the kexec selftest
` [PATCH 2/3] scripts/ima: define a set of common functions
` [PATCH 3/3] selftests/ima: kexec_file_load syscall test

[PATCH v9 0/6] tpm: retrieve digest size of unknown algorithms from TPM
 2019-02-04 13:21 UTC  (22+ messages)
` [PATCH v9 1/6] tpm: dynamically allocate the allocated_banks array
` [PATCH v9 2/6] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v9 3/6] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH v9 4/6] tpm: move tpm_chip definition to include/linux/tpm.h
` [PATCH v9 5/6] KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()
` [PATCH v9 6/6] tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()

[PATCH v3] selftests: add TPM 2.0 tests
 2019-02-04 13:16 UTC 

[PATCH] tpm/tpm_crb: Avoid unaligned reads in crb_recv():
 2019-02-04 12:17 UTC  (7+ messages)

[PATCH] tpm/st33zp24: Fix name collision with TPM_BUFSIZE
 2019-02-04 12:06 UTC  (3+ messages)

[PATCH] selftests: add TPM 2.0 tests
 2019-02-04 12:01 UTC  (3+ messages)

Getting weird TPM error after rebasing my tree to security/next-general
 2019-02-04 11:58 UTC  (30+ messages)

[PATCH v2] ima-evm-utils: rework openssl init
 2019-02-03 17:47 UTC 

[PATCH] security: mark expected switch fall-throughs
 2019-02-01 23:28 UTC  (11+ messages)

[PATCH] ima-evm-utils: remove redundant call to OpenSSL_add_all_algorithms
 2019-01-31 20:29 UTC  (13+ messages)

[PATCH v10 00/17] Remove nested TPM operations
 2019-01-31 16:11 UTC  (17+ messages)
` [PATCH v10 08/17] tpm: call tpm2_flush_space() on error in tpm_try_transmit()

[PATCH 1/2] tpm: don't return bool from update_timeouts
 2019-01-31 16:08 UTC  (3+ messages)
` [PATCH 2/2] tpm: don't print error message in tpm_transmit_cmd when tpm still testing

[PATCH 1/2] tpm: don't return bool from update_timeouts
 2019-01-31 16:07 UTC  (4+ messages)
` [PATCH 2/2] tpm: don't print error message in tpm_transmit_cmd when tpm still testing

[PATCH v8 0/7] tpm: retrieve digest size of unknown algorithms from TPM
 2019-01-31 16:05 UTC  (18+ messages)
` [PATCH v8 1/7] tpm: dynamically allocate the allocated_banks array
` [PATCH v8 2/7] tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2
` [PATCH v8 3/7] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v8 4/7] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH v8 5/7] tpm: move tpm_chip definition to include/linux/tpm.h
` [PATCH v8 6/7] KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()
` [PATCH v8 7/7] tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()

[RFC PATCH] ima-evm-utils: convert sign v2 from RSA to EVP_PKEY API
 2019-01-30 22:34 UTC  (3+ messages)

[RFC PATCH 0/1] tpm: don't return bool from update_timeouts
 2019-01-30 21:24 UTC  (9+ messages)
` [RFC PATCH 1/1] "
` [RFC PATCH v2 "

[PATCH] tpm: don't print error message in tpm_transmit_cmd when tpm still testing
 2019-01-30 21:22 UTC  (2+ messages)

Understanding fsuuid policy rule for appraisal and exclusion
 2019-01-30 13:53 UTC  (4+ messages)

TPM2_RC_TESTING and tpm_transmit_cmd
 2019-01-29 13:48 UTC  (2+ messages)

[PATCH 00/17] Merge text_poke fixes and executable lockdowns
 2019-01-25 18:28 UTC  (4+ messages)
` [PATCH 01/17] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"

[RFC PATCH v3] akcipher: Introduce verify_rsa/verify for public key algorithms
 2019-01-25 13:46 UTC  (4+ messages)

[PATCH v1] evm: Use defined constant for UUID representation
 2019-01-24 20:37 UTC 

[LTP][PATCH v3 0/6] LTP IMA fix bundle
 2019-01-24  5:11 UTC  (6+ messages)
` [PATCH v3 5/6] ima: Rename the folder name for policy files to datafiles


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).