Re: [PATCH V10 18/28] selftests, powerpc: Add ptrace tests for GPR/FPR registers

From: Anshuman Khandual
Date: Wed Mar 02 2016 - 04:06:04 EST


On 03/02/2016 06:10 AM, Cyril Bur wrote:
> On Tue, 16 Feb 2016 14:29:48 +0530
> Anshuman Khandual <khandual@xxxxxxxxxxxxxxxxxx> wrote:
>
>> > This patch adds ptrace interface test for GPR/FPR registers.
>> > This adds ptrace interface based helper functions related to
>> > GPR/FPR access and some assembly helper functions related to
>> > GPR/FPR registers.
>> >
> I wonder if with a bit of thought we could share our assembly helper
> functions... https://patchwork.ozlabs.org/patch/589703/
>
> Let me know, happy to meet in the middle and augment my series if needed.

Let me look into this in detail, will need some time.