public inbox for linux-integrity@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-07 16:20:14 to 2026-02-01 16:22:22 UTC [more...]

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-02-01 16:22 UTC  (28+ 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 v15 00/28] x86: Secure Launch support for Intel TXT
 2026-02-01 16:20 UTC  (17+ 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 19/28] x86/tpm: Early TPM PCR extending driver

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

[PATCH] ima: check return value of crypto_shash_final() in boot aggregate
 2026-02-01  2:40 UTC 

[PATCH] evm: check return values of crypto_shash functions
 2026-01-31 18:22 UTC 

[PATCH v5 0/3] ima: Detect changes to files via kstat changes rather than i_version
 2026-01-30 22:39 UTC  (4+ messages)
` [PATCH v5 1/3] ima: Unify vfs_getattr_nosec() stat comparisons under helper function
` [PATCH v5 2/3] ima: Make integrity_inode_attrs_changed() call into vfs
` [PATCH v5 3/3] ima: Use kstat.ctime as a fallback change detection for stacked fs

IMA and PQC
 2026-01-30 20:31 UTC  (7+ messages)

[PATCH v4] ima: Fallback to ctime check for FS without kstat.change_cookie
 2026-01-30 13:00 UTC  (3+ messages)

[PATCH v5 0/34] Rework the LSM initialization
 2026-01-29 23:06 UTC  (10+ messages)
` [PATCH v5 01/11] loadpin: move initcalls to the LSM framework
  ` [PATCH v5 10/11] lsm: consolidate all of the LSM framework initcalls

[PATCH v9 00/11] Streamline TPM2 HMAC sessions
 2026-01-29 16:18 UTC  (13+ 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()
` [PATCH v9 06/11] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v9 07/11] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v9 08/11] tpm2-sessions: Remove the support for more than one authorization
` [PATCH v9 09/11] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v9 10/11] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v9 11/11] tpm-buf: Implement managed allocations

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

[RFC][PATCH v2] ima: Add support for staging measurements for deletion and trimming
 2026-01-29  8:20 UTC  (3+ messages)

[PATCH 09/21] char: tpm: cr50: Remove IRQF_ONESHOT
 2026-01-28 23:17 UTC  (4+ messages)

[PATCH] ima_setup.sh: Fix signed policy requirement check
 2026-01-28 20:31 UTC  (3+ messages)

[PATCH] ima_setup.sh: Fix check of signed policy requirement
 2026-01-28 12:51 UTC  (4+ messages)

[PATCH v2 09/20] char: tpm: cr50: Remove IRQF_ONESHOT
 2026-01-28  9:55 UTC 

[PATCH v3] ima_fs: Avoid creating measurement lists for unsupported hash algos
 2026-01-27 17:59 UTC  (2+ messages)

[PATCH v4] ima_fs: Avoid creating measurement lists for unsupported hash algos
 2026-01-27 15:20 UTC  (2+ messages)

[PATCH v2] ima_fs: Avoid creating measurement lists for unsupported hash algos
 2026-01-27 14:30 UTC  (4+ messages)

[PATCH] ima_fs: Avoid creating measurement lists for unsupported hash algos
 2026-01-27 10:12 UTC  (5+ messages)

[ANN] Linux Security Summit 2026 CfP
 2026-01-26 20:58 UTC 

[GIT PULL] KEYS: trusted: keys-trusted-next-6.19-rc7
 2026-01-25 20:21 UTC  (2+ messages)

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

[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] efi: Mark UEFI skip cert quirks list as __initconst
 2026-01-21  7:43 UTC 

[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  (5+ messages)
` [PATCH v3 5/6] keys/trusted_keys: establish PKWM as a trusted source

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

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


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