messages from 2022-11-01 02:04:33 to 2022-11-10 15:26:49 UTC [more...]
[PATCH v9 00/12] TPM IRQ fixes
2022-11-10 15:25 UTC (13+ messages)
` [PATCH v9 01/12] tpm, tpm_tis: Avoid cache incoherency in test for interrupts
` [PATCH v9 02/12] tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register
` [PATCH v9 03/12] tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed
` [PATCH v9 04/12] tpm, tmp_tis: Claim locality before writing interrupt registers
` [PATCH v9 05/12] tpm, tpm_tis: Only handle supported interrupts
` [PATCH v9 06/12] tpm, tpm_tis: Move interrupt mask checks into own function
` [PATCH v9 07/12] tpm, tpm_tis: do not check for the active locality in interrupt handler
` [PATCH v9 08/12] tpm, tpm: Implement usage counter for locality
` [PATCH v9 09/12] tpm, tpm_tis: Request threaded interrupt handler
` [PATCH v9 10/12] tpm, tpm_tis: Claim locality in "
` [PATCH v9 11/12] tpm, tpm_tis: Claim locality when interrupts are reenabled on resume
` [PATCH v9 12/12] tpm, tpm_tis: Enable interrupt test
[PATCH v8 00/17] Enroll kernel keys thru MOK
2022-11-10 15:06 UTC (8+ messages)
` [PATCH v8 16/17] integrity: Trust MOK keys if MokListTrustedRT found
[PATCH] KEYS: trusted: tee: Make registered shm dependency explicit
2022-11-10 11:14 UTC (2+ messages)
[PATCH v4 0/5] evm: Prepare for moving to the LSM infrastructure
2022-11-10 9:46 UTC (6+ messages)
` [PATCH v4 1/5] reiserfs: Add missing calls to reiserfs_security_free()
` [PATCH v4 2/5] security: Rewrite security_old_inode_init_security()
` [PATCH v4 3/5] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v4 4/5] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v4 5/5] evm: Support multiple LSMs providing an xattr
[PATCH v4 00/11] Encrypted Hibernation
2022-11-10 0:30 UTC (30+ messages)
` [PATCH v4 01/11] tpm: Add support for in-kernel resetting of PCRs
` [PATCH v4 02/11] tpm: Export and rename tpm2_find_and_validate_cc()
` [PATCH v4 03/11] tpm: Allow PCR 23 to be restricted to kernel-only use
` [PATCH v4 04/11] security: keys: trusted: Include TPM2 creation data
` [PATCH v4 05/11] security: keys: trusted: Allow storage of PCR values in "
` [PATCH v4 06/11] security: keys: trusted: Verify "
` [PATCH v4 07/11] PM: hibernate: Add kernel-based encryption
` [PATCH v4 08/11] PM: hibernate: Use TPM-backed keys to encrypt image
` [PATCH v4 09/11] PM: hibernate: Mix user key in encrypted hibernate
` [PATCH v4 10/11] PM: hibernate: Verify the digest encryption key
` [PATCH v4 11/11] PM: hibernate: seal the encryption key with a PCR policy
[PATCH] certs: Prevent spurious errors on repeated blacklisting
2022-11-09 15:50 UTC (6+ messages)
[PATCH 0/7] Add CA enforcement keyring restrictions
2022-11-09 14:58 UTC (6+ messages)
[PATCH] integrity: Free key restriction when keyring allocation fails
2022-11-09 9:46 UTC
[PATCH 0/3] ACPI table release for TPM drivers
2022-11-09 4:03 UTC (4+ messages)
` [PATCH 1/3] tpm: acpi: Call acpi_put_table() to fix memory leak
` [PATCH 2/3] tpm: tpm_crb: Add the missed "
` [PATCH 3/3] tpm: tpm_tis: "
[PATCH v2 0/3] certs: Prevent spurious errors on repeated blacklisting
2022-11-09 2:50 UTC (4+ messages)
` [PATCH v2 1/3] certs: log more information on blacklist error
` [PATCH v2 2/3] KEYS: Add key_create()
` [PATCH v2 3/3] certs: don't try to update blacklist keys
[PATCH v2] tpm: Add flag to use default cancellation policy
2022-11-07 17:14 UTC
[PATCH v2 0/3] char: tpm: Adjust cr50_i2c locking mechanism
2022-11-07 16:35 UTC (12+ messages)
` [PATCH v2 1/3] char: tpm: Protect tpm_pm_suspend with locks
` [PATCH v2 2/3] char: tpm: cr50: Use generic request/relinquish locality ops
` [PATCH v2 3/3] char: tpm: cr50: Move i2c locking to "
[RESEND][RFC][PATCH 1/3] lsm: Clarify documentation of vm_enough_memory hook
2022-11-07 16:19 UTC (9+ messages)
` [RESEND][RFC][PATCH 2/3] bpf-lsm: Limit values that can be returned by security modules
[PATCH v8 00/11] TPM IRQ fixes
2022-11-07 16:03 UTC (7+ messages)
` [PATCH v8 08/11] tpm, tpm: Implement usage counter for locality
[PATCH v4] evm: Correct inode_init_security hooks behaviors
2022-11-07 12:15 UTC (5+ messages)
[PATCH ima-evm-utils v5 00/17] address deprecated warnings
2022-11-07 12:02 UTC (29+ messages)
` [PATCH ima-evm-utils v5 01/17] Revert "Reset 'errno' after failure to open or access a file"
` [PATCH ima-evm-utils v5 02/17] log and reset 'errno' after failure to open non-critical files
` [PATCH ima-evm-utils v5 03/17] Log and reset 'errno' on lsetxattr failure
` [PATCH ima-evm-utils v5 04/17] travis: update dist=focal
` [PATCH ima-evm-utils v5 05/17] Update configure.ac to address a couple of obsolete warnings
` [PATCH ima-evm-utils v5 06/17] Deprecate IMA signature version 1
` [PATCH ima-evm-utils v5 07/17] Replace the low level SHA1 calls when calculating the TPM 1.2 PCRs
` [PATCH ima-evm-utils v5 08/17] Replace the low level HMAC calls when calculating the EVM HMAC
` [PATCH ima-evm-utils v5 09/17] Add missing EVP_MD_CTX_free() call in calc_evm_hash()
` [PATCH ima-evm-utils v5 10/17] Disable use of OpenSSL "engine" support
` [PATCH ima-evm-utils v5 11/17] Fix potential use after free in read_tpm_banks()
` [PATCH ima-evm-utils v5 12/17] Limit the file hash algorithm name length
` [PATCH ima-evm-utils v5 13/17] Missing template data size lower bounds checking
` [PATCH ima-evm-utils v5 14/17] Base sm2/sm3 test on openssl version installed
` [PATCH ima-evm-utils v5 15/17] Compile a newer version of OpenSSL
` [PATCH ima-evm-utils v5 16/17] Build OpenSSL without engine support
` [PATCH ima-evm-utils v5 17/17] Make sure the key file is a regular file
Słowa kluczowe do wypozycjonowania
2022-11-07 9:05 UTC
[PATCH] integrity: iint: Remove unnecessary (void*) conversions
2022-11-07 1:44 UTC
[BUG] blacklist: Problem blacklisting hash (-13) during boot
2022-11-04 20:12 UTC (3+ messages)
` [External] "
[PATCH] ima: Make a copy of sig and digest in asymmetric_verify()
2022-11-04 12:20 UTC
[PATCH ima-evm-utils v4 00/17] address deprecated warnings
2022-11-03 22:50 UTC (30+ messages)
` [PATCH ima-evm-utils v4 01/17] Revert "Reset 'errno' after failure to open or access a file"
` [PATCH ima-evm-utils v4 02/17] log and reset 'errno' after failure to open non-critical files
` [PATCH ima-evm-utils v4 03/17] Log and reset 'errno' on lsetxattr failure
` [PATCH ima-evm-utils v4 04/17] travis: update dist=focal
` [PATCH ima-evm-utils v4 05/17] Update configure.ac to address a couple of obsolete warnings
` [PATCH ima-evm-utils v4 06/17] Deprecate IMA signature version 1
` [PATCH ima-evm-utils v4 07/17] Replace the low level SHA1 calls when calculating the TPM 1.2 PCRs
` [PATCH ima-evm-utils v4 08/17] Replace the low level HMAC calls when calculating the EVM HMAC
` [PATCH ima-evm-utils v4 09/17] Add missing EVP_MD_CTX_free() call in calc_evm_hash()
` [PATCH ima-evm-utils v4 10/17] Disable use of OpenSSL "engine" support
` [PATCH ima-evm-utils v4 11/17] Fix potential use after free in read_tpm_banks()
` [PATCH ima-evm-utils v4 12/17] Limit the file hash algorithm name length
` [PATCH ima-evm-utils v4 13/17] Missing template data size lower bounds checking
` [PATCH ima-evm-utils v4 14/17] Base sm2/sm3 test on openssl version installed
` [PATCH ima-evm-utils v4 15/17] Compile a newer version of OpenSSL
` [PATCH ima-evm-utils v4 16/17] Build OpenSSL without engine support
` [PATCH ima-evm-utils v4 17/17] Fix d2i_x509_fp failure
[PATCH 0/3] char: tpm: Adjust cr50_i2c locking mechanism
2022-11-03 22:36 UTC (9+ messages)
` [PATCH 1/3] char: tpm: Protect tpm_pm_suspend with locks
` [PATCH 2/3] char: tpm: cr50: Use generic request/relinquish locality ops
` [PATCH 3/3] char: tpm: cr50: Move i2c locking to "
[PATCH ima-evm-utils v1 0/4] Fix some issues in evmctl
2022-11-03 21:50 UTC (6+ messages)
` [PATCH ima-evm-utils v1 1/4] Fix memory leaks of tpm_bank_info allocations
` [PATCH ima-evm-utils v1 2/4] Fix memory leak related to entry.template
` [PATCH ima-evm-utils v1 3/4] Add assert to ensure that algo_name in bank is set
` [PATCH ima-evm-utils v1 4/4] Change condition to free(pub)
[PATCH v5 0/2] ima: Handle -ESTALE returned by ima_filter_rule_match()
2022-11-03 13:15 UTC (14+ messages)
` [PATCH v5 2/2] "
[PATCH v3] ima: Fix a potential NULL pointer access in ima_restore_measurement_list
2022-11-03 12:04 UTC (2+ messages)
[PATCH] ima: Fix memory leak in __ima_inode_hash()
2022-11-03 7:49 UTC (3+ messages)
Possible bug or unintended behaviour using bpf_ima_file_hash
2022-11-02 12:55 UTC (4+ messages)
[PATCH] ima: Fix a potential null pointer access problem in ima_restore_measurement_list
2022-11-02 9:28 UTC (3+ messages)
[PATCH v2] ima: Fix a potential null pointer access problem in ima_restore_measurement_list
2022-11-02 9:20 UTC
[PATCH] efi: Add iMac Pro 2017 to uefi skip cert quirk
2022-11-01 21:07 UTC (4+ messages)
[PATCH 0/7] Clean up TPM compatibles
2022-11-01 12:17 UTC (9+ messages)
` [PATCH 1/7] dt-bindings: tpm: Introduce trivial-tpms.yaml
` [PATCH 4/7] dt-bindings: tpm: Merge existing trivial TPMs to YAML
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).