From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752606AbcEIMzR (ORCPT ); Mon, 9 May 2016 08:55:17 -0400 Received: from e28smtp01.in.ibm.com ([125.16.236.1]:54556 "EHLO e28smtp01.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751375AbcEIMzP (ORCPT ); Mon, 9 May 2016 08:55:15 -0400 X-IBM-Helo: d28dlp02.in.ibm.com X-IBM-MailFrom: khandual@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Message-ID: <5730889F.5030501@linux.vnet.ibm.com> Date: Mon, 09 May 2016 18:24:55 +0530 From: Anshuman Khandual User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Michael Ellerman , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org CC: mikey@neuling.org, sukadev@linux.vnet.ibm.com, emachado@linux.vnet.ibm.com, sam.bobroff@au1.ibm.com Subject: Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes References: <1455613198-5113-1-git-send-email-khandual@linux.vnet.ibm.com> <1462535365.13173.1.camel@ellerman.id.au> In-Reply-To: <1462535365.13173.1.camel@ellerman.id.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16050912-4790-0000-0000-00000F908347 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/06/2016 05:19 PM, Michael Ellerman wrote: > On Tue, 2016-02-16 at 14:29 +0530, Anshuman Khandual wrote: > >> > This patch series adds twelve new ELF core note sections which can >> > be used with existing ptrace request PTRACE_GETREGSET-SETREGSET for accessing >> > various transactional memory and other miscellaneous debug register sets on >> > powerpc platform. >> > >> > Test Result (All tests pass on both BE and LE) >> > ---------------------------------------------- >> > ptrace-ebb PASS >> > ptrace-gpr PASS >> > ptrace-tm-gpr PASS >> > ptrace-tm-spd-gpr PASS >> > ptrace-tar PASS >> > ptrace-tm-tar PASS >> > ptrace-tm-spd-tar PASS >> > ptrace-vsx PASS >> > ptrace-tm-vsx PASS >> > ptrace-tm-spd-vsx PASS >> > ptrace-tm-spr PASS > How are you building the tests? On BE I get: Yeah, it fails to compile on 32 bit BE. Will make it explicit -m64 next time around.