linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-10 14:39:46 to 2025-12-17 07:55:57 UTC [more...]

[PATCH v1 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-17  7:55 UTC  (16+ messages)
` [PATCH v1 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v1 15/17] KEYS: trusted: Make use of tee bus methods
` [PATCH v1 16/17] tpm/tpm_ftpm_tee: Make use of tee specific driver registration
` [PATCH v1 17/17] tpm/tpm_ftpm_tee: Make use of tee bus methods

[PATCH 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2025-12-17  5:18 UTC  (10+ messages)
` [PATCH 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH 6/6] docs: trusted-encryped: add PKWM as a new trust source

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2025-12-16 22:32 UTC  (36+ messages)
` [PATCH v15 01/28] tpm: Initial step to reorganize TPM public headers
` [PATCH v15 02/28] tpm: Move TPM1 specific definitions and functions to new headers
` [PATCH v15 03/28] tpm: Move TPM2 "
` [PATCH v15 04/28] tpm: Move TPM common base definitions to new public common header
` [PATCH v15 05/28] tpm: Move platform specific definitions to the new PTP header
` [PATCH v15 06/28] tpm: Add TPM buffer support header for standalone reuse
` [PATCH v15 07/28] tpm: Remove main TPM header from TPM event log header
` [PATCH v15 08/28] tpm/tpm_tis: Close all localities
` [PATCH v15 09/28] tpm/tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v15 10/28] tpm/tpm_tis: Allow locality to be set to a different value
` [PATCH v15 11/28] tpm/sysfs: Show locality used by kernel
` [PATCH v15 12/28] Documentation/x86: Secure Launch kernel documentation
` [PATCH v15 13/28] x86: Secure Launch Kconfig
` [PATCH v15 14/28] x86: Secure Launch Resource Table header file
` [PATCH v15 15/28] x86: Secure Launch main "
` [PATCH v15 16/28] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
` [PATCH v15 17/28] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v15 18/28] x86: Add early SHA-256 "
` [PATCH v15 19/28] x86/tpm: Early TPM PCR extending driver
` [PATCH v15 20/28] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v15 21/28] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v15 22/28] x86: Secure Launch kernel early boot stub
` [PATCH v15 23/28] x86: Secure Launch kernel late "
` [PATCH v15 24/28] x86: Secure Launch SMP bringup support
` [PATCH v15 25/28] kexec: Secure Launch kexec SEXIT support
` [PATCH v15 26/28] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v15 27/28] x86: Secure Launch late initcall platform module
` [PATCH v15 28/28] x86/efi: EFI stub DRTM launch support for Secure Launch

[PATCH v8 00/12] Streamline TPM2 HMAC sessions
 2025-12-16 22:03 UTC  (14+ messages)
` [PATCH v8 01/12] KEYS: trusted: Use get_random-fallback for TPM
` [PATCH v8 02/12] KEYS: trusted: Use get_random_bytes_wait() instead of tpm_get_random()
` [PATCH v8 03/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v8 04/12] tpm: Change tpm_get_random() opportunistic
` [PATCH v8 05/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v8 06/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v8 07/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v8 08/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v8 09/12] tpm2-sessions: Remove the support for more than one authorization
` [PATCH v8 10/12] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v8 11/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v8 12/12] tpm-buf: Implement managed allocations

[PATCH v2 0/1] Trim N entries of IMA event logs
 2025-12-16 19:59 UTC  (8+ messages)
` [PATCH V2 1/1] IMA event log trimming

[RFC][PATCH] ima: add measurement for first unverified write on ima policy file
 2025-12-16 16:56 UTC  (4+ messages)
` [RFC][PATCH v2 0/2] ima: measure write on securityfs "
` [RFC][PATCH v2 1/2] ima: measure loaded policy after "
` [RFC][PATCH v2 2/2] ima: measure buffer sent to "

[PATCH] ima_selinux: Fix requirements
 2025-12-16  9:55 UTC  (2+ messages)
` [LTP] "

[PATCH v7 00/12] Streamline TPM2 HMAC sessions
 2025-12-16  7:48 UTC  (14+ messages)
` [PATCH v7 01/12] KEYS: trusted: Use get_random-fallback for TPM
` [PATCH v7 02/12] KEYS: trusted: Use get_random_bytes_wait() instead of tpm_get_random()
` [PATCH v7 03/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v7 04/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v7 05/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v7 06/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v7 07/12] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v7 08/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v7 09/12] tpm: Change tpm_get_random() opportunistic
` [PATCH v7 10/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v7 11/12] tpm-buf: Implement managed allocations
` [PATCH v7 12/12] tpm-buf: Remove tpm_buf_append_handle

[PATCH] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-16  6:48 UTC  (13+ messages)

[PATCHv3 1/2] kernel/kexec: Change the prototype of kimage_map_segment()
 2025-12-16  1:48 UTC  (2+ messages)
` [PATCHv3 2/2] kernel/kexec: Fix IMA when allocation happens in CMA area

[PATCH v3] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-15 23:49 UTC 

[PATCH v2] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-15 23:25 UTC  (3+ messages)

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-15 22:53 UTC  (9+ messages)
` [PATCH v2 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v2 15/17] KEYS: trusted: Make use of tee bus methods
` [PATCH v2 16/17] tpm/tpm_ftpm_tee: Make use of tee specific driver registration
` [PATCH v2 17/17] tpm/tpm_ftpm_tee: Make use of tee bus methods

[RFC][PATCH v2] ima: Add support for staging measurements for deletion and trimming
 2025-12-15 12:41 UTC  (5+ messages)

[PATCH v6 00/11] Streamline TPM2 HMAC sessions
 2025-12-14 15:38 UTC  (12+ messages)
` [PATCH v6 01/11] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v6 02/11] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v6 03/11] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v6 04/11] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v6 05/11] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v6 06/11] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v6 07/11] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v6 08/11] tpm: In tpm_get_random() replace 'retries' with a zero check
` [PATCH v6 09/11] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v6 10/11] tpm-buf: Implement managed allocations
` [PATCH v6 11/11] tpm-buf: Remove tpm_buf_append_handle

[PATCH v5 00/12] Streamline TPM2 HMAC sessions
 2025-12-13 20:32 UTC  (13+ messages)
` [PATCH v5 01/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v5 02/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v5 03/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v5 04/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v5 05/12] tpm-buf: Remove chip parameter from tpm_buf_append_handle
` [PATCH v5 06/12] tpm-buf: Implement managed allocations
` [PATCH v5 07/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v5 08/12] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v5 09/12] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v5 10/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v5 11/12] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v5 12/12] tpm: In tpm_get_random() replace 'retries' with a zero check

[PATCH] ima_violations.sh: Another fix of condition evaluation
 2025-12-12 11:20 UTC  (4+ messages)
` [LTP] "

[RFC][PATCH] ima: Add support for staging measurements for deletion
 2025-12-11 23:38 UTC  (12+ messages)

xfs/ima: Regression caching i_version
 2025-12-11 22:50 UTC  (6+ messages)

[PATCH v4 0/4] tst_runas.c, ima_{conditionals, measurements}.sh enhancements
 2025-12-11 10:37 UTC  (2+ messages)
` [LTP] "

[PATCH 0/1] Trim N entries of IMA event logs
 2025-12-10 19:16 UTC  (8+ messages)
` [PATCH 1/1] IMA event log trimming

[PATCH v4 0/8] Streamline TPM2 HMAC sessions
 2025-12-10 17:20 UTC  (9+ messages)
` [PATCH v4 1/8] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v4 2/8] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v4 3/8] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v4 4/8] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v4 5/8] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v4 6/8] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v4 7/8] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v4 8/8] tpm: In tpm_get_random() replace 'retries' with a zero check

[PATCH v3 0/7] Streamline TPM2 HMAC sessions
 2025-12-10 14:39 UTC  (8+ messages)
` [PATCH v3 1/7] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v3 2/7] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v3 3/7] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v3 4/7] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v3 5/7] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v3 6/7] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v3 7/7] tpm: Send only one TPM command per hwrng request


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