Re: [PATCH 00/20] objtool: UACCESS validation v3

From: Linus Torvalds
Date: Thu Mar 07 2019 - 12:48:40 EST


On Thu, Mar 7, 2019 at 9:46 AM Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
>
> Is that possible to do in a C macro? Doesn't seem to work for me...

The meat of that macro could easily be done as a helper inline function.

But as mentioned, I think a better option would be to remove it
entirely, if at all possible.

The best part about that config option is the comment, and while cute
I don't think that's really worth saving it for...

Linus