linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-05 17:10:34 to 2024-09-23 20:46:35 UTC [more...]

[PATCH] hwrng: core - Add WARN_ON for buggy read return values
 2024-09-23 20:46 UTC  (9+ messages)

[PATCH] dm verity: fallback to platform keyring also if key in trusted keyring is rejected
 2024-09-23 14:04 UTC 

[PATCH] evm: stop avoidably reading i_writecount in evm_file_release
 2024-09-23  5:26 UTC  (3+ messages)

[PATCH v5 0/5] Lazy flush for the auth session
 2024-09-22 17:51 UTC  (10+ messages)
` [PATCH v5 1/5] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v5 2/5] tpm: Implement tpm2_load_null() rollback
` [PATCH v5 3/5] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v5 4/5] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v5 5/5] tpm: flush the auth session only when /dev/tpm0 is open

[regression] significant delays when secureboot is enabled since 6.10
 2024-09-22 14:11 UTC  (34+ messages)

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-09-21 22:40 UTC  (12+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements

[GIT PULL] KEYS: keys-next-6.12-rc1
 2024-09-20 17:05 UTC 

[PATCH v4 0/5] Lazy flush for the auth session
 2024-09-19 13:45 UTC  (8+ messages)
` [PATCH v4 1/5] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v4 2/5] tpm: Return on tpm2_create_primary() failure in tpm2_load_null()
` [PATCH v4 3/5] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v4 4/5] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v4 5/5] tpm: flush the auth session only when /dev/tpm0 is open

[PATCH] MAINTAINERS: Add Google Security Chip entry
 2024-09-19 13:42 UTC  (2+ messages)

[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.12-rc1
 2024-09-19  8:00 UTC  (3+ messages)

[PATCH v3 0/7] Lazy flush for the auth session
 2024-09-18 20:38 UTC  (10+ messages)
` [PATCH v3 1/7] tpm: Remove the top-level documentation tpm2-sessions.c
` [PATCH v3 2/7] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v3 3/7] tpm: Return on tpm2_create_primary() failure in tpm2_load_null()
` [PATCH v3 4/7] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v3 5/7] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v3 6/7] tpm: flush the auth session only when /dev/tpm0 is open
` [PATCH v3 7/7] tpm: open code tpm2_create_null_primary()

[RFC] Proposal: Static SECCOMP Policies
 2024-09-18 19:22 UTC  (2+ messages)

[PATCH v3 00/14] KEYS: Add support for PGP keys and signatures
 2024-09-17 11:27 UTC  (34+ messages)
` [PATCH v3 01/14] mpi: Introduce mpi_key_length()
` [PATCH v3 02/14] rsa: add parser of raw format
` [PATCH v3 03/14] PGPLIB: PGP definitions (RFC 9580)
` [PATCH v3 04/14] PGPLIB: Basic packet parser
` [PATCH v3 05/14] PGPLIB: Signature parser
` [PATCH v3 06/14] KEYS: PGP data parser
` [PATCH v3 07/14] KEYS: Provide PGP key description autogeneration
` [PATCH v3 08/14] KEYS: PGP-based public key signature verification
` [PATCH v3 09/14] KEYS: Retry asym key search with partial ID in restrict_link_by_signature()
` [PATCH v3 10/14] KEYS: Calculate key digest and get signature of the key
` [PATCH v3 11/14] verification: introduce verify_pgp_signature()
` [PATCH v3 12/14] PGP: Provide a key type for testing PGP signatures
` [PATCH v3 13/14] KEYS: Provide a function to load keys from a PGP keyring blob
` [PATCH v3 14/14] KEYS: Introduce load_pgp_public_keyring()

[PATCH v2 0/6] lazy flush for the auth session
 2024-09-16 11:07 UTC  (7+ messages)
` [PATCH v2 1/6] tpm: Remove documentation from the header of tpm2-sessions.c
` [PATCH v2 2/6] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v2 3/6] tpm: Return on tpm2_create_primary() failure in tpm2_load_null()
` [PATCH v2 4/6] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v2 5/6] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v2 6/6] tpm: flush the auth session only when /dev/tpm0 is open

[PATCH v5 00/14] integrity: Introduce the Integrity Digest Cache
 2024-09-16 10:05 UTC  (11+ messages)
` [PATCH v5 01/14] lib: Add TLV parser
` [PATCH v5 13/14] selftests/digest_cache: Add selftests for the Integrity Digest Cache

[PATCH 0/4] tpm: lazy flush for the session null key
 2024-09-16  5:53 UTC  (9+ messages)
` [PATCH 1/4] tpm: remove file header documentation from tpm2-sessions.c
` [PATCH 2/4] tpm: address tpm2_create_null_primary() return value
` [PATCH 3/4] tpm: address tpm2_create_primary() failure
` [PATCH 4/4] tpm: flush the session null key only when required

[PATCH] tpm: remove file header documentation from tpm2-sessions.c
 2024-09-15 12:47 UTC  (2+ messages)

[PATCH v11 00/20] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-09-13 20:05 UTC  (21+ messages)
` [PATCH v11 01/20] Documentation/x86: Secure Launch kernel documentation
` [PATCH v11 02/20] x86: Secure Launch Kconfig
` [PATCH v11 03/20] x86: Secure Launch Resource Table header file
` [PATCH v11 04/20] x86: Secure Launch main "
` [PATCH v11 05/20] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v11 06/20] x86: Add early SHA-256 "
` [PATCH v11 07/20] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v11 08/20] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v11 09/20] x86: Secure Launch kernel early boot stub
` [PATCH v11 10/20] x86: Secure Launch kernel late "
` [PATCH v11 11/20] x86: Secure Launch SMP bringup support
` [PATCH v11 12/20] kexec: Secure Launch kexec SEXIT support
` [PATCH v11 13/20] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v11 14/20] tpm: Protect against locality counter underflow
` [PATCH v11 15/20] tpm: Ensure tpm is in known state at startup
` [PATCH v11 16/20] tpm: Make locality requests return consistent values
` [PATCH v11 17/20] tpm: Add ability to set the default locality the TPM chip uses
` [PATCH v11 18/20] tpm: Add sysfs interface to allow setting and querying the default locality
` [PATCH v11 19/20] x86: Secure Launch late initcall platform module
` [PATCH v11 20/20] x86/efi: EFI stub DRTM launch support for Secure Launch

CFP for the containers and checkpoint-restore micro-conference at LPC 2024 mailing/containers
 2024-09-13 10:39 UTC 

WARNING in process_measurement
 2024-09-11 14:05 UTC  (7+ messages)

[PATCH v6] tpm: Add new device/vendor ID 0x50666666
 2024-09-11 13:21 UTC  (2+ messages)

Trusted keys: DCP: Unable to handle paging request
 2024-09-11 11:46 UTC  (2+ messages)

[PATCH] integrity: prevent deadlock during digsig verification
 2024-09-11 10:00 UTC  (2+ messages)

[PATCH v2 00/14] KEYS: Add support for PGP keys and signatures
 2024-09-11  9:55 UTC  (8+ messages)

[PATCH v3 07/13] LSM: Use lsm_prop in security_current_getsecid
 2024-09-10 18:41 UTC  (3+ messages)
` [PATCH v3 08/13] LSM: Use lsm_prop in security_inode_getsecid
` [PATCH v3 10/13] LSM: Create new security_cred_getlsmprop LSM hook

[PATCH RFC 0/2] tpm: Minor improvements
 2024-09-09 17:16 UTC  (9+ messages)
` [PATCH RFC 1/2] tpm: tpm_tis_spi: Ensure SPI mode 0
` [PATCH RFC 2/2] tpm: tpm_tis: Provide error messages in tpm_tis_core_init

[PATCH] tpm: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-09-07 11:21 UTC  (2+ messages)

[PATCH v2 RESEND] tpm: export tpm2_sessions_init() to fix ibmvtpm building
 2024-09-06 17:36 UTC  (4+ messages)

TPM HMAC (really) bad performance
 2024-09-06 14:40 UTC  (3+ messages)

[RFC][PATCH v3 00/10] ima: Integrate with Integrity Digest Cache
 2024-09-06 13:40 UTC  (8+ messages)
` [RFC][PATCH v3 01/10] ima: Introduce hook DIGEST_LIST_CHECK
` [RFC][PATCH v3 04/10] ima: Add digest_cache_measure/appraise boot-time built-in policies


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