linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-12 00:41:16 to 2025-04-29 13:04:49 UTC [more...]

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-04-29 13:04 UTC  (8+ messages)
` [PATCH v3 1/9] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v3 3/9] kbuild: add stamp file for vmlinux BTF data
` [PATCH v3 4/9] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v3 5/9] module: Make module loading policy usable without MODULE_SIG
` [PATCH v3 6/9] module: Move integrity checks into dedicated function
` [PATCH v3 8/9] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v3 9/9] module: Introduce hash-based integrity checking

[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-04-29 12:35 UTC  (10+ messages)
` [PATCH RFC v3 1/8] nvme: add __always_inline for nvme_pci_npages_prp
` [PATCH RFC v3 2/8] mm: add __always_inline for page_contains_unaccepted
` [PATCH RFC v3 3/8] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
` [PATCH RFC v3 4/8] tpm: add __always_inline for tpm_is_hwrng_enabled
` [PATCH RFC v3 5/8] rseq: add __always_inline for rseq_kernel_fields
` [PATCH RFC v3 6/8] kcov: add __always_inline for canonicalize_ip
` [PATCH RFC v3 7/8] x86/xen: add __init for xen_pgd_walk
` [PATCH RFC v3 8/8] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE

[RFC PATCH] ima: add a knob to make IMA be able to be disabled
 2025-04-29 11:39 UTC  (13+ messages)

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-29  0:56 UTC  (4+ messages)

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-28 17:38 UTC  (49+ messages)
` [PATCH v14 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v14 02/19] x86: Secure Launch Kconfig
` [PATCH v14 03/19] x86: Secure Launch Resource Table header file
` [PATCH v14 04/19] x86: Secure Launch main "
` [PATCH v14 05/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v14 06/19] x86: Add early SHA-256 "
` [PATCH v14 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v14 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v14 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v14 10/19] x86: Secure Launch kernel late "
` [PATCH v14 11/19] x86: Secure Launch SMP bringup support
` [PATCH v14 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v14 13/19] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v14 14/19] tpm, tpm_tis: Close all localities
` [PATCH v14 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v14 16/19] tpm, tpm_tis: Allow locality to be set to a different value
` [PATCH v14 17/19] tpm, sysfs: Show locality used by kernel
` [PATCH v14 18/19] x86: Secure Launch late initcall platform module
` [PATCH v14 19/19] x86/efi: EFI stub DRTM launch support for Secure Launch

[PATCH v3 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
 2025-04-28  7:49 UTC  (7+ messages)
` [PATCH v3 1/4] tpm: add buf_size parameter in the .send callback
` [PATCH v3 2/4] tpm: support devices with synchronous send()
` [PATCH v3 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
` [PATCH v3 4/4] tpm/tpm_svsm: "

[PATCH] tst_security.sh: Use the same value for checkreqprot
 2025-04-25 12:50 UTC 

evmctl hmac fails in setxattr even in version 1.6.2
 2025-04-24 20:11 UTC  (2+ messages)

[PATCH v13 0/9] ima: kexec: measure events between kexec load and execute
 2025-04-24 19:26 UTC  (15+ messages)
` [PATCH v13 1/9] ima: rename variable the seq_file "file" to "ima_kexec_file"
` [PATCH v13 2/9] ima: define and call ima_alloc_kexec_file_buf()
` [PATCH v13 3/9] kexec: define functions to map and unmap segments
` [PATCH v13 4/9] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v13 5/9] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v13 6/9] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v13 7/9] ima: verify if the segment size has changed
` [PATCH v13 8/9] ima: make the kexec extra memory configurable
` [PATCH v13 9/9] ima: measure kexec load and exec events as critical data

[GIT PULL] Integrity fix for kernel 6.15-rc3
 2025-04-22 20:54 UTC  (2+ messages)

[PATCH v12 0/9] ima: kexec: measure events between kexec load and execute
 2025-04-21 21:44 UTC  (31+ messages)
` [PATCH v12 1/9] ima: rename variable the seq_file "file" to "ima_kexec_file"
` [PATCH v12 2/9] ima: define and call ima_alloc_kexec_file_buf()
` [PATCH v12 3/9] kexec: define functions to map and unmap segments
` [PATCH v12 4/9] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v12 5/9] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v12 6/9] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v12 7/9] ima: verify if the segment size has changed
` [PATCH v12 8/9] ima: make the kexec extra memory configurable
` [PATCH v12 9/9] ima: measure kexec load and exec events as critical data

[PATCH v8 0/5] Add Loongson Security Engine chip driver
 2025-04-21 18:58 UTC  (6+ messages)
` [PATCH v8 1/5] crypto: loongson - Add Loongson Security Engine chip controller driver
` [PATCH v8 2/5] crypto: loongson - add Loongson RNG driver support
` [PATCH v8 3/5] MAINTAINERS: Add entry for Loongson crypto driver
` [PATCH v8 4/5] tpm: Add a driver for Loongson TPM device

[PATCH v8 5/5] MAINTAINERS: Add tpm_loongson.c to LOONGSON CRYPTO DRIVER entry
 2025-04-21 18:55 UTC  (2+ messages)

[PATCH v8 0/5] Add Loongson Security Engine chip driver
 2025-04-20  7:17 UTC  (2+ messages)

[RFC PATCH 0/29] Rework the LSM initialization
 2025-04-19 15:58 UTC  (28+ messages)
` [RFC PATCH 01/29] lsm: split the notifier code out into lsm_notifier.c
` [RFC PATCH 02/29] lsm: split the init code out into lsm_init.c
` [RFC PATCH 03/29] lsm: simplify prepare_lsm() and rename to lsm_prep_single()
` [RFC PATCH 05/29] lsm: replace the name field with a pointer to the lsm_id struct
` [RFC PATCH 06/29] lsm: cleanup and normalize the LSM order symbols naming
` [RFC PATCH 08/29] lsm: get rid of the lsm_names list and do some cleanup
` [RFC PATCH 10/29] lsm: cleanup the LSM blob size code
` [RFC PATCH 11/29] lsm: cleanup initialize_lsm() and rename to lsm_init_single()
` [RFC PATCH 19/29] ipe: move initcalls to the LSM framework
` [RFC PATCH 20/29] smack: "

[PATCH RFC v2 0/5] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-04-18 10:24 UTC  (9+ messages)
` [PATCH RFC v2 1/5] nvme: add __always_inline for nvme_pci_npages_prp
` [PATCH RFC v2 2/5] mm: add __always_inline for page_contains_unaccepted
` [PATCH RFC v2 3/5] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
` [PATCH RFC v2 4/5] tpm: add __always_inline for tpm_is_hwrng_enabled
` [PATCH RFC v2 5/5] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE

[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-04-16 10:09 UTC  (3+ messages)

[PATCH v5 0/2] tpm_ffa_crb: add support direct message request v2
 2025-04-16  9:08 UTC  (4+ messages)
` [PATCH v5 1/2] tpm_ffa_crb: access tpm service over FF-A "
` [PATCH v5 2/2] tpm_crb_ffa: use dev_xx() macro to print log

[PATCH v13 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-15 22:16 UTC  (19+ messages)
` [PATCH v13 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v13 04/19] x86: Secure Launch main header file
` [PATCH v13 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v13 16/19] tpm, tpm_tis: Allow locality to be set to a different value

[PATCH v4 0/2] tpm_ffa_crb: add support direct message request v2
 2025-04-15 18:42 UTC  (5+ messages)
` [PATCH v4 1/2] tpm_ffa_crb: access tpm service over FF-A "
` [PATCH v4 2/2] tpm_crb_ffa: use dev_xx() macro to print log

[PATCH v3] tpm_ffa_crb: access tpm service over FF-A direct message request v2
 2025-04-15  7:32 UTC  (3+ messages)

[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-04-15  2:28 UTC  (4+ messages)
  ` [RFC PATCH 6/7] tpm: add __always_inline for tpm_is_hwrng_enabled

[PATCH] tpm_crb: ffa_tpm: return errors from interface functions if no ffa-crb driver
 2025-04-14 15:18 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 9/9] tpm: End any active auth session before shutdown
 2025-04-14  0:11 UTC  (3+ messages)

[PATCH v8] KEYS: Add a list for unreferenced keys
 2025-04-12 12:37 UTC  (5+ messages)

[PATCH v2] tpm_ffa_crb: access tpm service over FF-A direct message request v2
 2025-04-12  5:42 UTC  (9+ messages)


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).