x86/insn: Add a __ignore_sync_check__ marker
authorBorislav Petkov <bp@suse.de>
Mon, 22 Feb 2021 12:34:40 +0000 (13:34 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 15 Mar 2021 10:00:57 +0000 (11:00 +0100)
commitd30c7b820be5c4777fe6c3b0c21f9d0064251e51
tree6ad20d5b7d1cf8d82ee99f2d700a10572f69224d
parent508ef28674c1fe6ac388586cb31dc0f0bbc4172c
x86/insn: Add a __ignore_sync_check__ marker

Add an explicit __ignore_sync_check__ marker which will be used to mark
lines which are supposed to be ignored by file synchronization check
scripts, its advantage being that it explicitly denotes such lines in
the code.

Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org>
Link: https://lkml.kernel.org/r/20210304174237.31945-4-bp@alien8.de
arch/x86/include/asm/inat.h
arch/x86/include/asm/insn.h
arch/x86/lib/inat.c
arch/x86/lib/insn.c
tools/arch/x86/include/asm/inat.h
tools/arch/x86/include/asm/insn.h
tools/arch/x86/lib/inat.c
tools/arch/x86/lib/insn.c
tools/objtool/sync-check.sh
tools/perf/check-headers.sh