Keyrings Archive mirror
 help / color / mirror / Atom feed
IMA and PQC
 2026-01-23 17:43 UTC 

[PATCH 0/2] move TPM-specific fields into trusted_tpm_options
 2026-01-23 16:55 UTC  (3+ messages)
` [PATCH 1/2] keys/trusted_keys: fix handle passed to tpm_buf_append_name during unseal
` [PATCH 2/2] keys/trusted_keys: move TPM-specific fields into trusted_tpm_options

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-23 12:33 UTC  (21+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v13 00/12] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-23 11:37 UTC  (36+ messages)
` [PATCH v13 01/12] crypto: Add ML-DSA crypto_sig support
` [PATCH v13 02/12] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v13 03/12] pkcs7: Allow direct signing of data with ML-DSA
` [PATCH v13 04/12] pkcs7, x509: Add ML-DSA support
` [PATCH v13 05/12] modsign: Enable ML-DSA module signing
` [PATCH v13 06/12] crypto: Add supplementary info param to asymmetric key signature verification
` [PATCH v13 07/12] crypto: Add RSASSA-PSS support
` [PATCH v13 08/12] pkcs7, x509: "
` [PATCH v13 09/12] modsign: Enable RSASSA-PSS module signing
` [PATCH v13 10/12] pkcs7: Add FIPS selftest for RSASSA-PSS
` [PATCH v13 11/12] x509, pkcs7: Limit crypto combinations that may be used for module signing
` [PATCH v13 12/12] pkcs7: Add ML-DSA FIPS selftest

[PATCH v14 0/5] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-23 11:13 UTC  (7+ messages)
` [PATCH v14 1/5] crypto: Add ML-DSA crypto_sig support
` [PATCH v14 2/5] x509: Separately calculate sha256 for blacklist
` [PATCH v14 3/5] pkcs7: Allow the signing algo to do whatever digestion it wants itself
` [PATCH v14 4/5] pkcs7, x509: Add ML-DSA support
` [PATCH v14 5/5] modsign: Enable ML-DSA module signing

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-22 15:47 UTC  (29+ messages)
` [PATCH RESEND 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH RESEND 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH RESEND 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH RESEND 04/12] mm: add basic VMA flag operation helper functions
` [PATCH RESEND 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH RESEND 06/12] mm: update secretmem "
` [PATCH RESEND 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users "
` [PATCH RESEND 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH RESEND 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH RESEND 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH RESEND 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
 2026-01-21 16:25 UTC  (13+ messages)

[PATCH] efi: Mark UEFI skip cert quirks list as __initconst
 2026-01-21  7:43 UTC 

[PATCH v12 00/10] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-21  0:06 UTC  (19+ messages)
` [PATCH v12 01/10] crypto: Add ML-DSA crypto_sig support
` [PATCH v12 02/10] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v12 03/10] pkcs7: Allow direct signing of data with ML-DSA
` [PATCH v12 04/10] pkcs7, x509: Add ML-DSA support
` [PATCH v12 05/10] modsign: Enable ML-DSA module signing
` [PATCH v12 06/10] crypto: Add supplementary info param to asymmetric key signature verification
` [PATCH v12 07/10] crypto: Add RSASSA-PSS support
` [PATCH v12 08/10] pkcs7, x509: "
` [PATCH v12 09/10] modsign: Enable RSASSA-PSS module signing
` [PATCH v12 10/10] x509, pkcs7: Limit crypto combinations that may be used for "

[PATCH v4 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-01-19 23:14 UTC  (13+ messages)
` [PATCH v4 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH v4 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH v4 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH v4 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v4 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH v4 6/6] docs: trusted-encryped: add PKWM as a new trust source

[PATCH 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-19 21:18 UTC  (16+ messages)
` [PATCH 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH 04/12] mm: add basic VMA flag operation helper functions
` [PATCH 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH 06/12] mm: update secretmem "
` [PATCH 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH 08/12] mm: update all remaining mmap_prepare users "
` [PATCH 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v6 00/11] Streamline TPM2 HMAC sessions
 2026-01-14 15:55 UTC  (4+ messages)
` [PATCH v6 05/11] tpm2-sessions: Remove AUTH_MAX_NAMES

[PATCH v3 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-01-14 15:02 UTC  (10+ messages)
` [PATCH v3 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH v3 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH v3 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH v3 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v3 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH v3 6/6] docs: trusted-encryped: add PKWM as a new trust source

[PATCH v11 0/8] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-08 14:39 UTC  (25+ messages)
` [PATCH v11 2/8] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v11 3/8] pkcs7, x509: Add ML-DSA support
` [PATCH v11 4/8] modsign: Enable ML-DSA module signing
` [PATCH v11 5/8] crypto: Add supplementary info param to asymmetric key signature verification
` [PATCH v11 6/8] crypto: Add RSASSA-PSS support
` [PATCH v11 7/8] pkcs7, x509: "
` [PATCH v11 8/8] modsign: Enable RSASSA-PSS module signing

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2026-01-08 12:38 UTC  (11+ messages)

Project Financing Opportunity
 2026-01-07 19:23 UTC 

[PATCH] KEYS: replace -EEXIST with -EBUSY
 2026-01-06 15:04 UTC  (3+ messages)

[PATCH v2 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-01-06  5:09 UTC  (7+ messages)
` [PATCH v2 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v2 5/6] keys/trusted_keys: establish PKWM as a trusted source


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 read-only IMAP folder(s) and NNTP newsgroup(s).