[patch V3 07/12] uaccess: Provide scoped masked user access regions
Thomas Gleixner
tglx at linutronix.de
Wed Oct 22 02:45:56 AEDT 2025
On Tue, Oct 21 2025 at 05:06, Linus Torvalds wrote:
> On Tue, 21 Oct 2025 at 04:30, Thomas Gleixner <tglx at linutronix.de> wrote:
>>
>> On Mon, Oct 20 2025 at 19:28, David Laight wrote:
>> >
>> > (I don't like the word 'masked' at all, not sure where it came from.
>>
>> It's what Linus named it and I did not think about the name much so far.
>
> The original implementation was a mask application, so it made sense
> at the time.
>
> 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?
the scope magic resolves either to the "masked" variant or to the
regular user_access_begin() + speculation barrier depending on
architecture support. But that's under the hood an implementation detail
of the scope...() macros.
Thanks,
tglx
More information about the Linuxppc-dev
mailing list