LGTM On Mon Nov 4, 2024 at 4:36 PM CET, Steffen Eiden wrote: > Enable the list IOCTL to provide lists longer than one page (85 entries). > The list IOCTL now accepts any argument length in page granularity. > It fills the argument up to this length with entries until the list > ends. User space unaware of this enhancement will still receive one page > of data and an uv_rc 0x0100. > > Signed-off-by: Steffen Eiden <seiden@xxxxxxxxxxxxx> Reviewed-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx> > --- > v3: remove upper boundary (8 pages) for arg len > > drivers/s390/char/uvdevice.c | 71 ++++++++++++++++++++++++++---------- > 1 file changed, 52 insertions(+), 19 deletions(-) [...]