Re: [PATCH V10 17/28] selftests, powerpc: Add ptrace tests for EBB

2016-03-02 Thread Anshuman Khandual
On 03/02/2016 06:02 AM, Cyril Bur wrote: > On Tue, 16 Feb 2016 14:29:47 +0530 > Anshuman Khandual wrote: > >> This patch adds ptrace interface test for EBB specific >> registers. This also adds some generic ptrace interface >> based helper functions to be used by other patches later >> on in the

Re: [PATCH V10 17/28] selftests, powerpc: Add ptrace tests for EBB

2016-03-01 Thread Cyril Bur
On Tue, 16 Feb 2016 14:29:47 +0530 Anshuman Khandual wrote: > This patch adds ptrace interface test for EBB specific > registers. This also adds some generic ptrace interface > based helper functions to be used by other patches later > on in the series. > > Signed-off-by: Anshuman Khandual > --

[PATCH V10 17/28] selftests, powerpc: Add ptrace tests for EBB

2016-02-16 Thread Anshuman Khandual
This patch adds ptrace interface test for EBB specific registers. This also adds some generic ptrace interface based helper functions to be used by other patches later on in the series. Signed-off-by: Anshuman Khandual --- tools/testing/selftests/powerpc/Makefile | 3 +- tools/testin