Re: [PATCH v2 3/8] objtool: Add module specific retpoline rules

2018-02-12 Thread Peter Zijlstra
On Mon, Feb 12, 2018 at 01:01:20PM +, David Woodhouse wrote: > On Mon, 2018-02-12 at 13:48 +0100, Peter Zijlstra wrote: > > David wanted to not use retpolines in .init.text but that will trip up > > objtool retpoline validation, fix that. > > I wanted, I got. This is upstream already (66f79309

Re: [PATCH v2 3/8] objtool: Add module specific retpoline rules

2018-02-12 Thread David Woodhouse
On Mon, 2018-02-12 at 13:48 +0100, Peter Zijlstra wrote: > David wanted to not use retpolines in .init.text but that will trip up > objtool retpoline validation, fix that. I wanted, I got. This is upstream already (66f793099a63) so this commit message possibly wants tweaking slightly. > Acked-by:

[PATCH v2 3/8] objtool: Add module specific retpoline rules

2018-02-12 Thread Peter Zijlstra
David wanted to not use retpolines in .init.text but that will trip up objtool retpoline validation, fix that. Acked-by: Josh Poimboeuf Requested-by: David Woodhouse Signed-off-by: Peter Zijlstra (Intel) --- scripts/Makefile.build|2 ++ tools/objtool/builtin-check.c |3 ++- too