Re: [PATCH v4 3/6] s390/uvdevice: Add 'List Secrets' UVC

From: Janosch Frank
Date: Wed Jun 07 2023 - 08:21:44 EST


On 6/6/23 20:08, Steffen Eiden wrote:
Userspace can call the List Secrets Ultravisor Call
using IOCTLs on the uvdevice. The List Secrets UV call lists the
identifier of the secrets in the UV secret store.

The uvdevice is merely transporting the request from userspace to
Ultravisor. It's neither checking nor manipulating the request or
response data.

Signed-off-by: Steffen Eiden <seiden@xxxxxxxxxxxxx>

Reviewed-by: Janosch Frank <frankja@xxxxxxxxxxxxx>