linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-15 14:33:23 to 2022-07-07 04:26:30 UTC [more...]

[PATCH v5 0/6] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-07-07  4:25 UTC  (8+ messages)
` [PATCH v5 1/6] of: check previous kernel's ima-kexec-buffer against memory bounds
` [PATCH v5 2/6] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v5 3/6] x86/kexec: Carry forward IMA measurement log on kexec
` [PATCH v5 4/6] tpm: of: Make of-tree specific function commonly available
` [PATCH v5 5/6] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v5 6/6] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH] ima/evm: Fix potential memory leak in ima_init_crypto()
 2022-07-07  3:19 UTC  (2+ messages)

[syzbot] possible deadlock in mnt_want_write (2)
 2022-07-06 22:24 UTC  (3+ messages)

[PATCH] tpm_tis: Hold locality open during probe
 2022-07-06 16:40 UTC 

[PATCH v4 0/5] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-07-06 15:06 UTC  (9+ messages)
` [PATCH v4 1/5] of: check previous kernel's ima-kexec-buffer against memory bounds
` [PATCH v4 2/5] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v4 3/5] tpm: of: Make of-tree specific function commonly available
` [PATCH v4 4/5] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v4 5/5] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH v9 0/4] unify the keyrings of arm64 and s390 with x86 to verify kexec'ed kernel signature
 2022-07-06 14:33 UTC  (8+ messages)
` [PATCH v9 1/4] kexec: clean up arch_kexec_kernel_verify_sig
` [PATCH v9 2/4] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH v9 3/4] arm64: kexec_file: use more system keyrings to verify kernel image signature
` [PATCH v9 4/4] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification

[PATCH 6/6] i2c: Make remove callback return void
 2022-07-06  9:31 UTC  (14+ messages)
` [PATCH 0/6] "

[PATCH] ima: Fix a potential integer overflow in ima_appraise_measurement
 2022-07-06  8:50 UTC  (3+ messages)

[PATCH v2] ima: fix violation measurement list record
 2022-07-05 14:49 UTC  (2+ messages)

[PATCH v3] tpm: Add check for Failure mode for TPM2 modules
 2022-07-05 13:24 UTC 

[PATCH v2] tpm: Add check for Failure mode for TPM2 modules
 2022-07-05 13:18 UTC  (3+ messages)

[PATCH v2] ima: Fix a potential integer overflow in ima_appraise_measurement
 2022-07-05  5:14 UTC 

[PATCH v7 00/10] TPM IRQ fixes
 2022-07-04 17:45 UTC  (17+ 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] Carry forward IMA measurement log on kexec on x86_64
 2022-07-04  2:36 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] x86/kexec: Carry forward IMA measurement log on kexec
    ` [PATCH v4] "
      ` [PATCH v5] "
        ` [PATCH v6] "
          ` [PATCH v7] "

[PATCH] tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCH
 2022-07-02  8:09 UTC 

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC 

[PATCH] ima: fix violation measurement list record
 2022-07-01 22:43 UTC  (3+ messages)

[PATCH -next] tpm: fix platform_no_drv_owner.cocci warning
 2022-07-01  9:13 UTC 

[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  (11+ 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

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

[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] 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  (5+ messages)
` [RFC PATCH v8 02/17] ipe: add policy parser
` [RFC PATCH v8 07/17] ipe: add auditing support

[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  (5+ messages)
` [PATCH v6 3/3] tpm: Add tpm_tis_i2c backend for tpm_tis_core


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