public inbox for linux-integrity@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-26 17:49:15 to 2026-04-23 13:55:19 UTC [more...]

[RFC PATCH v2 0/4] fix FF-A call failed with pKVM when ff-a driver is built-in
 2026-04-23 13:55 UTC  (21+ messages)
` [RFC PATCH v2 1/4] security: ima: call ima_init() again at late_initcall_sync for defered TPM
` [RFC PATCH v2 2/4] tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in
` [RFC PATCH v2 3/4] firmware: arm_ffa: revert ffa_init() initcall level to device_initcall
` [RFC PATCH v2 4/4] firmware: arm_ffa: check pkvm initailised when initailise ffa driver

[PATCH] ima: return error early if file xattr cannot be changed
 2026-04-23 13:11 UTC  (2+ messages)

[RFC 0/4] tpm_crb: Add command and response buffer chunking support
 2026-04-23 12:50 UTC  (11+ messages)
` [RFC 2/4] tpm_crb: Add new wrapper function to invoke start method

[RFC PATCH 0/4] fix FF-A call failed with pKVM when ff-a driver is built-in
 2026-04-23 10:56 UTC  (35+ messages)
` [RFC PATCH 1/4] security: ima: move ima_init into late_initcall_sync
` [RFC PATCH 2/4] tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in
` [RFC PATCH 3/4] firmware: arm_ffa: revert ffa_init() initcall level to device_initcall
` [RFC PATCH 4/4] firmware: arm_ffa: check pkvm initailised when initailise ffa driver

[PATCH v3 0/2] tpm_tis: fix retry exhaustion and add logging
 2026-04-23 10:21 UTC  (5+ messages)
` [PATCH v3 1/2] tpm: tpm_tis: add error logging for data transfer
` [PATCH v3 2/2] tpm: tpm_tis: stop transmit if retries are exhausted

[PATCH] evm: zero-initialize the evm_xattrs read buffer
 2026-04-23  9:31 UTC  (6+ messages)
` [PATCH v2] evm: terminate and bound "

[PATCH AUTOSEL 7.0-6.18] ima: Define and use a digest_size field in the ima_algo_desc structure
 2026-04-21 18:49 UTC  (2+ messages)

tpm: spi: do not call blocking ops when !TASK_RUNNING; during shutdown
 2026-04-21 18:28 UTC  (3+ messages)

[PATCH v2] tpm: restore timeout for key creation commands
 2026-04-21 18:24 UTC  (2+ messages)

ima: audit log emitted from ima_collect_measurement when SIGKILL interrupts reads from slow-read filesystems
 2026-04-20 16:52 UTC  (3+ messages)

[GIT PULL] KEYS: keys-next-7.1-rc1
 2026-04-19 22:08 UTC  (5+ messages)

[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-7.1-rc1
 2026-04-19 21:52 UTC  (3+ messages)

[PATCH] tpm: eventlog: remove unused structs tcg_algorithm_{size,info}
 2026-04-19 12:10 UTC  (2+ messages)

[GIT PULL] integrity: subsystem fixes for v7.1
 2026-04-17 22:58 UTC  (2+ messages)

[PATCH v5 0/3] Trim N entries of IMA event logs
 2026-04-17 21:26 UTC  (6+ messages)
` [PATCH v5 1/3] ima: make ima event log trimming configurable
` [PATCH v5 2/3] ima: trim N IMA event log records
` [PATCH v5 3/3] ima: add new critical data record to measure log trim

[syzbot] [integrity?] [lsm?] BUG: sleeping function called from invalid context in page_cache_ra_unbounded
 2026-04-17 18:11 UTC 

[LTP] [PATCH v1 15/16] drm/i915/bios: search for VBT #57 by default
 2026-04-17 17:11 UTC  (4+ messages)

[PATCH v3 0/4] Add support for ML-DSA signature for EVM and IMA
 2026-04-16 15:40 UTC  (5+ messages)
` [PATCH v3 1/4] integrity: Check for NULL returned by asymmetric_key_public_key
` [PATCH v3 2/4] integrity: Check that algo parameter is within valid range
` [PATCH v3 3/4] integrity: Refactor asymmetric_verify for reusability
` [PATCH v3 4/4] integrity: Add support for sigv3 verification using ML-DSA keys

[PATCH v4] KEYS: trusted: Debugging as a feature
 2026-04-16  3:16 UTC  (2+ messages)

[PATCH v2] trusted-keys: move pr_fmt out of trusted-type.h
 2026-04-15 20:50 UTC  (2+ messages)

[PATCH v2 0/2] Add support for ML-DSA signature for EVM and IMA
 2026-04-15 20:32 UTC  (7+ messages)
` [PATCH v2 1/2] integrity: Refactor asymmetric_verify for reusability
` [PATCH v2 2/2] integrity: Add support for sigv3 verification using ML-DSA keys

[PATCH] ima: Use KEXEC_SIG_FORCE for rejecting unsigned kexec images
 2026-04-15 19:22 UTC  (2+ messages)

[PATCH] tpm: aovid -Wunused-but-set-variable
 2026-04-15  2:48 UTC  (2+ messages)

[PATCH] trusted-keys: move pr_fmt out of trusted-type.h
 2026-04-15  2:44 UTC  (4+ messages)

[PATCH v2 0/2] tpm_tis: fix retry exhaustion and add logging
 2026-04-15  2:40 UTC  (4+ messages)
` [PATCH v2 1/2] tpm: tpm_tis: add error logging for data transfer
` [PATCH v2 2/2] tpm: tpm_tis: stop transmit if retries are exhausted

[PATCH] tpm_tis: Check for an error after exhausting send retires
 2026-04-15  2:38 UTC  (3+ messages)

[PATCH v1] tpm: restore timeout for key creation commands
 2026-04-15  2:31 UTC  (4+ messages)

[PATCH] tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()
 2026-04-15  2:22 UTC  (2+ messages)

[RFC PATCH 00/10] Fix dm-ima bugs
 2026-04-15  2:06 UTC  (14+ messages)
` [PATCH 01/10] dm-ima: remove dm_ima_reset_data()
` [PATCH 02/10] dm-ima: remove broken last_target_measured logic
` [PATCH 03/10] dm-ima: Remove status_flags from dm_ima_measure_on_table_load()
` [PATCH 04/10] dm-ima: don't copy the active table to the inactive table
` [PATCH 05/10] dm-ima: Fix UAF errors and measuring incorrect context
` [PATCH 06/10] dm-ima: remove new_map from dm_ima_measure_on_device_clear
` [PATCH 07/10] dm-ima: Fix issues with dm_ima_measure_on_device_rename
` [PATCH 08/10] dm-ima: Handle race between rename and table swap
` [PATCH 09/10] dm-ima: Fail more gracefully in dm_ima_measure_on_*
` [PATCH 10/10] dm-ima: use active table's size if available

[PATCH v3] KEYS: trusted: Debugging as a feature
 2026-04-15  0:05 UTC  (5+ messages)

[PATCH] tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()
 2026-04-15  0:00 UTC  (3+ messages)

[PATCH v2] KEYS: trusted: Debugging as a feature
 2026-04-09  0:41 UTC  (5+ messages)

[PATCH 0/3] Add support for ML-DSA signature for EVM and IMA
 2026-04-08 17:25 UTC  (6+ messages)
` [PATCH 1/3] crypto: public_key: Remove check for valid hash_algo for ML-DSA keys
` [PATCH 2/3] integrity: Refactor asymmetric_verify for reusability
` [PATCH 3/3] integrity: Add support for sigv3 verification using ML-DSA keys

[PATCH] tpm: Fix auth session leak in tpm2_get_random() error path
 2026-04-08  9:00 UTC  (2+ messages)

[PATCH 0/4] Reorganize TPM public headers
 2026-04-08  8:45 UTC  (5+ messages)
` [PATCH 4/4] tpm: Move TPM common base definitions to the command header

[PATCH v3] tpm: i2c: atmel: fix block comment formatting
 2026-04-08  8:38 UTC  (2+ messages)

[PATCH v2] KEYS: trusted: Debugging as a feature
 2026-04-08  8:24 UTC  (3+ messages)

[ima-evm-utils PATCH 0/5] Add support for ML-DSA signing and verification
 2026-04-06  0:08 UTC  (6+ messages)
` [ima-evm-utils PATCH 1/5] checkpatch: Remove warning when function name is found in output string
` [ima-evm-utils PATCH 2/5] Set size of xattr_value to MAX_SIGNATURE_SIZE
` [ima-evm-utils PATCH 3/5] Support signing with ML-DSA keys when OpenSSL >=3.5 is available
` [ima-evm-utils PATCH 4/5] examples: Implement script to create ML-DSA-65 CA and signing keys
` [ima-evm-utils PATCH 5/5] test: Add tests for signing and verifying with ML-DSA keys

[PATCH 0/3] ima: add regular file data hash support for sigv3
 2026-04-05  9:46 UTC  (5+ messages)
` [PATCH 1/3] ima: Define asymmetric_verify_v3() to verify IMA sigv3 signatures

[PATCH v4 00/13] ima: Introduce staging mechanism
 2026-04-01 17:52 UTC  (9+ messages)
` [PATCH v4 09/13] ima: Add support for staging measurements with prompt
` [PATCH v4 11/13] ima: Support staging and deleting N measurements entries

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-03-29 22:57 UTC  (3+ messages)
` [PATCH v15 08/28] tpm/tpm_tis: Close all localities

[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
 2026-03-26 20:06 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