Linux Integrity Measurement development
 help / color / mirror / Atom feed
 messages from 2026-08-19 08:36:08 to 2026-09-02 14:14:00 UTC [more...]

[PATCH 00/27] fs: port to const struct mnt_idmap
 2026-09-02 14:13 UTC  (33+ messages)
` [PATCH 01/27] userns: pass const uid_gid_map in lookup helpers
` [PATCH 02/27] fs: port mnt_idmap_{get,put}() to const mnt_idmap
` [PATCH 03/27] fs: port vfs{g,u}id helpers "
` [PATCH 04/27] fs: port fs{g,u}id "
` [PATCH 05/27] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 06/27] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 07/27] quota: port "
` [PATCH 08/27] fs: port privilege checking helpers "
` [PATCH 09/27] fs: port inode_owner_or_capable() "
` [PATCH 10/27] fs: port inode_init_owner() "
` [PATCH 11/27] fs: port acl "
` [PATCH 12/27] fs: port ->permission() to pass "
` [PATCH 13/27] fs: port xattr to "
` [PATCH 14/27] fs: port ->fileattr_set() to pass "
` [PATCH 15/27] fs: port ->set_acl() "
` [PATCH 16/27] fs: port ->get_acl() "
` [PATCH 17/27] fs: port ->tmpfile() "
` [PATCH 18/27] fs: port ->mknod() "
` [PATCH 19/27] fs: port ->rename() "
` [PATCH 20/27] fs: port ->mkdir() "
` [PATCH 21/27] fs: port ->symlink() "
` [PATCH 22/27] fs: port ->create() "
` [PATCH 23/27] fs: port ->getattr() "
` [PATCH 24/27] fs: port ->setattr() "
` [PATCH 25/27] fs: port vfs_*() helpers to "
` [PATCH 26/27] fs: port mnt_idmap() and file_mnt_idmap() "
` [PATCH 27/27] fs: make nop_mnt_idmap and invalid_mnt_idmap const

[PATCH v4 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
 2026-09-02 12:50 UTC 

[PATCH] ima: Check for ERR_PTR from dentry_path() in validate_hash_algo()
 2026-09-02 12:27 UTC  (3+ messages)

[PATCH] keys/trusted/tpm2: Validate TPM2_Create object sizes separately
 2026-09-02 11:43 UTC 

[PATCH] ima: allow users to specify the pcr index with IMA_MEASURE_PCR_IDX
 2026-09-02 11:38 UTC  (3+ messages)

[PATCH v5] keys/trusted_keys: move TPM-specific fields into struct trusted_key_tpm
 2026-09-02 11:03 UTC  (3+ messages)

[PATCH v6 0/2] Move TPM-specific fields out of trusted_key_options
 2026-09-02 10:31 UTC  (3+ messages)
` [PATCH 1/2] keys/trusted_keys: return immediately after TPM unseal failure
` [PATCH v6 2/2] keys/trusted_keys: move TPM-specific fields into struct trusted_key_tpm

[PATCH 0/2] Add TPM support via Qualcomm TEE TPM TA
 2026-09-02  9:27 UTC  (8+ messages)
` [PATCH 1/2] tee: qcomtee: Register qcom.tz.tpm service for discovery
` [PATCH 2/2] firmware: tpm: Introduce tpm-qcom driver

[PATCH] KEYS: trusted: Fix tpm2_load_cmd() boundary check
 2026-09-02  9:24 UTC  (2+ messages)

[PATCH] tpm_crb: Remove dead code from crb_map_res()
 2026-09-02  8:54 UTC  (4+ messages)

[PATCH] tpm: Fix auth session leak in tpm2_get_random() error path
 2026-09-02  7:48 UTC 

[PATCH v3] tpm: Call cmd_ready/go_idle for each command transmission
 2026-09-01 22:55 UTC  (2+ messages)

[PATCH v2] tpm: Call cmd_ready/go_idle for each command transmission
 2026-09-01 17:54 UTC  (3+ messages)

[PATCH v4] keys/trusted_keys: move TPM-specific fields into trusted_tpm_options
 2026-09-01 15:37 UTC  (3+ messages)

[PATCH] tpm: crb: handle ACPI NVS memory region overlap
 2026-09-01 14:35 UTC  (5+ messages)

[PATCH] tpm: Fix heap buffer overflow in tpm_transmit_cmd()
 2026-09-01 13:47 UTC  (2+ messages)

[PATCH] tpm: Call cmd_ready/go_idle for each command transmission
 2026-09-01 13:38 UTC  (2+ messages)

[PATCH v2] ACPI: scan: Do not combine resources that overlap completely
 2026-09-01 13:12 UTC  (4+ messages)

[PATCH 1/2] keys: trusted: tpm1: add bounds check in tpm_seal() before memcpy
 2026-09-01 12:36 UTC  (14+ messages)
` [PATCH 2/2] keys: trusted: tpm1: reject unauthenticated response tag in TSS_checkhmac1/2
` [PATCH v2 1/2] keys: trusted: tpm1: add bounds check in tpm_seal() before memcpy
  ` [PATCH v2 2/2] keys: trusted: tpm1: reject unauthenticated response tag in TSS_checkhmac1/2
  ` [PATCH v3 1/2] keys: trusted: tpm1: add bounds check in tpm_seal() before memcpy
    ` [PATCH v3 2/2] keys: trusted: tpm1: reject unauthenticated response tag in TSS_checkhmac1/2

[BUG] tpm_tis_plat_probe -- maps a borrowed MEM resource by its own size, then reads at a FIXED 0xF00 offset
 2026-09-01 10:30 UTC  (2+ messages)

[PATCH AUTOSEL 6.18-5.10] ima: return error early if file xattr cannot be changed
 2026-08-31 13:21 UTC  (2+ messages)
` [PATCH AUTOSEL 6.18-5.15] integrity: Check for NULL returned by asymmetric_key_public_key

[PATCH v2 00/10] Extend PKWM to support user-created wrapping keys
 2026-08-31 11:17 UTC  (11+ messages)
` [PATCH v2 01/10] pseries/plpks: update PKS documentation and maintainer entry
` [PATCH v2 02/10] pseries/plpks: fix error handling in plpks_read_var()
` [PATCH v2 03/10] pseries/plpks: improve type consistency and parameter validation
` [PATCH v2 04/10] keys/trusted_keys: propagate wrapping key generation errors
` [PATCH v2 05/10] pseries/plpks: rename the default wrapping key macro
` [PATCH v2 06/10] pseries/plpks: fix self-reference in plpks_var initializer
` [PATCH v2 07/10] pseries/plpks: hide wrapping_features when unsupported
` [PATCH v2 08/10] pseries/plpks: add HCALLs for PKWM wrapping key life cycle management
` [PATCH v2 09/10] keys/trusted_keys: enable PKWM wrapping key selection by label
` [PATCH v2 10/10] pseries/plpks/wrapkey: expose PKWM wrapping key management to userspace via sysfs

[PATCH 0/8] Extend PKWM to support user-created wrapping keys
 2026-08-31 11:15 UTC  (10+ messages)
` [PATCH 1/8] pseries/plpks: update PKS documentation and maintainer entry
` [PATCH 2/8] pseries/plpks: fix error handling in plpks_read_var()
` [PATCH 3/8] pseries/plpks: improve type consistency and parameter validation
` [PATCH 4/8] pseries/plpks: rename the default wrapping key macro
` [PATCH 5/8] pseries/plpks: hide wrapping_features when unsupported
` [PATCH 6/8] pseries/plpks: add HCALLs for PKWM wrapping key life cycle management
` [PATCH 7/8] keys/trusted_keys: enable PKWM wrapping key selection by label
` [PATCH 8/8] pseries/plpks/wrapkey: expose PKWM wrapping key management to userspace via sysfs

[syzbot] [audit?] BUG: unable to handle kernel paging request in integrity_audit_message
 2026-08-29 18:27 UTC  (6+ messages)

[GIT PULL] TPM DEVICE DRIVER: for-next-tpm-7.3
 2026-08-28 17:48 UTC  (2+ messages)

[BUG] security/keys: out-of-bounds in tpm2_unseal_trusted()
 2026-08-28  5:17 UTC  (2+ messages)

[PATCH v2] KEYS: encrypted: fix integer overflow of datablob_len
 2026-08-28  1:59 UTC  (4+ messages)

[PATCH] ima: select the SHA384 PCR bank for the boot aggregate
 2026-08-27 20:03 UTC  (8+ messages)

[PATCH v2] ima_tpm.sh: properly detect failure to verify the IMA measurement list
 2026-08-26 22:29 UTC 

[PATCH] ima: bound line scan in ima_read_policy() to fix OOB read
 2026-08-26  9:51 UTC  (2+ messages)

[PATCH v2 0/2] ima: don't measure/appraise files on configfs
 2026-08-26  8:07 UTC  (7+ messages)
` [PATCH v2 1/2] configfs: move CONFIGFS_MAGIC definition to magic.h
` [PATCH v2 2/2] ima: don't measure/appraise files on configfs

[PATCH] ima_tpm.sh: properly detect failure to verify the IMA measurement list
 2026-08-26  0:34 UTC 

[PATCH] keys: trusted: tpm1: add bounds check in tpm_seal() before memcpy
 2026-08-25 18:19 UTC 

[PATCH] tpm: Fix barriers to prevent hwrng from activating during resume
 2026-08-25  9:42 UTC  (4+ messages)

[PATCH] ima: reject modsig if detached data cannot be supplied
 2026-08-24 16:00 UTC  (2+ messages)

[PATCH] ima: clean up IMA_MEASURE_PCR_IDX in Kconfig
 2026-08-24 15:54 UTC  (3+ messages)

[RFC] IMA: periodic runtime re-measurement of process .text/GOT
 2026-08-24 14:22 UTC  (6+ messages)

[GIT PULL] KEYS: for-next-keys-v7.3
 2026-08-23 16:30 UTC  (2+ messages)

[PATCH] ima_selinux.sh: test2 assumes CONFIG_IMA_DISABLE_HTABLE is configured
 2026-08-21 20:06 UTC 

[PATCH 0/4] CRASH_ZEROIZE: Wipe secrets before kdump
 2026-08-21 14:28 UTC  (7+ messages)
` [PATCH 3/4] mm/secretmem: zeroize secret pages "

[PATCH v1] ACPI: scan: Do not combine resources that overlap completely
 2026-08-21 11:31 UTC  (3+ messages)

[PATCH v2 00/10] tpm: Reorganize public headers and extract tpm-buf for standalone reuse
 2026-08-21  8:52 UTC  (8+ messages)
` [PATCH v2 10/10] tpm-buf: Add TPM buffer support header "

[PATCH] char: tpm: Use SIMPLE_DEV_PM_OPS for ibmvtpm power management
 2026-08-21  1:16 UTC  (2+ messages)

[PATCH 1/2] tpm: st33zp24: Return zero on status read failure
 2026-08-21  1:12 UTC  (4+ messages)
` [PATCH 2/2] tpm: st33zp24: Validate locality read result

[PATCH 0/3] lib/crypto: Provide a function for zeroizing hmac_sha1_ctx
 2026-08-21  0:03 UTC  (2+ messages)

[PATCH] tpm: tpm_tis_spi: fix nodef CR50 tpm_tis_spi_resume is null
 2026-08-20 23:36 UTC  (2+ messages)

[PATCH] ima_tpm.sh: update test2 to detect integrity violations
 2026-08-20  9:18 UTC  (4+ messages)

[GIT PULL] integrity: subsystem fixes for v7.3
 2026-08-20  0:55 UTC  (2+ messages)

[PATCH v3] ACPI: scan: Avoid registering platform devices with resource overlaps
 2026-08-19 19:53 UTC  (12+ messages)

[PATCH 0/2] ima: don't measure/appraise files on configfs
 2026-08-19 18:39 UTC  (6+ messages)
` [PATCH 1/2] configfs: move CONFIGFS_MAGIC definition to magic.h
` [PATCH 2/2] ima: don't measure/appraise files on configfs


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