On Wed Oct 2, 2024 at 6:05 PM CEST, Steffen Eiden wrote: > Add an extended List Secrets IOCTL. In contrast to the first list IOCTL > this accepts an index as the first two bytes of the provided page as an > input. This index is then taken as the index offset for the list UVC to > receive later entries for the list. > > Signed-off-by: Steffen Eiden <seiden@xxxxxxxxxxxxx> Reviewed-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx> > --- > arch/s390/include/uapi/asm/uvdevice.h | 4 ++ > drivers/s390/char/uvdevice.c | 96 ++++++++++++++++++++------- > 2 files changed, 75 insertions(+), 25 deletions(-) [...]