From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752466AbcGUMjQ (ORCPT ); Thu, 21 Jul 2016 08:39:16 -0400 Received: from mail.kernel.org ([198.145.29.136]:52300 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751957AbcGUMjM (ORCPT ); Thu, 21 Jul 2016 08:39:12 -0400 Date: Thu, 21 Jul 2016 09:39:07 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: Masami Hiramatsu , linux-kernel@vger.kernel.org, Jiri Olsa , Dan Williams , Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner , Andy Lutomirski , X86 ML Subject: Re: [PATCH V2 0/4] x86/insn: perf tools: Add AVX-512 support to the instruction decoder Message-ID: <20160721123907.GG18962@kernel.org> References: <1469003437-32706-1-git-send-email-adrian.hunter@intel.com> <20160721031127.97f0f3bb0cab21d9b14896ef@kernel.org> <5790AF8A.1000006@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5790AF8A.1000006@intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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 > > > > 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