From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1KYGfK-0006IZ-OI for kexec@lists.infradead.org; Wed, 27 Aug 2008 08:46:11 +0000 Date: Wed, 27 Aug 2008 18:46:08 +1000 From: Simon Horman Subject: Re: [PATCH] Let kexec work on IBM QS2x blade servers Message-ID: <20080827084606.GA9280@verge.net.au> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Maxim Shchetynin Cc: kexec@lists.infradead.org On Wed, Aug 27, 2008 at 10:04:56AM +0200, Maxim Shchetynin wrote: > > Hello, > > please have a look at the following patch. This patch allows kexec to work > on IBM QS2x blades. Would it be possible to apply this patch to a next > kexec version? Thanks, I have applied the following to the kexec-tools git tree on git.kernel.org. From: Maxim Shchetynin Let kexec work on IBM QS2x blade servers Hello, please have a look at the following patch. This patch allows kexec to work on IBM QS2x blades. Would it be possible to apply this patch to a next kexec version? Signed-off-by: Maxim Shchetynin Signed-off-by: Simon Horman diff --git a/kexec/arch/ppc64/kexec-elf-rel-ppc64.c b/kexec/arch/ppc64/kexec-elf-rel-ppc64.c index 1c9fce5..f5a9628 100644 --- a/kexec/arch/ppc64/kexec-elf-rel-ppc64.c +++ b/kexec/arch/ppc64/kexec-elf-rel-ppc64.c @@ -56,6 +56,7 @@ void machine_apply_elf_rel(struct mem_ehdr *ehdr, unsigned long r_type, break; case R_PPC64_ADDR64: + case R_PPC64_REL64: /* Simply set it */ *(uint64_t *)location = value; break; _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec