Re: [PATCH v3 05/39] x86/ibt: Add ANNOTATE_NOENDBR

From: Josh Poimboeuf
Date: Fri Mar 04 2022 - 14:00:03 EST


On Thu, Mar 03, 2022 at 12:23:26PM +0100, Peter Zijlstra wrote:
> In order to have objtool warn about code references to !ENDBR
> instruction, we need an annotation to allow this for non-control-flow
> instances -- consider text range checks, text patching, or return
> trampolines etc.
>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>
> ---
> include/linux/objtool.h | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)

Also needs copied over to tools/include/linux/objtool.h to avoid the
sync warning.

--
Josh