Re: [patch V3 07/12] uaccess: Provide scoped masked user access regions
From: Linus Torvalds
Date: Tue Oct 21 2025 - 11:51:46 EST
On Tue, 21 Oct 2025 at 05:46, Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> On Tue, Oct 21 2025 at 05:06, Linus Torvalds wrote:
> >
> > We could still change it since there aren't that many users, but I'm
> > not sure what would be a better name...
>
> I couldn't come up with something sensible for the architecture side.
>
> But for the scope guards I think the simple scoped_user_$MODE_access()
> is fine as for the usage site it's just a user access, no?
Ack.
Linus