Re: [PATCH net-next] net: Convert move_addr_to_user() to scoped user access

From: Eric Dumazet

Date: Wed Mar 11 2026 - 06:28:44 EST


On Tue, Mar 10, 2026 at 12:33 PM Christophe Leroy (CS GROUP)
<chleroy@xxxxxxxxxx> wrote:
>
> move_addr_to_user() is a critical functions that was converted to
> masked user access by commit 1fb0e471611d ("net: remove one stac/clac
> pair from move_addr_to_user()")
>
> Convert it to scoped user access to simplify the code.
>
> Signed-off-by: Christophe Leroy (CS GROUP) <chleroy@xxxxxxxxxx>
> Cc: Eric Dumazet <edumazet@xxxxxxxxxx>

Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>