From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C653FDF1A5 for ; Fri, 18 Jul 2008 06:07:04 +1000 (EST) Subject: Re: [RFC v3 PATCH 1/4] Extract list of relocation offsets From: Benjamin Herrenschmidt To: mohan@in.ibm.com In-Reply-To: <20080717184055.GB25070@in.ibm.com> References: <20080717183339.GA25070@in.ibm.com> <20080717184055.GB25070@in.ibm.com> Content-Type: text/plain Date: Fri, 18 Jul 2008 06:06:27 +1000 Message-Id: <1216325187.7740.353.camel@pasglop> Mime-Version: 1.0 Cc: ppcdev , paulus@samba.org, miltonm@bga.com Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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_PPC64_ADDR64 > > The offsets are sorted according to the relocation type and this > information is appended to the normal vmlinux file by using the patch > relocation_build.patch Please, provide an indication of what changed since the previous version of the patch to make the reviewer's life easier ! Thanks, Ben.