From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13645 invoked by alias); 16 Nov 2009 23:07:15 -0000 Received: (qmail 13638 invoked by uid 22791); 16 Nov 2009 23:07:14 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Nov 2009 23:06:11 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAGN69TR012974 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 16 Nov 2009 18:06:09 -0500 Received: from [127.0.0.1] (dhcp-100-2-46.bos.redhat.com [10.16.2.46]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nAGN68Pa020592; Mon, 16 Nov 2009 18:06:08 -0500 From: Masami Hiramatsu Subject: [PATCH -next 0/3] x86 insn decoder test updates (Re: linux-next: Tree for October 29 (x86 posttest)) To: linux-next@vger.kernel.org, Stephen Rothwell Cc: Stephen Rothwell , Randy Dunlap , Jim Keniston , "H. Peter Anvin" , Ingo Molnar , lkml, systemtap, DLE Date: Mon, 16 Nov 2009 23:07:00 -0000 Message-ID: <20091116230611.5250.86656.stgit@harusame> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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/msg00542.txt.bz2 Here are the patches which update x86 instruction decoder build-time test. As Stephen reported on linux-next, sometimes objdump decodes bad instructions as normal. This will cause a false positive result on x86 insn decoder test. This patches update the test as below; - Show more information with V=1 - Show in which symbol the difference places. - Just warning instead of build failure. Thank you, --- Masami Hiramatsu (3): x86: insn decoder test shows build warning x86: Show symbol name if insn decoder test failed x86: Add verbose option to insn decoder test arch/x86/tools/Makefile | 9 +++- arch/x86/tools/distill.awk | 5 ++ arch/x86/tools/test_get_len.c | 99 ++++++++++++++++++++++++++++++++++------- 3 files changed, 95 insertions(+), 18 deletions(-) -- Masami Hiramatsu Software Engineer Hitachi Computer Products (America), Inc. Software Solutions Division e-mail: mhiramat@redhat.com