linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 22:20:15 to 2021-06-14 20:24:21 UTC [more...]

[PATCH 0/3] DCP as trusted keys backend
 2021-06-14 20:16 UTC  (2+ messages)
` [PATCH 3/3] doc: trusted-encrypted: add DCP as new trust source

[PATCH v6 0/4] Add support for ECDSA-signed kernel modules
 2021-06-14 19:28 UTC  (11+ messages)
` [PATCH v6 1/4] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v6 2/4] certs: Check whether openssl tool is available
` [PATCH v6 3/4] certs: Add support for using elliptic curve keys for signing modules
` [PATCH v6 4/4] certs: Adjustment due to 'Check whether openssl tool is available'

[PATCH v4 0/8] tee: Improve support for kexec and kdump
 2021-06-14 19:15 UTC  (24+ messages)
` [PATCH v4 1/8] optee: Fix memory leak when failing to register shm pages
` [PATCH v4 2/8] optee: Refuse to load the driver under the kdump kernel
` [PATCH v4 3/8] optee: fix tee out of memory failure seen during kexec reboot
` [PATCH v4 4/8] optee: Clear stale cache entries during initialization
` [PATCH v4 5/8] tee: add tee_shm_alloc_kernel_buf()
` [PATCH v4 6/8] tee: Support kernel shm registration without dma-buf backing
` [PATCH v4 7/8] tpm_ftpm_tee: Free and unregister TEE shared memory during kexec
` [PATCH v4 8/8] firmware: tee_bnxt: Release TEE shm, session, and context "

Recent tpm_tis IRQ handling changes are causing kernel backtraces
 2021-06-14 13:33 UTC  (14+ messages)

[PATCH 1/2] ima: Fix warning: no previous prototype for function 'ima_add_kexec_buffer'
 2021-06-11 15:41 UTC  (6+ messages)
` [PATCH 2/2] ima: Fix warning: no previous prototype for function 'ima_post_key_create_or_update'

Size mismatch between vfs_getxattr_alloc() and vfs_getxattr()
 2021-06-11  9:44 UTC 

[PATCH v27 05/25] LSM: Use lsmblob in security_audit_rule_match
 2021-06-11  0:04 UTC  (6+ messages)
` [PATCH v27 10/25] LSM: Use lsmblob in security_task_getsecid
` [PATCH v27 11/25] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v27 12/25] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v27 13/25] IMA: Change internal interfaces to use lsmblobs
` [PATCH v27 15/25] LSM: Ensure the correct LSM context releaser

[PATCH v3 0/7] tee: Improve support for kexec and kdump
 2021-06-10 21:05 UTC  (21+ messages)
` [PATCH v3 1/7] optee: Fix memory leak when failing to register shm pages
` [PATCH v3 2/7] optee: Refuse to load the driver under the kdump kernel
` [PATCH v3 3/7] optee: fix tee out of memory failure seen during kexec reboot
` [PATCH v3 4/7] optee: Clear stale cache entries during initialization
` [PATCH v3 5/7] tee: Support shm registration without dma-buf backing
` [PATCH v3 6/7] tpm_ftpm_tee: Free and unregister dynamic shared memory during kexec
` [PATCH v3 7/7] firmware: tee_bnxt: Release shm, session, and context "

ima - wait for tpm load
 2021-06-10 20:31 UTC  (4+ messages)

[PATCH] tpm, tpm_tis: Acquire locality in tpm_tis_gen_interrupt() and tpm_get_timeouts()
 2021-06-10 14:00 UTC  (14+ messages)

[PATCH v5 0/2] Add support for ECDSA-signed kernel modules
 2021-06-10 11:50 UTC  (9+ messages)
` [PATCH v5 1/2] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v5 2/2] certs: Add support for using elliptic curve keys for signing modules

[PATCH] tpm2_load_command leaks memory
 2021-06-10  9:49 UTC 

[PATCH v3] tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()
 2021-06-09 18:57 UTC  (2+ messages)

Projects
 2021-06-09 12:09 UTC 

Proposal
 2021-06-09 12:10 UTC 

[PATCH v2 0/1] tpm_tis: Use DEFINE_RES_MEM() to simplify code
 2021-06-09 12:23 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH][next] ima: Fix fall-through warning for Clang
 2021-06-08 17:02 UTC  (2+ messages)

[PATCH 0/2] EVM: add some debugging info
 2021-06-08 16:06 UTC  (4+ messages)
` [PATCH 1/2] ima: differentiate between EVM failures in the audit log
` [PATCH 2/2] evm: output EVM digest calculation info

[PATCH v3 0/6] evm: Prepare for moving to the LSM infrastructure
 2021-06-08 13:02 UTC  (2+ messages)

[PATCH 1/5] doc: Fix warning in Documentation/security/IMA-templates.rst
 2021-06-08 12:31 UTC  (5+ messages)
` [PATCH 2/5] ima: Set correct casting types
` [PATCH 3/5] ima/evm: Fix type mismatch
` [PATCH 4/5] ima: Include header defining ima_post_key_create_or_update()
` [PATCH 5/5] ima: Pass NULL instead of 0 to ima_get_action() in ima_file_mprotect()

[integrity:next-integrity-testing 5/9] security/integrity/ima/ima_template_lib.c:616:22: sparse: sparse: incorrect type in assignment (different base types)
 2021-06-04 12:47 UTC  (3+ messages)

[integrity:next-integrity-testing 4/9] security/integrity/ima/ima_template_lib.c:571:28: sparse: sparse: incorrect type in assignment (different base types)
 2021-06-04  7:33 UTC 

[integrity:next-integrity-testing 3/9] security/integrity/ima/ima_template_lib.c:100:44: sparse: sparse: cast to restricted __le16
 2021-06-04  6:56 UTC 

[RFC PATCH 0/2] EVM: add some debugging info
 2021-06-04  6:37 UTC  (7+ messages)
` [RFC PATCH 1/2] ima: differentiate between EVM failures in the audit log
` [RFC PATCH 2/2] evm: output EVM digest calculation info needed for debugging

[PATCH v2 0/7] ima: Add template fields to verify EVM portable signatures
 2021-06-03 14:30 UTC  (15+ messages)
` [PATCH v2 1/7] ima: Add ima_show_template_uint() template library function
` [PATCH v2 2/7] ima: Define new template fields iuid and igid
` [PATCH v2 3/7] ima: Define new template field imode
` [PATCH v2 4/7] evm: Verify portable signatures against all protected xattrs
` [PATCH v2 5/7] ima: Define new template fields xattrnames, xattrlengths and xattrvalues
  ` [RESEND][PATCH "
` [PATCH v2 6/7] ima: Define new template evm-sig
    ` [RESEND][PATCH "
` [PATCH v2 7/7] evm: Don't return an error in evm_write_xattrs() if audit is not enabled

[PATCH 1/1] tpm_tis: Use DEFINE_RES_MEM() to simplify code
 2021-06-03  6:27 UTC  (5+ messages)

[PATCH -next] tpm: fix some doc warnings in tpm1-cmd.c
 2021-06-01 17:59 UTC  (2+ messages)

[PATCH v5 0/2] Add support for ECDSA-signed kernel modules
 2021-06-01 17:58 UTC  (4+ messages)
` [PATCH v5 1/2] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v5 2/2] certs: Add support for using elliptic curve keys for signing modules

[PATCH v2] tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()
 2021-06-01 17:43 UTC  (3+ messages)

[PATCH] tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()
 2021-06-01 17:36 UTC  (4+ messages)

[RFC PATCH 0/3] Add additional MOK vars
 2021-06-01 15:24 UTC  (9+ messages)

[integrity:next-integrity-testing 18/20] security/integrity/ima/ima_template_lib.c:623:5: warning: no previous prototype for 'ima_eventinodexattrs_init_common'
 2021-05-31 19:12 UTC 

[PATCH v4 0/2] Add support for ECDSA-signed kernel modules
 2021-05-31 16:12 UTC  (5+ messages)
` [PATCH v4 1/2] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v4 2/2] certs: Add support for using elliptic curve keys for signing modules

[PATCH v2 0/7] crypto: add eddsa support for x509
 2021-05-31 12:43 UTC  (10+ messages)
` [PATCH v2 1/7] crypto: fix a memory leak in sm2
` [PATCH v2 2/7] lib/mpi: use kcalloc in mpi_resize
` [PATCH v2 3/7] lib/mpi: export some common function
` [PATCH v2 4/7] x509: add support for eddsa
` [PATCH v2 5/7] crypto: move common code in sm2 to ec_mpi.c and ec_mpi.h
` [PATCH v2 6/7] crypto: ed25519 cert verification
` [PATCH v2 7/7] crypto: add eddsa test vector

Good tests for IMA/EVM
 2021-05-31  9:41 UTC 

[PATCH] tpm_tis_spi: add missing SPI device ID entries
 2021-05-31  5:37 UTC  (6+ messages)

[PATCH v4] IMA: support for duplicate measurement records
 2021-05-27 16:19 UTC  (3+ messages)

EVM gives no_label error due to security_kernfs_init_security
 2021-05-27  7:18 UTC  (4+ messages)

[PATCH v3] ima-evm-utils: Support SM2 algorithm for sign and verify
 2021-05-26  8:46 UTC  (2+ messages)

[PATCH ima-evm-utils v3] ima-evm-utils: Support SM2 algorithm for sign and verify
 2021-05-26  8:44 UTC 

[PATCH ima-evm-utils v2] ima-evm-utils: Support SM2 algorithm for sign and verify
 2021-05-26  8:34 UTC  (3+ messages)

[PATCH v4] add longer timeout for verify signature command
 2021-05-26  4:56 UTC  (4+ messages)
` [PATCH v4] tpm2: "

[ANNOUNCE][CFP] Linux Security Summit 2021
 2021-05-25 16:24 UTC  (2+ messages)

[PATCH v2 0/1] draft RFC for TPM key format
 2021-05-24 22:20 UTC  (2+ messages)
` [PATCH v2 1/1] doc: add draft RFC for TPM Key format


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