Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753387AbbFHQlV (ORCPT ); Mon, 8 Jun 2015 12:41:21 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:46126 "EHLO e06smtp11.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753303AbbFHQlO (ORCPT ); Mon, 8 Jun 2015 12:41:14 -0400 In-Reply-To: <1432048104-4695-1-git-send-email-khandual@linux.vnet.ibm.com> References: <1432048104-4695-1-git-send-email-khandual@linux.vnet.ibm.com> Subject: Re: [PATCH V8 00/28] Add new powerpc specific ELF core notes X-KeepSent: 2F907C21:D0D51611-C1257E5E:005A75D4; type=4; name=$KeepSent To: Anshuman Khandual Cc: akpm@linux-foundation.org, avagin@openvz.org, benh@kernel.crashing.org, davej@redhat.com, davem@davemloft.net, dhowells@redhat.com, emachado@linux.vnet.ibm.com, james.hogan@imgtec.com, kirjanov@gmail.com, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, mikey@neuling.org, mpe@ellerman.id.au, nacc@linux.vnet.ibm.com, oleg@redhat.com, palves@redhat.com, Paul.Clothier@imgtec.com, peterz@infradead.org, sam.bobroff@au1.ibm.com, shuahkh@osg.samsung.com, sukadev@linux.vnet.ibm.com, tglx@linutronix.de X-Mailer: IBM Notes Release 9.0.1FP3 Octobe4, 2013 Message-ID: From: Ulrich Weigand Date: Mon, 8 Jun 2015 18:28:53 +0200 X-MIMETrack: Serialize by Router on D06ML032/06/M/IBM(Release 9.0.1FP3|January 12, 2015) at 08/06/2015 18:41:05 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15060816-0041-0000-0000-000004B33C81 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1455 Lines: 41 Anshuman Khandual wrote on 19.05.2015 17:07:56: > 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. > > Previous versions: > ================== > RFC: https://lkml.org/lkml/2014/4/1/292 > V1: https://lkml.org/lkml/2014/4/2/43 > V2: https://lkml.org/lkml/2014/5/5/88 > V3: https://lkml.org/lkml/2014/5/23/486 > V4: https://lkml.org/lkml/2014/11/11/6 > V5: https://lkml.org/lkml/2014/11/25/134 > V6: https://lkml.org/lkml/2014/12/2/98 > V7: https://lkml.org/lkml/2015/1/14/19 > > Changes in V8: > -------------- > - Split the misc register set into individual ELF core notes > - Implemented support for VSX register set (on and off TM) > - Implemented support for EBB register set > - Implemented review comments on previous versions > - Some code re-arrangements, re-writes and documentation > - Added comprehensive list of test cases into selftests This addresses all the issues I raised in my comments on V7. The register set layout looks good to me now. Thanks, Ulrich -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/