[PATCH v1 0/1] KVM: s390: Fix missing present bit for gmap puds

Claudio Imbrenda posted 1 patch 3 months, 1 week ago
arch/s390/mm/gmap.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[PATCH v1 0/1] KVM: s390: Fix missing present bit for gmap puds
Posted by Claudio Imbrenda 3 months, 1 week ago
This patch solves the issue uncovered by patch caf527048be8
("mm/huge_memory: add device-private THP support to PMD operations"),
which is at the moment in -next.

@Andrew: do you think it's possible to squeeze this patch in -next
_before_ the patches that introduce the issue? This will guarantee that
the patch is merged first, and will not break bisections once merged.


Claudio Imbrenda (1):
  KVM: s390: Fix missing present bit for gmap puds

 arch/s390/mm/gmap.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.51.0
Re: [PATCH v1 0/1] KVM: s390: Fix missing present bit for gmap puds
Posted by Andrew Morton 3 months, 1 week ago
On Tue, 28 Oct 2025 14:01:49 +0100 Claudio Imbrenda <imbrenda@linux.ibm.com> wrote:

> @Andrew: do you think it's possible to squeeze this patch in -next
> _before_ the patches that introduce the issue? This will guarantee that
> the patch is merged first, and will not break bisections once merged.

no problem, thanks.