From: Simon Horman <horms@verge.net.au>
To: Maxim Shchetynin <maxim@de.ibm.com>
Cc: kexec@lists.infradead.org
Subject: Re: [PATCH] Let kexec work on IBM QS2x blade servers
Date: Wed, 27 Aug 2008 18:46:08 +1000 [thread overview]
Message-ID: <20080827084606.GA9280@verge.net.au> (raw)
In-Reply-To: <OF33221B02.C088FDA5-ONC12574B2.002C5BF5-C12574B2.002C7A61@de.ibm.com>
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 <maxim@de.ibm.com>
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 <maxim@de.ibm.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
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
next prev parent reply other threads:[~2008-08-27 8:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-27 8:04 [PATCH] Let kexec work on IBM QS2x blade servers Maxim Shchetynin
2008-08-27 8:27 ` Mohan Kumar M
2008-08-27 8:46 ` Simon Horman [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-27 7:54 Maxim Shchetynin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080827084606.GA9280@verge.net.au \
--to=horms@verge.net.au \
--cc=kexec@lists.infradead.org \
--cc=maxim@de.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.