Re: [PATCH] s390/maccess: use proper PTE accessors for copying old memory

From: Vasily Gorbik

Date: Tue Jul 21 2026 - 06:33:41 EST


On Mon, Jul 20, 2026 at 04:47:34PM +0200, Alexander Gordeev wrote:
> Follow the pattern established by commit c33c794828f2 ("mm:
> ptep_get() conversion") and use proper PTE accessors instead
> of a direct pointer dereference in memcpy_real_iter().
>
> Signed-off-by: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>
> ---
> arch/s390/mm/maccess.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thank you!