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

2016-03-02 Thread Anshuman Khandual
On 03/02/2016 06:10 AM, Cyril Bur wrote: > On Tue, 16 Feb 2016 14:29:48 +0530 > Anshuman Khandual 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 rel

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

2016-03-01 Thread Cyril Bur
On Tue, 16 Feb 2016 14:29:48 +0530 Anshuman Khandual 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

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

2016-02-16 Thread Anshuman Khandual
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. Signed-off-by: Anshuman Khandual --- tools/testing/selftests/powerpc/ptrace/Makefile| 3