Re: [PATCH] s390/maccess: use proper PTE accessors for copying old memory
From: Heiko Carstens
Date: Tue Jul 21 2026 - 05:20:11 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(-)
Patch subject needs to be fixed. Upper case "Use".
Besides that:
Reviewed-by: Heiko Carstens <hca@xxxxxxxxxxxxx>