Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752915AbdLKNtg (ORCPT ); Mon, 11 Dec 2017 08:49:36 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:35521 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752439AbdLKNtf (ORCPT ); Mon, 11 Dec 2017 08:49:35 -0500 X-Google-Smtp-Source: ACJfBos4zHUpTAEuykIrSmEUH2Kw04NGc4nmYuSz28Ti5WIHRIsZnm29lO93EpaDf1Ubcg762PuOYQ== Date: Mon, 11 Dec 2017 14:49:31 +0100 From: Ingo Molnar To: Randy Dunlap Cc: LKML , X86 ML , Masami Hiramatsu , Josh Poimboeuf Subject: Re: [PATCH] x86: update/correct opcode-map Message-ID: <20171211134931.pfdzq5qban6qjpes@gmail.com> References: <9954ae4c-f3e9-ab6c-5c6b-cc914f246ab0@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9954ae4c-f3e9-ab6c-5c6b-cc914f246ab0@infradead.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 818 Lines: 28 * Randy Dunlap wrote: > From: Randy Dunlap > > Update x86-opcode-map.txt based on the October 2017 Intel SDM publication. > Correct INVPID to INVVPID. > Add UD0, UD1, and UD2 instruction opcodes. > > Signed-off-by: Randy Dunlap > Cc: Masami Hiramatsu > Cc: Josh Poimboeuf > Cc: x86 maintainers > --- > > arch/x86/lib/x86-opcode-map.txt | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > Are these following file updated automatically or manually? > ./tools/objtool/arch/x86/lib/x86-opcode-map.txt > ./tools/perf/util/intel-pt-decoder/x86-opcode-map.txt Manually, but I'll do that when applying to patch, no need to complicate your workflow. Thanks, Ingo