Re: [PATCH v2 5/8] KVM: s390: vsie: Fix refcount overflow for shadow gmaps

From: Janosch Frank

Date: Tue Mar 24 2026 - 10:39:18 EST


On 3/20/26 17:15, Claudio Imbrenda wrote:
In most cases gmap_put() was not called when it should have.

Add the missing gmap_put() in vsie_run().

Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
Fixes: e38c884df921 ("KVM: s390: Switch to new gmap")


Reviewed-by: Janosch Frank <frankja@xxxxxxxxxxxxx>