public inbox for linux-integrity@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-18 13:53:56 to 2026-01-25 19:26:02 UTC [more...]

[PATCH v9 00/11] Streamline TPM2 HMAC sessions
 2026-01-25 19:25 UTC  (6+ messages)
` [PATCH v9 01/11] KEYS: trusted: Use get_random-fallback for TPM
` [PATCH v9 02/11] KEYS: trusted: Use get_random_bytes_wait() instead of tpm_get_random()
` [PATCH v9 03/11] tpm: Change tpm_get_random() opportunistic
` [PATCH v9 04/11] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v9 05/11] KEYS: trusted: Open code tpm2_buf_append()

[GIT PULL] KEYS: trusted: keys-trusted-next-6.19-rc7
 2026-01-25 17:14 UTC 

[PATCH 0/2] move TPM-specific fields into trusted_tpm_options
 2026-01-25 17:00 UTC  (5+ messages)
` [PATCH 1/2] keys/trusted_keys: fix handle passed to tpm_buf_append_name during unseal
` [PATCH 2/2] keys/trusted_keys: move TPM-specific fields into trusted_tpm_options

[PATCH 09/21] char: tpm: cr50: Remove IRQF_ONESHOT
 2026-01-25 16:50 UTC  (2+ messages)

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

[PATCH 0/3] Make detecting the secure boot status integrity-wide
 2026-01-24  0:18 UTC  (21+ messages)
` [PATCH 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
` [PATCH 2/3] evm: Don't enable fix mode when secure boot is enabled
` [PATCH 3/3] s390: Drop unnecessary CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT

[PATCH] evm: Use ordered xattrs list to calculate HMAC in evm_init_hmac()
 2026-01-23 19:33 UTC  (2+ messages)

IMA and PQC
 2026-01-23 17:43 UTC 

[PATCH] ima: Detect changes to files via kstat changes rather than i_version
 2026-01-23 14:06 UTC  (6+ messages)

[PATCH v3] ima: Fallback to ctime check for FS without kstat.change_cookie
 2026-01-23 13:48 UTC  (2+ messages)

[PATCH v2] ima: Fallback to ctime check for FS without kstat.change_cookie
 2026-01-22  9:52 UTC  (5+ messages)

[PATCH] ima_setup.sh: Fix check of signed policy requirement
 2026-01-21  8:33 UTC 

[PATCH] efi: Mark UEFI skip cert quirks list as __initconst
 2026-01-21  7:43 UTC 

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-01-20  0:10 UTC  (19+ 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 16/28] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
` [PATCH v15 19/28] x86/tpm: Early TPM PCR extending driver

[PATCH] tpm/tpm_ftpm_tee: Fix kdoc after function renames
 2026-01-15  9:34 UTC  (7+ messages)

[PATCH v2] tpm2-sessions: Fix out of range indexing in name_size
 2026-01-14 17:23 UTC 

[PATCH 1/2] ima_kexec.sh: Detect kernel image
 2026-01-14 16:46 UTC  (5+ messages)
` [PATCH 2/2] ima_kexec.sh: Document kernel config dependencies

[PATCH] tpm2-sessions: Fix out of range indexing in name_size
 2026-01-14 16:21 UTC  (4+ messages)

[PATCH v6 00/11] Streamline TPM2 HMAC sessions
 2026-01-14 15:55 UTC  (4+ messages)
` [PATCH v6 05/11] tpm2-sessions: Remove AUTH_MAX_NAMES

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

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-01-13 14:56 UTC  (19+ messages)
` [PATCH v4 01/17] module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
` [PATCH v4 02/17] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v4 03/17] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v4 04/17] module: Make mod_verify_sig() static
` [PATCH v4 05/17] module: Switch load_info::len to size_t
` [PATCH v4 06/17] kbuild: add stamp file for vmlinux BTF data
` [PATCH v4 07/17] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v4 08/17] module: Deduplicate signature extraction
` [PATCH v4 09/17] module: Make module loading policy usable without MODULE_SIG
` [PATCH v4 10/17] module: Move integrity checks into dedicated function
` [PATCH v4 11/17] module: Move lockdown check into generic module loader
` [PATCH v4 12/17] module: Move signature splitting up
` [PATCH v4 13/17] module: Report signature type to users
` [PATCH v4 14/17] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v4 15/17] module: Introduce hash-based integrity checking
` [PATCH v4 16/17] kbuild: move handling of module stripping to Makefile.lib
` [PATCH v4 17/17] kbuild: make CONFIG_MODULE_HASHES compatible with module stripping

[PATCH RFC] ima: Fallback to a ctime guard without i_version updates
 2026-01-12 17:14 UTC  (12+ messages)

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2026-01-08 12:38 UTC  (11+ messages)

[PATCH] tpm: Cap the number of PCR banks
 2026-01-07 16:15 UTC 

[PATCH v3 0/1] Trim N entries of IMA event logs
 2026-01-07 10:06 UTC  (5+ messages)
` [PATCH v3 1/3] ima: make ima event log trimming configurable
` [PATCH v3 2/3] ima: trim N IMA event log records
` [PATCH v3 3/3] ima: add new critical data record to measure log trimming

[PATCH v2 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-01-06  5:09 UTC  (13+ messages)
` [PATCH v2 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH v2 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH v2 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v2 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH v2 6/6] docs: trusted-encryped: add PKWM as a new trust source

[RFC][PATCH] ima: add measurement for first unverified write on ima policy file
 2026-01-03 15:21 UTC  (7+ messages)
` [RFC][PATCH v2 1/2] ima: measure loaded policy after write on securityfs "
` [RFC][PATCH v2 2/2] ima: measure buffer sent to "

[PATCH] tpm: st33zp24: Fix missing cleanup on get_burstcount() error
 2026-01-02 17:29 UTC  (2+ messages)

[PATCH] tpm: tpm_tis_spi: Initialize ret variable in tpm_tis_spi_transfer_half()
 2026-01-02 17:28 UTC  (2+ messages)

[PATCH] tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failure
 2026-01-02 17:17 UTC  (2+ messages)

[PATCH] tpm: tpm2-space: Skip handle check when context load returns -ENOENT
 2026-01-02 16:52 UTC  (2+ messages)

[PATCH v8 00/12] Streamline TPM2 HMAC sessions
 2026-01-02 16:40 UTC  (17+ messages)
` [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 07/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd

[PATCH v2 0/1] Trim N entries of IMA event logs
 2026-01-02 14:33 UTC  (7+ messages)
` [PATCH V2 1/1] IMA event log trimming

[PATCH v2 1/2] dt-bindings: tpm: Add st,st33tphf2ei2c
 2025-12-31  2:25 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: imx8mp: Update Data Modul i.MX8M Plus eDM SBC DT to rev.903

[PATCH] ima: Fix stack-out-of-bounds in is_bprm_creds_for_exec()
 2025-12-29 21:13 UTC  (8+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[syzbot] [integrity?] [lsm?] INFO: task hung in process_measurement (3)
 2025-12-28  6:29 UTC  (2+ messages)
` [syzbot] [lsm?] [integrity?] "

[PATCH] module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
 2025-12-22 20:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCHv3 1/2] kernel/kexec: Change the prototype of kimage_map_segment()
 2025-12-22  2:09 UTC  (2+ messages)


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