All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] s390: Add attestation query information
@ 2022-05-18 13:59 Steffen Eiden
  2022-05-18 13:59 ` [PATCH v2 1/1] " Steffen Eiden
  2022-05-20 11:11 ` [PATCH v2 0/1] " Heiko Carstens
  0 siblings, 2 replies; 7+ messages in thread
From: Steffen Eiden @ 2022-05-18 13:59 UTC (permalink / raw)
  To: Heiko Carstens, Christian Borntraeger, Janosch Frank,
	Claudio Imbrenda, Nico Boehr, linux-s390, linux-kernel

By design the uv-device does not check whether an incoming attestation
measurement request only specifies valid plaintext flags or has the
right request version, as these values are verified by the Ultravisor
anyway. However, the userspace program that generates these requests
might want to know which flags/versions are supported in order to
create requests without trial and error. Therefore, we must expose the
supported plaintext flags and versions to userspace.

since v1:
	* rebased on Janosch's "kvm: s390: Add PV dump support" series
	* added rationale as this cover letter

Steffen Eiden (1):
  s390: Add attestation query information

 arch/s390/boot/uv.c        |  2 ++
 arch/s390/include/asm/uv.h |  7 ++++++-
 arch/s390/kernel/uv.c      | 20 ++++++++++++++++++++
 3 files changed, 28 insertions(+), 1 deletion(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-23  6:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 13:59 [PATCH v2 0/1] s390: Add attestation query information Steffen Eiden
2022-05-18 13:59 ` [PATCH v2 1/1] " Steffen Eiden
2022-05-20 14:48   ` Janosch Frank
2022-05-24 14:55   ` Claudio Imbrenda
2022-06-01 10:02   ` Steffen Eiden
2022-06-23  6:26     ` Janosch Frank
2022-05-20 11:11 ` [PATCH v2 0/1] " Heiko Carstens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.