Linux Integrity Measurement development
 help / color / mirror / Atom feed
 messages from 2026-04-29 20:21:18 to 2026-05-15 23:14:15 UTC [more...]

[PATCH v16 00/38] x86: Secure Launch support for Intel TXT
 2026-05-15 23:14 UTC  (45+ messages)
` [PATCH v16 01/38] tpm: Initial step to reorganize TPM public headers
` [PATCH v16 02/38] tpm: Move TPM1 specific definitions to the command header
` [PATCH v16 03/38] tpm: Move TPM2 "
` [PATCH v16 04/38] tpm: Move TPM common base "
` [PATCH v16 05/38] tpm: Move platform specific definitions to the new PTP header
` [PATCH v16 06/38] tpm: Remove main TPM header from TPM event log header
` [PATCH v16 07/38] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v16 08/38] tpm-buf: Remove chip parameter from tpm_buf_append_handle()
` [PATCH v16 09/38] tpm-buf: Implement managed allocations
` [PATCH v16 10/38] tpm-buf: Add TPM buffer support header for standalone reuse
` [PATCH v16 11/38] tpm/tpm_tis: Close all localities
` [PATCH v16 12/38] tpm/tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v16 13/38] tpm/tpm_tis: Allow locality to be set to a different value
` [PATCH v16 14/38] tpm/sysfs: Show locality used by kernel
` [PATCH v16 15/38] Documentation/security: Secure Launch kernel documentation
` [PATCH v16 16/38] x86: Secure Launch Kconfig
` [PATCH v16 17/38] x86: Secure Launch Resource Table header file
` [PATCH v16 18/38] x86/efi: Secure Launch Resource Table EFI definitions "
` [PATCH v16 19/38] x86: Secure Launch main "
` [PATCH v16 20/38] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
` [PATCH v16 21/38] lib/crypto: Add SHA1 support for pre-boot environments
` [PATCH v16 22/38] lib/crypto: Add SHA512 "
` [PATCH v16 23/38] x86: Allow WARN_trap() macro to be included in "
` [PATCH v16 24/38] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v16 25/38] x86/boot: Slight refactor of the 5 level paging logic
` [PATCH v16 26/38] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v16 27/38] x86: Add early SHA-256 "
` [PATCH v16 28/38] x86: Add early SHA-384/512 "
` [PATCH v16 29/38] x86/tpm: Early startup TPM PCR extending driver
` [PATCH v16 30/38] x86/slaunch: Add MLE header and Secure Launch entrypoint to the core kernel
` [PATCH v16 31/38] x86/slaunch: Secure Launch kernel early boot initialization
` [PATCH v16 32/38] x86/slaunch: Secure Launch kernel late "
` [PATCH v16 33/38] x86/slaunch: Secure Launch SMP bringup support
` [PATCH v16 34/38] kexec/slaunch: Secure Launch kexec SEXIT support
` [PATCH v16 35/38] reboot/slaunch: Secure Launch SEXIT support on reboot paths
` [PATCH v16 36/38] x86/slaunch: Secure Launch late initcall platform module
` [PATCH v16 37/38] x86/efistub: EFI stub DRTM support for Secure Launch
` [PATCH v16 38/38] x86/boot: Legacy boot "

[PATCH] tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()
 2026-05-15 22:41 UTC  (5+ messages)

[PATCH] hwrng: tpm: Do not enable by default
 2026-05-15 21:10 UTC  (7+ messages)

[PATCH v5 00/13] ima: Introduce staging mechanism
 2026-05-15 17:37 UTC  (9+ messages)
` [PATCH v5 09/13] ima: Add support for staging measurements with prompt
` [PATCH v5 11/13] ima: Support staging and deleting N measurements entries

[RFC PATCH v3 0/4] Fix IMA + TPM initialisation ordering issue
 2026-05-14 14:53 UTC  (36+ messages)
` [RFC PATCH v3 4/4] Revert "firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall"
` [PATCH] ima: debugging late_initcall_sync measurements

[QUESTION] move load_uefi_certs() and keyring initcall to earlier initcall
 2026-05-14 13:36 UTC 

[RFC v2 0/5] tpm_crb: Add command and response buffer chunking support
 2026-05-13 11:09 UTC  (14+ messages)
` [RFC v2 1/5] tpm_crb: Add register definitions of TPM CRB chunking fields
` [RFC v2 2/5] tpm_crb: Add new wrapper function to invoke start method
` [RFC v2 3/5] tpm_crb: Implement command and response chunking logic
` [RFC v2 4/5] tpm: Increase TPM_BUFSIZE to 8kB for chunking support

[PATCH v1] tpm_crb: Check ACPI_COMPANION() against NULL during probe
 2026-05-12 16:16 UTC 

[PATCH v2] tpm: restore timeout for key creation commands
 2026-05-12  4:04 UTC  (5+ messages)

[PATCH v2 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-05-10 21:22 UTC  (11+ messages)

[PATCH] tpm: Fix uninitialized name_size_alg in tpm_buf_append_name()
 2026-05-10 18:26 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v2] tpm: Initialize name_size_alg for non-NULL name "

[PATCH] tpm: Remove dead NULL check in tpm2_flush_space()
 2026-05-10  1:40 UTC  (5+ messages)

[PATCH] tpm: svsm: constify tpm_chip_ops
 2026-05-09 19:02 UTC  (3+ messages)

tpm: spi: do not call blocking ops when !TASK_RUNNING; during shutdown
 2026-05-09 17:35 UTC  (4+ messages)

[PATCH] tpm: Remove dead NULL check in tpm2_flush_space()
 2026-05-09 12:26 UTC  (4+ messages)

[PATCH 0/4] firmware: arm_ffa: Move core init to platform driver probe
 2026-05-08 18:45 UTC  (8+ messages)
` [PATCH 1/4] Revert "firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall"
` [PATCH 2/4] firmware: arm_ffa: Register core as a platform driver
` [PATCH 3/4] firmware: arm_ffa: Set the core device as FF-A device parent
` [PATCH 4/4] firmware: arm_ffa: Defer probe until pKVM is initialized

[RFC PATCH 0/3] initalise ff-a after finalising pKVM
 2026-05-08 17:59 UTC  (22+ messages)
` [RFC PATCH 1/3] arm64: KVM: defer kvm_init() to finalise_pkvm() when pKVM is enabled
` [RFC PATCH 2/3] firmware: arm_ffa: initialise ff-a after finalising pKVM initialisation
` [RFC PATCH 3/3] security: integrity: call load_uefi_certs() at late_initcall_sync

[PATCH v5 00/14] module: Introduce hash-based integrity checking
 2026-05-05  9:05 UTC  (15+ messages)
` [PATCH v5 01/14] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v5 02/14] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v5 03/14] kbuild: rename the strip_relocs command
` [PATCH v5 04/14] module: Drop pointless debugging message
` [PATCH v5 05/14] module: Make mod_verify_sig() static
` [PATCH v5 06/14] module: Switch load_info::len to size_t
` [PATCH v5 07/14] module: Make module authentication usable without MODULE_SIG
` [PATCH v5 08/14] module: Move authentication logic into dedicated new file
` [PATCH v5 09/14] module: Move signature type check out of mod_check_sig()
` [PATCH v5 10/14] module: Prepare for additional module authentication mechanisms
` [PATCH v5 11/14] module: update timestamp of modules.order after modules are built
` [PATCH v5 12/14] module: Introduce hash-based integrity checking
` [PATCH v5 13/14] kbuild: move handling of module stripping to Makefile.lib
` [PATCH v5 14/14] kbuild: make CONFIG_MODULE_HASHES compatible with module stripping

[PATCH v2 00/10] Fix dm-ima bugs
 2026-05-04 15:45 UTC  (5+ messages)
` [PATCH v2 05/10] dm-ima: Fix UAF errors and measuring incorrect context
` [PATCH v2 09/10] dm-ima: Fail more gracefully in dm_ima_measure_on_*
` [PATCH v2 10/10] dm-ima: use active table's size if available

[PATCH v3 0/4] Add support for ML-DSA signature for EVM and IMA
 2026-05-04 11:02 UTC  (2+ messages)

IMA: Avoid redundant rehashing on stacked filesystems backed by structurally immutable filesystems
 2026-05-01 20:22 UTC  (9+ messages)

[PATCH 1/2] ima_violations.sh: Wait for ima_mmap to exit
 2026-04-30  9:16 UTC  (4+ messages)
` [PATCH 2/2] ima_violations.sh: ima_mmap.c: Replace sleep with checkpoints

[RFC PATCH v2 1/4] security: ima: call ima_init() again at late_initcall_sync for defered TPM
 2026-04-30  0:43 UTC  (22+ messages)


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