linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-08 19:02:16 to 2022-06-30 23:32:31 UTC [more...]

[PATCH v7 00/10] TPM IRQ fixes
 2022-06-30 23:32 UTC  (16+ messages)
` [PATCH v7 01/10] tpm, tpm_tis: Avoid cache incoherency in test for interrupts
` [PATCH v7 02/10] tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register
` [PATCH v7 03/10] tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed
` [PATCH v7 04/10] tpm, tmp_tis: Claim locality before writing interrupt registers
` [PATCH v7 05/10] tpm, tpm_tis: Only handle supported interrupts
` [PATCH v7 06/10] tpm, tpm_tis: Move interrupt mask checks into own function
` [PATCH v7 07/10] tmp, tmp_tis: Implement usage counter for locality
` [PATCH v7 08/10] tpm, tpm_tis: Request threaded interrupt handler
` [PATCH v7 09/10] tpm, tpm_tis: Claim locality in "
` [PATCH v7 10/10] tpm, tpm_tis: Enable interrupt test

[PATCH v2 0/3] tpm: Preserve TPM measurement log across kexec
 2022-06-30 23:16 UTC  (13+ messages)
` [PATCH v2 1/3] tpm: of: Move of-tree specific code from tpm driver into of driver
` [PATCH v2 2/3] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v2 3/3] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2022-06-30 20:38 UTC  (24+ messages)
` [PATCH v4 1/3] initramfs: add file metadata
` [PATCH v4 3/3] gen_init_cpio: add support for "

[PATCH] ima: Defer query for iversion until it is needed
 2022-06-30 13:24 UTC  (2+ messages)

[PATCH v2 0/5] Support kexec_file on 32-bit RISC-V
 2022-06-30 13:21 UTC  (10+ messages)
` [PATCH v2 1/5] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v2 2/5] ima: Fix a build issue on "
` [PATCH v2 3/5] RISC-V: kexec: Use Elf64 on 64-bit targets
` [PATCH v2 4/5] RISC-V: purgatory: Use XLEN-length loads to support rv32
` [PATCH v2 5/5] RISC-V: Allow kexec_file() on 32-bit platforms

[PATCH] Carry forward IMA measurement log on kexec on x86_64
 2022-06-30 11:54 UTC  (12+ messages)
` [PATCH v2] "
  ` [PATCH v3] x86/kexec: Carry forward IMA measurement log on kexec
    ` [PATCH v4] "
      ` [PATCH v5] "
        ` [PATCH v6] "
          ` [PATCH v7] "

Wycena paneli fotowoltaicznych
 2022-06-30  7:51 UTC 

[PATCH 6/6] i2c: Make remove callback return void
 2022-06-29 21:20 UTC  (9+ messages)

[PATCH] of: Correctly annotate IMA kexec buffer functions
 2022-06-29 17:49 UTC  (3+ messages)

[PATCH v6 0/9] TPM IRQ fixes
 2022-06-29  9:20 UTC  (18+ messages)
` [PATCH v6 1/9] tpm, tpm_tis: Avoid cache incoherency in test for interrupts
` [PATCH v6 2/9] tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register
` [PATCH v6 3/9] tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed
` [PATCH v6 4/9] tpm, tmp_tis: Claim locality before writing interrupt registers
` [PATCH v6 5/9] tpm, tpm_tis: Only handle supported interrupts
` [PATCH v6 6/9] tmp, tmp_tis: Implement usage counter for locality
` [PATCH v6 7/9] tpm, tpm_tis: Request threaded interrupt handler
` [PATCH v6 8/9] tpm, tpm_tis: Claim locality in "
` [PATCH v6 9/9] tpm, tpm_tis: Enable interrupt test

[PATCH -next] evm: Use IS_ENABLED to initialize .enabled
 2022-06-29  3:59 UTC  (7+ messages)

[PATCH v3 0/3] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-06-28 17:25 UTC  (5+ messages)
` [PATCH v3 1/3] tpm: of: Make of-tree specific function commonly available
` [PATCH v3 2/3] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v3 3/3] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH v37 01/33] integrity: disassociate ima_filter_rule from security_audit_rule
 2022-06-28  0:55 UTC  (5+ messages)
` [PATCH v37 11/33] LSM: Use lsmblob in security_current_getsecid
` [PATCH v37 12/33] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v37 13/33] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v37 15/33] LSM: Ensure the correct LSM context releaser

[PATCH v2] tpm: Add check for Failure mode for TPM2 modules
 2022-06-26  6:21 UTC  (2+ messages)

[PATCH] tpm: increase timeout for kselftests
 2022-06-26  6:18 UTC  (6+ messages)

CKI team seeing boot failures with 5.19 kernels on VMs with tpm device
 2022-06-26  6:08 UTC  (5+ messages)

[PATCH v5 00/10] TPM IRQ fixes
 2022-06-26  5:19 UTC  (31+ messages)
` [PATCH v5 01/10] tpm, tpm_tis: Avoid cache incoherency in test for interrupts
` [PATCH v5 02/10] tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register
` [PATCH v5 03/10] tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed
` [PATCH v5 04/10] tpm, tmp_tis: Claim locality before writing interrupt registers
` [PATCH v5 05/10] tpm, tpm_tis: Store result of interrupt capability query
` [PATCH v5 06/10] tpm, tpm_tis: Only handle supported interrupts in wait_for_tpm_stat()
` [PATCH v5 07/10] tmp, tmp_tis: Implement usage counter for locality
` [PATCH v5 08/10] tpm, tpm_tis: Request threaded interrupt handler
` [PATCH v5 09/10] tpm, tpm_tis: Claim locality in "
` [PATCH v5 10/10] tpm, tpm_tis: Enable interrupt test

efi_tpm_eventlog_init question
 2022-06-23  4:26 UTC 

Wycena paneli fotowoltaicznych
 2022-06-22  7:50 UTC 

[PATCH] tpm: sleep at least <...> ms in tpm_msleep()
 2022-06-20 15:58 UTC  (5+ messages)

[PATCH] tpm: Add check for Failure mode for TPM2 modules
 2022-06-20 14:59 UTC  (7+ messages)

Sending vendor specific commands to spi-nor flash
 2022-06-20  9:12 UTC  (3+ messages)

[PATCH v4 ima-evm-utils 0/3] fs-verity file signature support
 2022-06-20  0:34 UTC  (5+ messages)
` [PATCH v4 ima-evm-utils 1/3] Reset 'errno' after failure to open or access a file
` [PATCH v4 ima-evm-utils 2/3] Sign an fs-verity file digest
` [PATCH v4 ima-evm-utils 3/3] Verify an fs-verity file digest based signature

[PATCH 1/1] ci/ubuntu: impish -> jammy
 2022-06-17 19:22 UTC  (2+ messages)

[PATCH -next v2] ima: Refactor hash algo compatibility check
 2022-06-17  8:06 UTC 

[PATCH -next] ima: Refactor hash algo compatibility check
 2022-06-17  7:49 UTC 

[PATCH 00/10] Encrypted Hibernation
 2022-06-16 15:42 UTC  (6+ messages)

[PATCH v8 4/4] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification
 2022-06-16  1:46 UTC  (4+ messages)

[RFC PATCH v8 00/17] Integrity Policy Enforcement LSM (IPE)
 2022-06-15 22:12 UTC  (14+ messages)
` [RFC PATCH v8 02/17] ipe: add policy parser
` [RFC PATCH v8 03/17] ipe: add evaluation loop
` [RFC PATCH v8 05/17] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v8 07/17] ipe: add auditing support
` [RFC PATCH v8 10/17] block|security: add LSM blob to block_device
` [RFC PATCH v8 13/17] fsverity: consume builtin signature via LSM hook

[GIT PULL] tpmdd updates for v5.19-rc3
 2022-06-15 19:41 UTC  (2+ messages)

[PATCH v2] tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
 2022-06-15 18:44 UTC  (6+ messages)

[PATCH v6 0/3] tpm_tis_i2c
 2022-06-15 18:41 UTC  (8+ messages)
` [PATCH v6 1/3] dt-bindings: trivial-devices: Add Infineon SLB9673 TPM
` [PATCH v6 3/3] tpm: Add tpm_tis_i2c backend for tpm_tis_core

Wycena paneli fotowoltaicznych
 2022-06-15  7:55 UTC 

[PATCH v36 01/33] integrity: disassociate ima_filter_rule from security_audit_rule
 2022-06-12 19:35 UTC  (6+ messages)
` [PATCH v36 11/33] LSM: Use lsmblob in security_current_getsecid
` [PATCH v36 12/33] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v36 13/33] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v36 15/33] LSM: Ensure the correct LSM context releaser

[PATCH -next] Revert "evm: Fix memleak in init_desc"
 2022-06-11  3:24 UTC  (5+ messages)

[PATCH v12 00/26] ima: Namespace IMA with audit support in IMA-ns
 2022-06-09 14:27 UTC  (8+ messages)
` [PATCH v12 01/26] securityfs: rework dentry creation

[PATCH -next] ima: Use if/else statement in init_ima()
 2022-06-09 13:58 UTC 

[PATCH v2] KEYS: trusted: Fix memory leak in tpm2_key_encode()
 2022-06-09  5:28 UTC  (5+ 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).