messages from 2025-10-10 17:44:27 to 2025-11-13 04:10:18 UTC [more...]
[PATCH] ima: Fall back to default kernel module signature verification
2025-11-13 4:06 UTC (35+ messages)
` [PATCH v2] lsm,ima: new LSM hook security_kernel_module_read_file to access decompressed kernel module
[Patch V1] ima: avoid duplicate policy rules insertions
2025-11-11 11:40 UTC (9+ messages)
[PATCH] Documentation: tpm: tpm-security: Demote "Null Primary Key Certification in Userspace" section
2025-11-09 12:29 UTC (9+ messages)
[PATCH] hwrng: tpm: Do not enable by default
2025-11-09 10:04 UTC (7+ messages)
[PATCH] tpm: add WQ_PERCPU to alloc_workqueue users
2025-11-09 4:53 UTC (2+ messages)
[PATCH] KEYS: encrypted: Return early on allocation failure and drop goto
2025-11-09 4:47 UTC (3+ messages)
[PATCH] KEYS: Remove the ad-hoc compilation flag CAAM_DEBUG
2025-11-09 4:44 UTC (3+ messages)
[PATCH] tpm_crb: add missing loc parameter to kerneldoc
2025-11-09 4:41 UTC (2+ messages)
[PATCH v2 0/4] Re-establish ability for exclusive TPM access to userspace
2025-11-09 4:34 UTC (16+ messages)
` [PATCH v3 0/4] pm: Ensure exclusive userspace access when using /dev/tpm<n>
` [PATCH v3 1/4] tpm: Remove tpm_find_get_ops
` [PATCH v3 2/4] tpm: Add O_EXCL for exclusive /dev/tpm access
` [PATCH v3 3/4] tpm: Include /dev/tpmrm<n> when checking exclusive userspace TPM access
` [PATCH v3 4/4] tpm: Allow for exclusive TPM access when using /dev/tpm<n>
[PATCHv2 1/2] kernel/kexec: Change the prototype of kimage_map_segment()
2025-11-07 9:34 UTC (10+ messages)
` [PATCHv2 2/2] kernel/kexec: Fix IMA when allocation happens in CMA area
[PATCH 1/2] kernel/kexec: Change the prototype of kimage_map_segment()
2025-11-07 0:44 UTC (10+ messages)
` [PATCH 2/2] kernel/kexec: Fix IMA when allocation happens in CMA area
[PATCH] module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
2025-11-04 3:05 UTC (5+ messages)
tpm2h 0.15.0
2025-11-04 1:46 UTC
[PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
2025-10-29 12:39 UTC (4+ messages)
[PATCH] KEYS: fix compilation warnings in the dump_options() function
2025-10-28 7:03 UTC (7+ messages)
[PATCH v2] tpm_crb: Add idle support for the Arm FF-A start method
2025-10-27 20:06 UTC (2+ messages)
tpm2sh 0.12.3
2025-10-27 8:56 UTC
[PATCH AUTOSEL 6.17-6.6] ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattr
2025-10-25 15:57 UTC
[PATCH v6 00/10] Prepare TPM driver for Trenchboot
2025-10-24 18:50 UTC (15+ messages)
` [PATCH v6 01/10] tpm: Cap the number of PCR banks
` [PATCH v6 02/10] tpm: Use -EPERM as fallback error code in tpm_ret_to_err
` [PATCH v6 03/10] KEYS: trusted: Fix memory leak in tpm2_load()
` [PATCH v6 04/10] KEYS: trusted: Use tpm_ret_to_err() in trusted_tpm2
` [PATCH v6 05/10] tpm2-sessions: Remove 'attributes' from tpm_buf_append_auth
` [PATCH v6 06/10] tpm2-sessions: Unmask tpm_buf_append_hmac_session()
` [PATCH v6 07/10] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v6 08/10] tpm-buf: unify TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v6 09/10] tpm-buf: Remove chip parameter from tpm_buf_append_handle
` [PATCH v6 10/10] tpm-buf: Enable managed and stack allocations
[PATCH] KEYS: encrypted: Use designated initializers for match_table_t structs
2025-10-23 13:35 UTC (5+ messages)
[PATCH v5 0/34] Rework the LSM initialization
2025-10-22 23:34 UTC (36+ messages)
` [PATCH v5 01/34] lsm: split the notifier code out into lsm_notifier.c
` [PATCH v5 02/34] lsm: split the init code out into lsm_init.c
` [PATCH v5 03/34] lsm: consolidate lsm_allowed() and prepare_lsm() into lsm_prepare()
` [PATCH v5 04/34] lsm: introduce looping macros for the initialization code
` [PATCH v5 05/34] lsm: integrate report_lsm_order() code into caller
` [PATCH v5 06/34] lsm: integrate lsm_early_cred() and lsm_early_task() "
` [PATCH v5 07/34] lsm: rename ordered_lsm_init() to lsm_init_ordered()
` [PATCH v5 08/34] lsm: replace the name field with a pointer to the lsm_id struct
` [PATCH v5 09/34] lsm: rename the lsm order variables for consistency
` [PATCH v5 10/34] lsm: rework lsm_active_cnt and lsm_idlist[]
` [PATCH v5 11/34] lsm: get rid of the lsm_names list and do some cleanup
` [PATCH v5 12/34] lsm: rework the LSM enable/disable setter/getter functions
` [PATCH v5 13/34] lsm: rename exists_ordered_lsm() to lsm_order_exists()
` [PATCH v5 14/34] lsm: rename/rework append_ordered_lsm() into lsm_order_append()
` [PATCH v5 15/34] lsm: rename/rework ordered_lsm_parse() to lsm_order_parse()
` [PATCH v5 16/34] lsm: cleanup the LSM blob size code
` [PATCH v5 17/34] lsm: cleanup initialize_lsm() and rename to lsm_init_single()
` [PATCH v5 18/34] lsm: fold lsm_init_ordered() into security_init()
` [PATCH v5 19/34] lsm: add/tweak function header comment blocks in lsm_init.c
` [PATCH v5 20/34] lsm: cleanup the debug and console output "
` [PATCH v5 21/34] lsm: output available LSMs when debugging
` [PATCH v5 22/34] lsm: group lsm_order_parse() with the other lsm_order_*() functions
` [PATCH v5 01/11] loadpin: move initcalls to the LSM framework
` [PATCH v5 02/11] ipe: "
` [PATCH v5 03/11] smack: "
` [PATCH v5 04/11] tomoyo: "
` [PATCH v5 05/11] safesetid: "
` [PATCH v5 06/11] apparmor: "
` [PATCH v5 07/11] lockdown: "
` [PATCH v5 08/11] ima,evm: "
` [PATCH v5 09/11] selinux: "
` [PATCH v5 10/11] lsm: consolidate all of the LSM framework initcalls
` [PATCH v5 11/11] lsm: add a LSM_STARTED_ALL notification event
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-v6.18-rc2
2025-10-18 19:22 UTC (3+ messages)
[PATCH] tpm_crb: Add idle support for the Arm FF-A start method
2025-10-18 11:28 UTC (6+ messages)
[PATCH] docs: trusted-encrypted: fix htmldocs build error
2025-10-18 11:24 UTC (3+ messages)
[PATCH] hwrng: core - Allow runtime disabling of the HW RNG
2025-10-17 8:17 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/2] ima: add dont_audit and fs_subtype to policy language
2025-10-16 15:53 UTC (6+ messages)
[PATCH] KEYS: encrypted: Simplify determining 'format_len'
2025-10-15 23:21 UTC
[PATCH v3] keys: Replace deprecated strncpy in ecryptfs_fill_auth_tok
2025-10-15 11:06 UTC (3+ messages)
[PATCH] keys: Remove redundant less-than-zero checks
2025-10-15 11:02 UTC (3+ messages)
tpm2sh 0.11
2025-10-14 16:42 UTC
[syzbot] Monthly integrity report (Oct 2025)
2025-10-13 8:32 UTC
[PATCH v2] keys: Replace deprecated strncpy in ecryptfs_fill_auth_tok
2025-10-13 7:22 UTC (4+ messages)
[PATCH v4 0/34] Rework the LSM initialization
2025-10-10 19:21 UTC (5+ messages)
` [PATCH v4 31/34] ima,evm: move initcalls to the LSM framework
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-v6.18-2
2025-10-10 18:25 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).