Re: [RFC v3 PATCH 1/4] Extract list of relocation offsets

2008-07-22 Thread Mohan Kumar M
Paul Mackerras wrote: Mohan Kumar M writes: diff --git a/arch/powerpc/boot/relocs.c b/arch/powerpc/boot/relocs.c new file mode 100644 index 000..31ca903 Where did this file come from? Did you write it all yourself? If not, then you need to credit the original author in the patch descrip

Re: [RFC v3 PATCH 1/4] Extract list of relocation offsets

2008-07-21 Thread Paul Mackerras
Mohan Kumar M writes: > diff --git a/arch/powerpc/boot/relocs.c b/arch/powerpc/boot/relocs.c > new file mode 100644 > index 000..31ca903 Where did this file come from? Did you write it all yourself? If not, then you need to credit the original author in the patch description at least. Also

Re: [RFC v3 PATCH 1/4] Extract list of relocation offsets

2008-07-21 Thread Mohan Kumar M
Hi Milton, I am resending the patches generated against latest powerpc git tree. I am facing kdump kernel hang issue with the git tree. It hangs in unflatten_devicetree call in prom.c Note: These patches are not fully tested. Regards, Mohan. Extract list of relocation offsets Extract list

Re: [RFC v3 PATCH 1/4] Extract list of relocation offsets

2008-07-18 Thread Milton Miller
On Jul 18, 2008, at 12:32 AM, Mohan Kumar M wrote: Benjamin Herrenschmidt wrote: On Fri, 2008-07-18 at 00:10 +0530, Mohan Kumar M wrote: Extract list of relocation offsets Please, provide an indication of what changed since the previous version of the patch to make the reviewer's life easier

Re: [RFC v3 PATCH 1/4] Extract list of relocation offsets

2008-07-17 Thread Mohan Kumar M
Benjamin Herrenschmidt wrote: On Fri, 2008-07-18 at 00:10 +0530, Mohan Kumar M wrote: Extract list of relocation offsets Extract list of offsets in the vmlinux file for which the relocation delta has to be patched. Currently only following type of relocation types are considered: R_PPC64_ADDR16

Re: [RFC v3 PATCH 1/4] Extract list of relocation offsets

2008-07-17 Thread Benjamin Herrenschmidt
On Fri, 2008-07-18 at 00:10 +0530, Mohan Kumar M wrote: > Extract list of relocation offsets > > Extract list of offsets in the vmlinux file for which the relocation > delta has to be patched. Currently only following type of relocation > types are considered: R_PPC64_ADDR16_HI, R_PPC64_TOC and R_

[RFC v3 PATCH 1/4] Extract list of relocation offsets

2008-07-17 Thread Mohan Kumar M
Extract list of relocation offsets Extract list of offsets in the vmlinux file for which the relocation delta has to be patched. Currently only following type of relocation types are considered: R_PPC64_ADDR16_HI, R_PPC64_TOC and R_PPC64_ADDR64 The offsets are sorted according to the relocation t