Re: [PATCH v3 6/6] KVM: s390: ucontrol: Fix memslot handling

From: Claudio Imbrenda

Date: Tue Apr 07 2026 - 09:06:00 EST


On Tue, 7 Apr 2026 14:55:35 +0200
Steffen Eiden <seiden@xxxxxxxxxxxxx> wrote:

> On Thu, Apr 02, 2026 at 05:01:35PM +0200, Claudio Imbrenda wrote:
> > Fix memslots handling for UCONTROL guests. Attempts to delete user
> > memslots will fail, as they should, without the risk of a NULL pointer
> > dereference.
> >
>
> You may want to spend a fixes tag:
>
> Fixes: 413c98f24c63 ("KVM: s390: fake memslot for ucontrol VMs")

indeed, I will fix it when picking, thanks

>
> > Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
>
> Reviewed-by: Steffen Eiden <seiden@xxxxxxxxxxxxx>
>
> Steffen