s390/uvdevice: Add 'List Secrets' UVC
authorSteffen Eiden <seiden@linux.ibm.com>
Thu, 15 Jun 2023 10:05:30 +0000 (12:05 +0200)
committerJanosch Frank <frankja@linux.ibm.com>
Fri, 16 Jun 2023 09:08:09 +0000 (11:08 +0200)
commitb96b3ce2720145bd981988443288fbc4bdf37854
tree7d97dca7727f9b24fc6494e7c283773602db790f
parent44567ca21aaf6f60cb5dcde180b1f6aab9da33dd
s390/uvdevice: Add 'List Secrets' UVC

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@linux.ibm.com>
Reviewed-by: Janosch Frank <frankja@linux.ibm.com>
Link: https://lore.kernel.org/r/20230615100533.3996107-5-seiden@linux.ibm.com
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Message-Id: <20230615100533.3996107-5-seiden@linux.ibm.com>
arch/s390/include/asm/uv.h
arch/s390/include/uapi/asm/uvdevice.h
drivers/s390/char/uvdevice.c