On Mon, 10 May 2021 13:51:44 +0000 Janosch Frank <frankja@xxxxxxxxxxxxx> wrote: > They are needed in the new UV tests. > > As we now extend the size of the query struct, we need to set the > length in the UV guest query test to a constant instead of using > sizeof. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > Reviewed-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> > --- > lib/s390x/asm/uv.h | 148 ++++++++++++++++++++++++++++++++++++++++++++- > s390x/uv-guest.c | 3 +- > 2 files changed, 149 insertions(+), 2 deletions(-) Can't really verify the actual values/layouts, but looks sane to me. Acked-by: Cornelia Huck <cohuck@xxxxxxxxxx>