LGTM On Thu Jan 23, 2025 at 3:46 PM CET, Claudio Imbrenda wrote: > With the latest patch, attempting to create a memslot from userspace > will result in an EEXIST error for UCONTROL VMs, instead of EINVAL, > since the new memslot will collide with the internal memslot. There is > no simple way to bring back the previous behaviour. > > This is not a problem, but the test needs to be fixed accordingly. > > Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> Reviewed-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx> > --- > tools/testing/selftests/kvm/s390x/ucontrol_test.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-)