messages from 2026-04-20 15:47:15 to 2026-05-05 20:27:40 UTC [more...]
[PATCH] tpm: svsm: constify tpm_chip_ops
2026-05-05 20:27 UTC
[PATCH v5 00/13] ima: Introduce staging mechanism
2026-05-05 18:43 UTC (16+ 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
[RFC PATCH 0/3] initalise ff-a after finalising pKVM
2026-05-05 16:58 UTC (13+ messages)
` [RFC PATCH 1/3] arm64: KVM: defer kvm_init() to finalise_pkvm() when pKVM is enabled
` [RFC PATCH 2/3] firmware: arm_ffa: initialise ff-a after finalising pKVM initialisation
` [RFC PATCH 3/3] security: integrity: call load_uefi_certs() at late_initcall_sync
[PATCH v2 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-05-05 13:49 UTC (10+ messages)
[PATCH v5 00/14] module: Introduce hash-based integrity checking
2026-05-05 9:05 UTC (15+ messages)
` [PATCH v5 01/14] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v5 02/14] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v5 03/14] kbuild: rename the strip_relocs command
` [PATCH v5 04/14] module: Drop pointless debugging message
` [PATCH v5 05/14] module: Make mod_verify_sig() static
` [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 v5 11/14] module: update timestamp of modules.order after modules are built
` [PATCH v5 12/14] module: Introduce hash-based integrity checking
` [PATCH v5 13/14] kbuild: move handling of module stripping to Makefile.lib
` [PATCH v5 14/14] kbuild: make CONFIG_MODULE_HASHES compatible with module stripping
[RFC PATCH v3 0/4] Fix IMA + TPM initialisation ordering issue
2026-05-04 20:51 UTC (22+ messages)
` [RFC PATCH v3 1/4] lsm: Allow LSMs to register for late_initcall_sync init
` [RFC PATCH v3 2/4] security: ima: call ima_init() again at late_initcall_sync for defered TPM
` [RFC PATCH v3 3/4] Revert "tpm: tpm_crb_ffa: try to probe tpm_crb_ffa when it's built-in"
` [RFC PATCH v3 4/4] Revert "firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall"
` [PATCH] ima: debugging late_initcall_sync measurements
tpm: spi: do not call blocking ops when !TASK_RUNNING; during shutdown
2026-05-04 16:05 UTC (5+ messages)
[PATCH v2 00/10] Fix dm-ima bugs
2026-05-04 15:45 UTC (12+ messages)
` [PATCH v2 01/10] dm-ima: remove dm_ima_reset_data()
` [PATCH v2 02/10] dm-ima: remove broken last_target_measured logic
` [PATCH v2 03/10] dm-ima: Remove status_flags from dm_ima_measure_on_table_load()
` [PATCH v2 04/10] dm-ima: don't copy the active table to the inactive table
` [PATCH v2 05/10] dm-ima: Fix UAF errors and measuring incorrect context
` [PATCH v2 06/10] dm-ima: remove new_map from dm_ima_measure_on_device_clear
` [PATCH v2 07/10] dm-ima: Fix issues with dm_ima_measure_on_device_rename
` [PATCH v2 08/10] dm-ima: Handle race between rename and table swap
` [PATCH v2 09/10] dm-ima: Fail more gracefully in dm_ima_measure_on_*
` [PATCH v2 10/10] dm-ima: use active table's size if available
[PATCH v2] tpm: restore timeout for key creation commands
2026-05-04 15:13 UTC (3+ messages)
[PATCH v3 0/4] Add support for ML-DSA signature for EVM and IMA
2026-05-04 11:02 UTC (2+ messages)
IMA: Avoid redundant rehashing on stacked filesystems backed by structurally immutable filesystems
2026-05-01 20:22 UTC (9+ messages)
[PATCH 1/2] ima_violations.sh: Wait for ima_mmap to exit
2026-04-30 9:16 UTC (6+ messages)
` [PATCH 2/2] ima_violations.sh: ima_mmap.c: Replace sleep with checkpoints
` [LTP] "
[RFC PATCH v2 0/4] fix FF-A call failed with pKVM when ff-a driver is built-in
2026-04-30 0:43 UTC (43+ 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] hwrng: tpm: Do not enable by default
2026-04-29 14:33 UTC (3+ messages)
[PATCH] tpm: Remove dead NULL check in tpm2_flush_space()
2026-04-28 6:18 UTC (4+ messages)
[RFC PATCH 00/10] Fix dm-ima bugs
2026-04-27 19:42 UTC (4+ messages)
` [PATCH 05/10] dm-ima: Fix UAF errors and measuring incorrect context
[syzbot] [integrity?] [lsm?] WARNING: bad unlock balance in __filemap_add_folio
2026-04-27 13:36 UTC
[PATCH 0/3] ima: add regular file data hash support for sigv3
2026-04-27 13:30 UTC (3+ messages)
[RFC 0/4] tpm_crb: Add command and response buffer chunking support
2026-04-27 10:28 UTC (14+ messages)
` [RFC 2/4] tpm_crb: Add new wrapper function to invoke start method
[GIT PULL] TPM DEVICE DRIVER: for-next-tpm-7.1-rc1
2026-04-26 19:35 UTC (2+ messages)
[PATCH] ima: Fix sigv3 signature handling for EVM_IMA_XATTR_DIGSIG
2026-04-24 21:24 UTC (2+ messages)
linux-next changes on my tree
2026-04-24 9:05 UTC
[PATCH] evm: zero-initialize the evm_xattrs read buffer
2026-04-24 8:13 UTC (6+ messages)
` [PATCH v2] evm: terminate and bound "
` [PATCH v3] "
[PATCH v3 0/2] tpm_tis: fix retry exhaustion and add logging
2026-04-23 16:43 UTC (4+ messages)
[PATCH] ima: return error early if file xattr cannot be changed
2026-04-23 13:11 UTC (2+ messages)
[RFC PATCH 0/4] fix FF-A call failed with pKVM when ff-a driver is built-in
2026-04-23 10:56 UTC (29+ messages)
` [RFC PATCH 1/4] security: ima: move ima_init into late_initcall_sync
` [RFC PATCH 4/4] firmware: arm_ffa: check pkvm initailised when initailise ffa driver
[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)
ima: audit log emitted from ima_collect_measurement when SIGKILL interrupts reads from slow-read filesystems
2026-04-20 16:52 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox