Re: [PATCH v3 01/23] KVM: s390: Refactor pgste lock and unlock functions

From: Christoph Schlameuss
Date: Tue Nov 11 2025 - 06:24:18 EST


On Thu Nov 6, 2025 at 5:10 PM CET, Claudio Imbrenda wrote:
> Move the pgste lock and unlock functions back into mm/pgtable.c and
> duplicate them in mm/gmap_helpers.c to avoid function name collisions
> later on.
>
> Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>

Reviewed-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>

> ---
> arch/s390/include/asm/pgtable.h | 22 ----------------------
> arch/s390/mm/gmap_helpers.c | 23 ++++++++++++++++++++++-
> arch/s390/mm/pgtable.c | 23 ++++++++++++++++++++++-
> 3 files changed, 44 insertions(+), 24 deletions(-)