Re: [PATCH V2 0/4] x86/insn: perf tools: Add AVX-512 support to the instruction decoder

From: Arnaldo Carvalho de Melo
Date: Thu Jul 21 2016 - 08:39:17 EST


Em Thu, Jul 21, 2016 at 02:18:34PM +0300, Adrian Hunter escreveu:
> On 20/07/16 21:11, Masami Hiramatsu wrote:
> > On Wed, 20 Jul 2016 11:30:33 +0300
> > Adrian Hunter <adrian.hunter@xxxxxxxxx> wrote:
> >> Here are patches to add support for Intel's AVX-512 instructions to the
> >> instruction decoder. Also there is a patch to fix vcvtph2ps.
> >>
> >> AVX-512 instructions are documented in Intel Architecture Instruction Set
> >> Extensions Programming Reference (February 2016).
> >>
> >> These patches do not conflict with Dan's removal of pcommit.
> >>
> >> Changes in V2:
> >>
> >> Split patches: separate out perf tools and new instructions test.
> >> Amend decription of 'evo' annotation in x86-opcode-map.txt
> >
> > Thanks for updating!
> >
> > Acked-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
> >
> > for the series :)
> >
> > Thank you,
>
> Thanks to Masami's quick ack's, I think it would be reasonable to queue
> these patches for v4.8 unless anyone objects.
>
> Arnaldo, if you are willing, please consider queuing these.

Yeah, I already have it, acked by Masami and Ingo,

Just pushed it in my perf/core branch.

Thanks,

- Arnaldo