Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-06-08 Thread Michael Ellerman
On Mon, 2016-06-06 at 14:27 +0530, Anshuman Khandual wrote: > On 06/03/2016 03:56 AM, Cyril Bur wrote: > > > > At the moment is is rather confusing since pt_regs is the always the 'live' > > state and theres a ckpt_regs that is the pt_regs for the checkpointed state. > > FPU/VMX/VSX is done

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-06-06 Thread Anshuman Khandual
On 06/03/2016 03:56 AM, Cyril Bur wrote: > On 1 June 2016 at 18:26, Anshuman Khandual > wrote: > >> On 05/31/2016 04:42 AM, Michael Ellerman wrote: >>> Hi Laurent, >>> >>> Sorry no. My next branch closed for 4.7 about 3 weeks ago. >>> >>> This series has been blocked

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-06-02 Thread Cyril Bur
On 1 June 2016 at 18:26, Anshuman Khandual wrote: > On 05/31/2016 04:42 AM, Michael Ellerman wrote: > > Hi Laurent, > > > > Sorry no. My next branch closed for 4.7 about 3 weeks ago. > > > > This series has been blocked for a long time on the gdb support, but > that

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-06-01 Thread Anshuman Khandual
On 05/31/2016 04:42 AM, Michael Ellerman wrote: > Hi Laurent, > > Sorry no. My next branch closed for 4.7 about 3 weeks ago. > > This series has been blocked for a long time on the gdb support, but that is > now working. However it still doesn't pass its own selftests, and I had some This

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-05-30 Thread Michael Ellerman
On Fri, 2016-05-27 at 10:07 +0200, Laurent Dufour wrote: > On 21/04/2016 18:00, Laurent Dufour wrote: > > On 13/04/2016 07:14, Michael Ellerman wrote: > > > On Mon, 2016-04-11 at 09:40 +0200, Laurent Dufour wrote: > > > > On 07/04/2016 23:49, Michael Ellerman wrote: > > > > > On 7 April 2016

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-05-27 Thread Laurent Dufour
On 21/04/2016 18:00, Laurent Dufour wrote: > On 13/04/2016 07:14, Michael Ellerman wrote: >> On Mon, 2016-04-11 at 09:40 +0200, Laurent Dufour wrote: >>> On 07/04/2016 23:49, Michael Ellerman wrote: On 7 April 2016 7:23:46 pm AEST, Laurent Dufour wrote:

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-05-09 Thread Anshuman Khandual
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

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-05-06 Thread Michael Ellerman
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 >

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-04-26 Thread Edjunior Barbosa Machado
On 04/13/2016 02:36 AM, Michael Ellerman wrote: > On Mon, 2016-04-11 at 03:32 -0300, Edjunior Barbosa Machado wrote: >> Hi Michael, Anshuman, >> >> I've managed to implement the GDB support for the new regsets and test >> on Power8 (BE and LE). > > Great work thanks! > >> The following is an

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-04-21 Thread Laurent Dufour
On 13/04/2016 07:14, Michael Ellerman wrote: > On Mon, 2016-04-11 at 09:40 +0200, Laurent Dufour wrote: >> On 07/04/2016 23:49, Michael Ellerman wrote: >>> On 7 April 2016 7:23:46 pm AEST, Laurent Dufour >>> wrote: This series is required to handle TM state in

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-04-12 Thread Michael Ellerman
On Mon, 2016-04-11 at 03:32 -0300, Edjunior Barbosa Machado wrote: > Hi Michael, Anshuman, > > I've managed to implement the GDB support for the new regsets and test > on Power8 (BE and LE). Great work thanks! > The following is an example of GDB 'info > registers all' partial output showing

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-04-12 Thread Michael Ellerman
On Mon, 2016-04-11 at 09:40 +0200, Laurent Dufour wrote: > On 07/04/2016 23:49, Michael Ellerman wrote: > > On 7 April 2016 7:23:46 pm AEST, Laurent Dufour > > wrote: > > > This series is required to handle TM state in CRIU. > > > Is there a chance to get it upstream

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-04-11 Thread Laurent Dufour
On 07/04/2016 23:49, Michael Ellerman wrote: > > > On 7 April 2016 7:23:46 pm AEST, Laurent Dufour > wrote: >> On 16/02/2016 09:59, Anshuman Khandual wrote: >>> This patch series adds twelve new ELF core note sections which can >>> be used with existing ptrace

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-04-11 Thread Edjunior Barbosa Machado
On 04/07/2016 06:49 PM, Michael Ellerman wrote: > > > On 7 April 2016 7:23:46 pm AEST, Laurent Dufour > wrote: >> On 16/02/2016 09:59, Anshuman Khandual wrote: >>> This patch series adds twelve new ELF core note sections which can >>> be used with existing

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-04-07 Thread Michael Ellerman
On 7 April 2016 7:23:46 pm AEST, Laurent Dufour wrote: >On 16/02/2016 09:59, 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 >>

Re: [PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-04-07 Thread Laurent Dufour
On 16/02/2016 09:59, 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.

[PATCH V10 00/28] Add new powerpc specific ELF core notes

2016-02-16 Thread Anshuman Khandual
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)