Re: [PATCH v4 2/6] s390/uv: Retrieve UV secrets support
From: Christoph Schlameuss
Date: Tue Oct 22 2024 - 04:25:56 EST
On Fri Oct 18, 2024 at 11:15 AM CEST, Steffen Eiden wrote:
> Provide a kernel API to retrieve secrets from the UV secret store.
> Add two new functions:
> * `uv_get_secret_metadata` - get metadata for a given secret identifier
> * `uv_retrieve_secret` - get the secret value for the secret index
>
> With those two functions one can extract the secret for a given secret
> id, if the secret is retrievable.
>
> Signed-off-by: Steffen Eiden <seiden@xxxxxxxxxxxxx>
Reviewed-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
> ---
> arch/s390/include/asm/uv.h | 135 ++++++++++++++++++++++++++++++++++++-
> arch/s390/kernel/uv.c | 129 ++++++++++++++++++++++++++++++++++-
> 2 files changed, 261 insertions(+), 3 deletions(-)
[...]