Re: [PATCH V4 1/8] elf: Add new PowerPC specifc core note sections

2014-11-24 Thread Anshuman Khandual
On 11/22/2014 05:13 AM, Andrew Morton wrote: > On Tue, 11 Nov 2014 10:56:30 +0530 Anshuman Khandual > wrote: > >> This patch adds four new core note sections for PowerPC transactional >> memory and one core note section for general miscellaneous debug registers. >> These addition of new elf core

Re: [PATCH V4 1/8] elf: Add new PowerPC specifc core note sections

2014-11-21 Thread Andrew Morton
On Tue, 11 Nov 2014 10:56:30 +0530 Anshuman Khandual wrote: > This patch adds four new core note sections for PowerPC transactional > memory and one core note section for general miscellaneous debug registers. > These addition of new elf core note sections extends the existing elf ABI > without

Re: [PATCH V4 1/8] elf: Add new PowerPC specifc core note sections

2014-11-18 Thread Sukadev Bhattiprolu
Anshuman Khandual [khand...@linux.vnet.ibm.com] wrote: | This patch adds four new core note sections for PowerPC transactional | memory and one core note section for general miscellaneous debug registers. | These addition of new elf core note sections extends the existing elf ABI | without affectin

[PATCH V4 1/8] elf: Add new PowerPC specifc core note sections

2014-11-10 Thread Anshuman Khandual
This patch adds four new core note sections for PowerPC transactional memory and one core note section for general miscellaneous debug registers. These addition of new elf core note sections extends the existing elf ABI without affecting it in any manner. Signed-off-by: Anshuman Khandual --- inc