From: Matthew McClintock <msm@freescale.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: Matthew McClintock <msm@freescale.com>, kumar.gala@freescale.com
Subject: [PATCH v2 0/2] kexec/crash support on mpc85xx parts
Date: Wed, 21 Jul 2010 16:14:52 -0500 [thread overview]
Message-ID: <1279746894-29529-1-git-send-email-msm@freescale.com> (raw)
The patch series is meant to fix a few issues with kexec/crash working
on mpc85xx parts
v1: initial version
v2: Fix a typo when decremeting a wait condition twice leading to
never showing when we fail waiting for extra cpus to shutdown
Moved around code so the crash and kexec shutdown code paths both
work correctly - this was exposed by the above fix
Disable modifying the PAGE_OFFSET and PHYSICAL_START when we build
a crash kernel w/ relocation enabled. We don't need to change these
values as a default action.
Matthew McClintock (2):
powerpc/85xx: kexec for SMP 85xx BookE systems
powerpc/crashdump: Fix issues with kexec and 36bit physical addr
arch/powerpc/Kconfig | 10 +++---
arch/powerpc/kernel/crash_dump.c | 4 +-
arch/powerpc/kernel/machine_kexec.c | 10 +++---
arch/powerpc/platforms/85xx/smp.c | 63 +++++++++++++++++++++++++++++++++++
4 files changed, 75 insertions(+), 12 deletions(-)
next reply other threads:[~2010-07-21 21:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-21 21:14 Matthew McClintock [this message]
2010-07-21 21:14 ` [PATCH v2 1/2] powerpc/85xx: kexec for SMP 85xx BookE systems Matthew McClintock
2010-08-02 19:37 ` Kumar Gala
2010-07-21 21:14 ` [PATCH v2 2/2] powerpc/crashdump: Fix issues with kexec and 36bit physical addr Matthew McClintock
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=1279746894-29529-1-git-send-email-msm@freescale.com \
--to=msm@freescale.com \
--cc=kumar.gala@freescale.com \
--cc=linuxppc-dev@lists.ozlabs.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).