Linux Integrity Measurement development
 help / color / mirror / Atom feed
 messages from 2026-05-19 08:16:01 to 2026-06-05 17:25:52 UTC [more...]

[PATCH v7 00/12] ima: Exporting and deleting IMA measurement records from kernel memory
 2026-06-05 17:22 UTC  (13+ messages)
` [PATCH v7 01/12] ima: Remove ima_h_table structure
` [PATCH v7 02/12] ima: Replace static htable queue with dynamically allocated array
` [PATCH v7 03/12] ima: Introduce per binary measurements list type ima_num_records counter
` [PATCH v7 04/12] ima: Introduce per binary measurements list type binary_runtime_size value
` [PATCH v7 05/12] ima: Introduce _ima_measurements_start() and _ima_measurements_next()
` [PATCH v7 06/12] ima: Mediate open/release method of the measurements list
` [PATCH v7 07/12] ima: Use snprintf() in create_securityfs_measurement_lists
` [PATCH v7 08/12] ima: Introduce ima_dump_measurement()
` [PATCH v7 09/12] ima: Add support for staging measurements with prompt
` [PATCH v7 10/12] ima: Add support for flushing the hash table when staging measurements
` [PATCH v7 11/12] ima: Support staging and deleting N measurements records
` [PATCH v7 12/12] doc: security: Add documentation of exporting and deleting IMA measurements

[PATCH v6 00/12] ima: Exporting and deleting IMA measurement records from kernel memory
 2026-06-05 15:59 UTC  (16+ messages)
` [PATCH v6 01/12] ima: Remove ima_h_table structure
` [PATCH v6 04/12] ima: Introduce per binary measurements list type binary_runtime_size value
` [PATCH v6 05/12] ima: Introduce _ima_measurements_start() and _ima_measurements_next()
` [PATCH v6 06/12] ima: Mediate open/release method of the measurements list
` [PATCH v6 07/12] ima: Use snprintf() in create_securityfs_measurement_lists
` [PATCH v6 08/12] ima: Introduce ima_dump_measurement()
` [PATCH v6 09/12] ima: Add support for staging measurements with prompt
` [PATCH v6 10/12] ima: Add support for flushing the hash table when staging measurements
` [PATCH v6 11/12] ima: Support staging and deleting N measurements records
` [PATCH v6 12/12] doc: security: Add documentation of exporting and deleting IMA measurements

[PATCH v6 0/4] introduce IMA_INIT_LATE_SYNC option
 2026-06-05 14:43 UTC  (5+ messages)
` [PATCH v6 1/4] security: lsm: allow LSMs to register for late_initcall_sync init
` [PATCH v6 2/4] security: ima: introduce IMA_INIT_LATE_SYNC option
` [PATCH v6 3/4] security: ima: rename boot_aggregate when ima is initialised at late_sync
` [PATCH v6 4/4] tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in

[PATCH] tpm: eventlog: tpm2: allow event log entries ending at the log boundary
 2026-06-04  2:53 UTC 

[PATCH v5 0/4] introduce IMA_INIT_LATE_SYNC option
 2026-06-02 12:58 UTC  (12+ messages)
` [PATCH v5 1/4] security: lsm: allow LSMs to register for late_initcall_sync init
` [PATCH v5 2/4] security: ima: introduce IMA_INIT_LATE_SYNC option
` [PATCH v5 3/4] security: ima: rename boot_aggregate when ima is initialised at late_sync
` [PATCH v5 4/4] tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in

[PATCH v4 0/3] introduce IMA_INIT_LATE_SYNC option
 2026-06-02  9:57 UTC  (14+ messages)
` [PATCH v4 1/3] security: lsm: Allow LSMs to register for late_initcall_sync init
` [PATCH v4 2/3] security: ima: introduce IMA_INIT_LATE_SYNC option
` [PATCH v4 3/3] tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in

[PATCH] tpm: cap tpm_buf_append() at TPM_BUFSIZE, not PAGE_SIZE
 2026-06-02  2:03 UTC  (6+ messages)

Landstrip
 2026-06-02  1:42 UTC 

[PATCH v5 00/13] ima: Introduce staging mechanism
 2026-06-01 23:28 UTC  (40+ messages)
` [PATCH v5 01/13] ima: Remove ima_h_table structure
` [PATCH v5 02/13] ima: Replace static htable queue with dynamically allocated array
` [PATCH v5 03/13] ima: Introduce per binary measurements list type ima_num_entries counter
` [PATCH v5 04/13] ima: Introduce per binary measurements list type binary_runtime_size value
` [PATCH v5 05/13] ima: Introduce _ima_measurements_start() and _ima_measurements_next()
` [PATCH v5 06/13] ima: Mediate open/release method of the measurements list
` [PATCH v5 07/13] ima: Use snprintf() in create_securityfs_measurement_lists
` [PATCH v5 08/13] ima: Introduce ima_dump_measurement()
` [PATCH v5 09/13] ima: Add support for staging measurements with prompt
` [PATCH v5 10/13] ima: Add support for flushing the hash table when staging measurements
` [PATCH v5 11/13] ima: Support staging and deleting N measurements entries
` [PATCH v5 12/13] ima: Return error on deleting measurements already copied during kexec
` [PATCH v5 13/13] doc: security: Add documentation of the IMA staging mechanism

[PATCH v2] tpm: tpm_tis: Add optional delay after relinquish
 2026-06-01 20:14 UTC  (6+ messages)
` [PATCH v3 0/2] tpm: tpm_tis: Fix probe of some older TPMs
  ` [PATCH v3 1/2] tpm: tpm_tis: store entire did_vid
  ` [PATCH v3 2/2] tpm: tpm_tis: Add settle time for some TPMs

[PATCH v2] tpm: tpm2-sessions: wait for async KPP completion in tpm_buf_append_salt
 2026-05-31 17:39 UTC  (2+ messages)

[PATCH] tpm: tpm2-sessions: wait for async KPP completion in tpm_buf_append_salt
 2026-05-30  0:30 UTC  (2+ messages)

[PATCH] tpm-buf: memory-safe allocations
 2026-05-29 22:37 UTC  (7+ messages)

[PATCH] firmware: arm_ffa: Treat missing FF-A feature on a platform as a probe miss
 2026-05-27  9:16 UTC  (5+ messages)

[RFC][PATCH v3 0/2] ima: measure write on securityfs policy file
 2026-05-26 13:51 UTC  (3+ messages)
` [RFC][PATCH v3 1/2] ima: measure loaded policy after "
` [RFC][PATCH v3 2/2] ima: measure buffer sent to "

[PATCH v5 00/14] module: Introduce hash-based integrity checking
 2026-05-26 13:14 UTC  (16+ messages)
` [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 0/4] firmware: arm_ffa: Move core init to platform driver probe
 2026-05-26  9:41 UTC  (8+ messages)
` [PATCH 2/4] firmware: arm_ffa: Register core as a platform driver

[PATCH] tpm: Use named initializers for arrays of i2c_device_data
 2026-05-25  7:26 UTC  (5+ messages)

[PATCH v8 0/3]
 2026-05-24 23:43 UTC  (7+ messages)
` [PATCH v8 1/3] lib/asn1_encoder: Add asn1_encode_integer_bytes()
` [PATCH v8 2/3] crypto: Migrate TPMKey ASN.1 objects from trusted-keys
` [PATCH v8 3/3] keys: asymmetric: tpm2_asymmetric

[PATCH] tpm: tpm_tis: Add optional delay after relinquish
 2026-05-24 23:10 UTC  (7+ messages)

[PATCH v2] tpm: fix event_size output in tpm1_binary_bios_measurements_show
 2026-05-22 12:55 UTC  (2+ messages)

[PATCH v3] keys/trusted_keys: move TPM-specific fields into trusted_tpm_options
 2026-05-22 12:41 UTC  (2+ messages)

[ANN] Linux Security Summit Europe 2026 CfP
 2026-05-22  5:56 UTC 

[PATCH] tpm: fix event_size output in tpm1_binary_bios_measurements_show
 2026-05-22  0:30 UTC  (2+ messages)

[PATCH v3 0/6] tpm_crb: Add command and response buffer chunking support
 2026-05-21 23:28 UTC  (10+ messages)
` [PATCH v3 2/6] tpm_crb: Split start method into a separate header
` [PATCH v3 3/6] tpm_crb: Add start_cmd parameter to tpm_crb_start wrapper
` [PATCH v3 4/6] tpm: tis_i2c: Use local 4KB buffer to limit memory usage
` [PATCH v3 6/6] tpm_crb: Implement command and response chunking logic

[PATCH v16 00/38] x86: Secure Launch support for Intel TXT
 2026-05-20 20:12 UTC  (6+ messages)
` [PATCH v16 01/38] tpm: Initial step to reorganize TPM public headers

[QUESTION] move load_uefi_certs() and keyring initcall to earlier initcall
 2026-05-20 16:02 UTC  (2+ messages)

[PATCH v1] tpm_crb: Check ACPI_COMPANION() against NULL during probe
 2026-05-19 21:01 UTC  (3+ messages)

[PATCH] keys/trusted_keys: mark 'migratable' as __ro_after_init
 2026-05-19  8:15 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