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(-) [...]