Re: objtool clac/stac handling change..

From: Linus Torvalds
Date: Wed Jul 01 2020 - 15:04:59 EST


On Wed, Jul 1, 2020 at 11:41 AM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
>
> Rather nasty for ppc; they have separate user_read_access_end() and
> user_write_access_end().

That's actually for the access granting. Shutting the access down ends
up always doing the same thing anyway..

Linus