Messages in this thread |  | | From | Linus Torvalds <> | Date | Thu, 2 Apr 2020 13:47:24 -0700 | Subject | Re: [PATCH RESEND 1/4] uaccess: Add user_read_access_begin/end and user_write_access_begin/end |
| |
On Thu, Apr 2, 2020 at 1:27 PM Kees Cook <keescook@chromium.org> wrote: > > I was just speaking to design principles in this area: if the "enable" > is called when already enabled, Something Is Wrong. :)
Well, the "something is wrong" could easily be "the hardware does not support this".
I'm not at all interested in the crazy code to do this in software. Nobody sane should ever do that.
Yes, I realize that PaX did software emulation of things like that, and it was one of the reasons why it was never useful to any normal use.
Security is not an end goal in itself, it's always secondary to "can I use this".
Security that means "normal people can't use this, it's only for the special l33t users" is not security, it's garbage. That "do page tables in software" was a prime example of garbage.
Linus
|  |