linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-03 12:02:15 to 2022-05-11 10:28:48 UTC [more...]

[PATCH v9 0/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-11 10:28 UTC  (19+ messages)
` [PATCH v9 1/7] KEYS: trusted: allow use of TEE as backend without TCG_TPM support
` [PATCH v9 2/7] KEYS: trusted: allow use of kernel RNG for key material
` [PATCH v9 3/7] crypto: caam - determine whether CAAM supports blob encap/decap
  ` [EXT] "
` [PATCH v9 4/7] crypto: caam - add in-kernel interface for blob generator
` [PATCH v9 5/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
` [PATCH v9 6/7] doc: trusted-encrypted: describe new CAAM trust source
` [PATCH v9 7/7] MAINTAINERS: add KEYS-TRUSTED-CAAM

[PATCH] Carry forward IMA measurement log on kexec on x86_64
 2022-05-11  9:59 UTC  (14+ messages)
` [PATCH v2] "
  ` [PATCH v3] x86/kexec: Carry forward IMA measurement log on kexec

[PATCH v12 00/26] ima: Namespace IMA with audit support in IMA-ns
 2022-05-10 20:41 UTC  (15+ messages)
` [PATCH v12 01/26] securityfs: rework dentry creation

[PATCH 00/10] Encrypted Hibernation
 2022-05-10 16:02 UTC  (17+ messages)
` [PATCH 01/10] tpm: Add support for in-kernel resetting of PCRs
` [PATCH 02/10] tpm: Allow PCR 23 to be restricted to kernel-only use
` [PATCH 03/10] security: keys: trusted: Parse out individual components of the key blob
` [PATCH 04/10] security: keys: trusted: Allow storage of PCR values in creation data
` [PATCH 05/10] security: keys: trusted: Verify "
` [PATCH 06/10] PM: hibernate: Add kernel-based encryption
` [PATCH 07/10] PM: hibernate: Use TPM-backed keys to encrypt image
` [PATCH 08/10] PM: hibernate: Mix user key in encrypted hibernate
` [PATCH 09/10] PM: hibernate: Verify the digest encryption key
` [PATCH 10/10] PM: hibernate: seal the encryption key with a PCR policy

[PATCH] tpm: increase timeout for kselftests
 2022-05-10 11:56 UTC  (2+ messages)

[PATCH] tpm: sleep at least <...> ms in tpm_msleep()
 2022-05-10 11:29 UTC 

[RFC PATCH 0/3] dm ima: allow targets to remeasure their state
 2022-05-09 17:07 UTC  (10+ messages)
` [RFC PATCH 1/3] dm ima: allow targets to remeasure their table entry
` [RFC PATCH 2/3] dm verity: add support for IMA target update event

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

[PATCH v3 00/21] xen: simplify frontend side ring setup
 2022-05-09 13:23 UTC  (5+ messages)
` [PATCH v3 15/21] xen/tpmfront: use xenbus_setup_ring() and xenbus_teardown_ring()

[PATCH 1/2] tpm: Fix buffer access in tpm2_get_tpm_pt()
 2022-05-09 12:50 UTC  (6+ messages)
` [PATCH 2/2] tpm: Add Field Upgrade mode support for Infineon TPM2 modules

[PATCH v4 0/6] TPM irq fixes
 2022-05-09  8:05 UTC  (7+ messages)
` [PATCH v4 1/6] tpm, tpm_tis_spi: Request threaded irq
` [PATCH v4 2/6] tpm, tpm_tis: Claim and release locality only once
` [PATCH v4 3/6] tpm, tpm_tis: enable irq test
` [PATCH v4 4/6] tpm, tpm_tis: avoid CPU cache incoherency in "
` [PATCH v4 5/6] tpm, tpm_tis: Move irq test from tpm_tis_send() to tpm_tis_probe_irq_single()
` [PATCH v4 6/6] tpm, tpm_tis: Only enable supported IRQs

[PATCH v8 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-07 21:30 UTC  (9+ messages)
` [PATCH v8 5/6] doc: trusted-encrypted: describe new CAAM trust source
` [PATCH v8 6/6] MAINTAINERS: add myself as CAAM trusted key maintainer

[PATCH v2 1/4] tpm: Add tpm_tis_i2c backend for tpm_tis_core
 2022-05-07 19:56 UTC  (9+ messages)
` [PATCH v2 2/4] tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer
` [PATCH v2 3/4] tpm: Implement command and response retry in tpm_tis_core
` [PATCH v2 4/4] dt-bindings: doc/devicetree/bindings/security/tpm: Move tpm-i2c.txt to YAML

[PATCH 0/3] Append line feed to files in securityfs
 2022-05-06 12:31 UTC  (7+ messages)
` [PATCH 1/3] securityfs: Append line feed to /sys/kernel/security/lsm
` [PATCH 2/3] evm: Append line feed to /sys/kernel/security/evm
` [PATCH 3/3] ima: Append line feed to ima/binary_runtime_measurements

[PATCH v9 0/7] ima: support fs-verity digests and signatures
 2022-05-06 11:34 UTC  (12+ messages)
` [PATCH v9 1/7] ima: fix 'd-ng' comments and documentation
` [PATCH v9 2/7] ima: use IMA default hash algorithm for integrity violations
` [PATCH v9 3/7] fs-verity: define a function to return the integrity protected file digest
` [PATCH v9 4/7] ima: define a new template field named 'd-ngv2' and templates
  ` [PATCH v9 4/7] ima: define a new template field named 'd-ngv2' and templates (repost)
  ` [PATCH v9 4/7] ima: define a new template field named 'd-ngv2' and templates (repost with fix)
` [PATCH v9 5/7] ima: permit fsverity's file digests in the IMA measurement list
` [PATCH v9 6/7] ima: support fs-verity file digest based version 3 signatures
` [PATCH v9 7/7] fsverity: update the documentation

[PATCH 00/32] Introduce flexible array struct memcpy() helpers
 2022-05-06 11:15 UTC  (60+ messages)
` [PATCH 01/32] netlink: Avoid memcpy() across flexible array boundary
` [PATCH 02/32] Introduce flexible array struct memcpy() helpers
` [PATCH 03/32] flex_array: Add Kunit tests
` [PATCH 04/32] fortify: Add run-time WARN for cross-field memcpy()
` [PATCH 05/32] brcmfmac: Use mem_to_flex_dup() with struct brcmf_fweh_queue_item
` [PATCH 06/32] iwlwifi: calib: Prepare to use mem_to_flex_dup()
` [PATCH 07/32] iwlwifi: calib: Use mem_to_flex_dup() with struct iwl_calib_result
` [PATCH 08/32] iwlwifi: mvm: Use mem_to_flex_dup() with struct ieee80211_key_conf
` [PATCH 09/32] p54: Use mem_to_flex_dup() with struct p54_cal_database
` [PATCH 10/32] wcn36xx: Use mem_to_flex_dup() with struct wcn36xx_hal_ind_msg
` [PATCH 11/32] nl80211: Use mem_to_flex_dup() with struct cfg80211_cqm_config
` [PATCH 12/32] cfg80211: Use mem_to_flex_dup() with struct cfg80211_bss_ies
` [PATCH 13/32] mac80211: Use mem_to_flex_dup() with several structs
` [PATCH 14/32] af_unix: Use mem_to_flex_dup() with struct unix_address
` [PATCH 15/32] 802/garp: Use mem_to_flex_dup() with struct garp_attr
` [PATCH 16/32] 802/mrp: Use mem_to_flex_dup() with struct mrp_attr
` [PATCH 17/32] net/flow_offload: Use mem_to_flex_dup() with struct flow_action_cookie
` [PATCH 18/32] firewire: Use __mem_to_flex_dup() with struct iso_interrupt_event
` [PATCH 19/32] afs: Use mem_to_flex_dup() with struct afs_acl
` [PATCH 20/32] ASoC: sigmadsp: Use mem_to_flex_dup() with struct sigmadsp_data
` [PATCH 21/32] soc: qcom: apr: Use mem_to_flex_dup() with struct apr_rx_buf
` [PATCH 22/32] atags_proc: Use mem_to_flex_dup() with struct buffer
` [PATCH 23/32] Bluetooth: Use mem_to_flex_dup() with struct hci_op_configure_data_path
` [PATCH 24/32] IB/hfi1: Use mem_to_flex_dup() for struct tid_rb_node
` [PATCH 25/32] Drivers: hv: utils: Use mem_to_flex_dup() with struct cn_msg
` [PATCH 26/32] ima: Use mem_to_flex_dup() with struct modsig
` [PATCH 27/32] KEYS: Use mem_to_flex_dup() with struct user_key_payload
` [PATCH 28/32] selinux: Use mem_to_flex_dup() with xfrm and sidtab
` [PATCH 29/32] xtensa: Use mem_to_flex_dup() with struct property
` [PATCH 30/32] usb: gadget: f_fs: Use mem_to_flex_dup() with struct ffs_buffer
` [PATCH 31/32] xenbus: Use mem_to_flex_dup() with struct read_buffer
` [PATCH 32/32] esas2r: Use __mem_to_flex() with struct atto_ioctl

[PATCH v3 0/1] ima: fix boot command line issue
 2022-05-06  1:31 UTC  (6+ messages)
` [PATCH v3 1/1] ima: remove the IMA_TEMPLATE Kconfig option

Question on permissions of runtime and bios measurements files
 2022-05-05 13:59 UTC 

Alliance 8.7: Join Alliance Submission by 💟 Fiona is interested in your profile! Click here: http://inx.lv/GHWi?a5s 💟
 2022-05-04 19:42 UTC 

5/04/2022 Product Inquiry (JL)
 2022-05-04 16:11 UTC 

[PATCH v8 3/6] crypto: caam - add in-kernel interface for blob generator
 2022-05-04  6:39 UTC  (3+ messages)

Dell XPS 13 9310 2-in-1: tpm tpm0: invalid TPM_STS.x 0xff, dumping stack for forensics
 2022-05-04  6:31 UTC 

[PATCH v7 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-04  4:11 UTC  (5+ messages)
` [EXT] "

[PATCH] char: tpm: cr50_i2c: Drop if with an always false condition
 2022-05-04  4:06 UTC  (13+ messages)
              ` [PATCH] char: tpm: cr50_i2c: Suppress duplicated error message in .remove()

Permissions on binary_runtime_measurements and tpm0/binary_bios_measurements
 2022-05-03 19:23 UTC 

2nd Quater puchase request
 2022-05-03 14:49 UTC 


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