From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9172 invoked by alias); 21 Oct 2009 11:26:44 -0000 Received: (qmail 9165 invoked by uid 22791); 21 Oct 2009 11:26:44 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx3.mail.elte.hu (HELO mx3.mail.elte.hu) (157.181.1.138) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Oct 2009 11:26:39 +0000 Received: from elvis.elte.hu ([157.181.1.14]) by mx3.mail.elte.hu with esmtp (Exim) id 1N0ZKg-0003F4-Sd from ; Wed, 21 Oct 2009 13:26:23 +0200 Received: by elvis.elte.hu (Postfix, from userid 1004) id EEECD3E22E3; Wed, 21 Oct 2009 13:26:17 +0200 (CEST) Date: Wed, 21 Oct 2009 11:26:00 -0000 From: Ingo Molnar To: Masami Hiramatsu Cc: Frederic Weisbecker , lkml , Jim Keniston , "H. Peter Anvin" , systemtap , DLE Subject: Re: [PATCH -tip perf/probes 0/2] x86 insn decoder bugfixes Message-ID: <20091021112619.GA16586@elte.hu> References: <20091020165518.4145.94115.stgit@dhcp-100-2-132.bos.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091020165518.4145.94115.stgit@dhcp-100-2-132.bos.redhat.com> User-Agent: Mutt/1.5.19 (2009-01-05) Received-SPF: neutral (mx3: 157.181.1.14 is neither permitted nor denied by domain of elte.hu) client-ip=157.181.1.14; envelope-from=mingo@elte.hu; helo=elvis.elte.hu; X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00238.txt.bz2 * Masami Hiramatsu wrote: > Hi Ingo, > > Here are x86 insn decoder bugfixes. > I checked it with your config and allyesconfig too. > > Thank you, > > --- > > Masami Hiramatsu (2): > x86: Add AES opcodes to opcode map > x86: Fix group attribute decoding bug > > > arch/x86/lib/inat.c | 2 +- > arch/x86/lib/x86-opcode-map.txt | 10 ++++++++-- > 2 files changed, 9 insertions(+), 3 deletions(-) Applied to tip:perf/probes, thanks Masami! Ingo