Re: [PATCH -tip v2 1/2] x86: xen: insn: Decode Xen and KVM emulate-prefix signature

From: Masami Hiramatsu
Date: Thu Sep 05 2019 - 21:39:10 EST


On Thu, 5 Sep 2019 20:13:50 -0500
Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:

> On Fri, Sep 06, 2019 at 09:50:19AM +0900, Masami Hiramatsu wrote:
> > --- a/tools/objtool/sync-check.sh
> > +++ b/tools/objtool/sync-check.sh
> > @@ -4,6 +4,7 @@
> > FILES='
> > arch/x86/include/asm/inat_types.h
> > arch/x86/include/asm/orc_types.h
> > +arch/x86/include/asm/xen/prefix.h
> > arch/x86/lib/x86-opcode-map.txt
> > arch/x86/tools/gen-insn-attr-x86.awk
> > '
> > @@ -46,6 +47,6 @@ done
> > check arch/x86/include/asm/inat.h '-I "^#include [\"<]\(asm/\)*inat_types.h[\">]"'
> > check arch/x86/include/asm/insn.h '-I "^#include [\"<]\(asm/\)*inat.h[\">]"'
> > check arch/x86/lib/inat.c '-I "^#include [\"<]\(../include/\)*asm/insn.h[\">]"'
> > -check arch/x86/lib/insn.c '-I "^#include [\"<]\(../include/\)*asm/in\(at\|sn\).h[\">]"'
> > +check arch/x86/lib/insn.c '-I "^#include [\"<]\(../include/\)*asm/in\(at\|sn\).h[\">]" -I "^#include [\"<]\(../include/\)*asm/xen/prefix.h[\">]"'
>
> Unfortunately perf also has a similar sync check script:
> tools/perf/check-headers.sh. So you'll also need to add the above
> changes there.

Oops, I thought it was integrated... OK, I'll update this patch.

>
> Otherwise
>
> Acked-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>

Thanks!

>
> --
> Josh


--
Masami Hiramatsu <mhiramat@xxxxxxxxxx>