linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 05:26:47 to 2021-01-20 01:33:11 UTC [more...]

[PATCH v8 0/4] Introduce TEE based Trusted Keys support
 2021-01-20  1:31 UTC  (8+ messages)
` [PATCH v8 2/4] KEYS: trusted: Introduce TEE based Trusted Keys

[PATCH 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-01-20  0:33 UTC  (4+ messages)
` [PATCH 05/13] x86: Add early TPM1.2/TPM2.0 interface support for Secure Launch

[PATCH v5 00/42] idmapped mounts
 2021-01-19 15:05 UTC  (79+ messages)
` [PATCH v5 01/42] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v5 02/42] mount: make {lock,unlock}_mount_hash() static
` [PATCH v5 03/42] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v5 04/42] fs: split out functions to hold writers
` [PATCH v5 05/42] fs: add attr_flags_to_mnt_flags helper
` [PATCH v5 06/42] fs: add mount_setattr()
` [PATCH v5 07/42] tests: add mount_setattr() selftests
` [PATCH v5 08/42] fs: add id translation helpers
` [PATCH v5 09/42] mount: attach mappings to mounts
` [PATCH v5 10/42] capability: handle idmapped mounts
` [PATCH v5 11/42] namei: make permission helpers idmapped mount aware
` [PATCH v5 12/42] inode: make init and "
` [PATCH v5 13/42] attr: handle idmapped mounts
` [PATCH v5 14/42] acl: "
` [PATCH v5 15/42] fs: add file_user_ns() helper
` [PATCH v5 16/42] xattr: handle idmapped mounts
` [PATCH v5 17/42] commoncap: "
` [PATCH v5 18/42] stat: "
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 20/42] namei: introduce struct renamedata
` [PATCH v5 21/42] namei: prepare for idmapped mounts
` [PATCH v5 22/42] open: handle idmapped mounts in do_truncate()
` [PATCH v5 23/42] open: handle idmapped mounts
` [PATCH v5 24/42] af_unix: "
` [PATCH v5 25/42] utimes: "
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 27/42] notify: "
` [PATCH v5 28/42] init: "
` [PATCH v5 29/42] ioctl: "
` [PATCH v5 30/42] would_dump: "
` [PATCH v5 31/42] exec: "
` [PATCH v5 33/42] apparmor: "
` [PATCH v5 34/42] ima: "
` [PATCH v5 35/42] fat: "
` [PATCH v5 36/42] ext4: support "
` [PATCH v5 37/42] xfs: "
` [PATCH v5 38/42] ecryptfs: do not mount on top of "
` [PATCH v5 39/42] overlayfs: "
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v5 41/42] tests: extend mount_setattr tests
  ` [PATCH v5 32/42] fs: make helpers idmap mount aware

[PATCH] doc: trusted-encrypted: updates with TEE as a new trust source (update)
 2021-01-18  6:53 UTC  (8+ messages)

AW: TPM V2: kernel panic on linux reboot
 2021-01-17 18:35 UTC  (2+ messages)
  `  "

[PATCH 0/4] TPM fixes
 2021-01-17 18:13 UTC  (8+ messages)
` [PATCH 1/4] tpm: in case of error properly cleanup in tpmm_chip_alloc
` [PATCH 2/4] tpm: fix reference counting for struct tpm_chip
` [PATCH 3/4] tpm: in tpm2_del_space check if ops pointer is still valid
` [PATCH 4/4] tpm: Provide a function tpm_chip_free() to free tpm chips

[PATCH v15 00/10] Carry forward IMA measurement log on kexec on ARM64
 2021-01-17 13:23 UTC  (12+ messages)
` [PATCH v15 01/10] powerpc: Rename kexec elfcorehdr_addr to elf_headers_mem
` [PATCH v15 02/10] of: Add a common kexec FDT setup function
` [PATCH v15 03/10] arm64: Use common of_kexec_setup_new_fdt()
` [PATCH v15 04/10] powerpc: "
` [PATCH v15 05/10] ima: Move arch_ima_add_kexec_buffer() to ima
` [PATCH v15 06/10] powerpc: Move arch independent ima kexec functions to drivers/of/kexec.c
` [PATCH v15 07/10] kexec: Use fdt_appendprop_addrrange() to add ima buffer to FDT
` [PATCH v15 08/10] powerpc: Delete unused function delete_fdt_mem_rsv()
` [PATCH v15 09/10] arm64: Call kmalloc() to allocate DTB buffer
` [PATCH v15 10/10] arm64: Add IMA log information in kimage used for kexec

[PATCH v5 0/2] add sysfs exports for TPM 2 PCR registers
 2021-01-15 21:14 UTC  (16+ messages)
` [PATCH v5 1/2] tpm: add sysfs exports for all banks of "
` [PATCH v5 2/2] ABI: add sysfs description for tpm exports "

[PATCH v5 0/1] add sysfs exports for TPM 2 PCR registers
 2021-01-15 18:04 UTC  (10+ messages)
` [PATCH v5 1/1] tpm: add sysfs exports for all banks of "

[PATCH v10 0/8] IMA: support for measuring kernel integrity critical data
 2021-01-15 17:26 UTC  (22+ messages)
` [PATCH v10 5/8] IMA: limit critical data measurement based on a label
` [PATCH v10 8/8] selinux: include a consumer of the new IMA critical data hook

[PATCH v3 00/10] Enable root to update the blacklist keyring
 2021-01-15 13:06 UTC  (13+ messages)
` [PATCH v3 01/10] certs/blacklist: fix kernel doc interface issue
` [PATCH v3 02/10] certs: Fix blacklisted hexadecimal hash string check
` [PATCH v3 03/10] PKCS#7: Fix missing include
` [PATCH v3 04/10] certs: Fix blacklist flag type confusion
` [PATCH v3 05/10] certs: Replace K{U,G}IDT_INIT() with GLOBAL_ROOT_{U,G}ID
` [PATCH v3 06/10] certs: Make blacklist_vet_description() more strict
` [PATCH v3 07/10] certs: Factor out the blacklist hash creation
` [PATCH v3 08/10] certs: Check that builtin blacklist hashes are valid
` [PATCH v3 09/10] certs: Allow root user to append signed hashes to the blacklist keyring
` [PATCH v3 10/10] tools/certs: Add print-cert-tbs-hash.sh

[PATCH] tpm/tpm_tis: Fix variable reset during IRQ probing
 2021-01-15  9:23 UTC  (4+ messages)

evmctl import -EPERM in initrd (dracut), but works after system boot
 2021-01-15  8:58 UTC  (3+ messages)

[PATCH] selinux: include a consumer of the new IMA critical data hook
 2021-01-14 20:01 UTC  (4+ messages)

[PATCH v2 0/5] Enable root to update the blacklist keyring
 2021-01-14  4:15 UTC  (4+ messages)

[PATCH v5 0/2] add sysfs exports for TPM 2 PCR registers
 2021-01-13 23:18 UTC 

[PATCH] [v2] evm: Fix memleak in init_desc
 2021-01-13 15:16 UTC  (2+ messages)

[PATCH v14 0/6] Carry forward IMA measurement log on kexec on ARM64
 2021-01-13  2:16 UTC  (16+ messages)
` [PATCH v14 2/6] powerpc: Move arch independent ima kexec functions to drivers/of/kexec.c
` [PATCH v14 4/6] powerpc: Delete unused functions
` [PATCH v14 6/6] arm64: Add IMA log information in kimage used for kexec

[PATCH v2 0/2] IMA: Add test for dm-crypt measurement
 2021-01-12 23:13 UTC  (3+ messages)
` [PATCH v2 2/2] "

IMA appraisal with TPMv2?
 2021-01-12 22:28 UTC  (2+ messages)

[PATCH AUTOSEL 5.7 03/30] ima: extend boot_aggregate with kernel measurements
 2021-01-12 16:56 UTC  (9+ messages)

[RFC PATCH 0/4] Kexec FDT setup consolidation
 2021-01-12 14:02 UTC  (3+ messages)
` [RFC PATCH 3/4] arm64: Use common of_kexec_setup_new_fdt()


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