From: mika.westerberg@iki.fi (Mika Westerberg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] ARM kdump fixes
Date: Tue, 9 Nov 2010 11:06:09 +0200 [thread overview]
Message-ID: <cover.1289292124.git.mika.westerberg@iki.fi> (raw)
Hello all,
Here is a set of patches which I hope allows us to build
crashkernels on ARM platforms. The first patch is needed so that we
can get rid of a compiler warning when building /proc/vmcore on
32-bit only platform. I think it should go via Andrew's tree (if
accepted, that is).
Patches 2 and 3 should replace following patches which are in
Russell's patch tracker:
6121/1 allow passing an ELF64 header to elf_check_arch()
-> http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=6121/1
6123/1 kdump: add CONFIG_CRASH_DUMP Kconfig option
-> http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=6123/1
The last patch converts reserve_crashkernel() to use memblock.
Thanks,
MW
Mika Westerberg (4):
proc/vmcore: allow archs to override vmcore_elf_check_arch()
ARM: provide zero vmcore_elf64_check_arch()
ARM: add CONFIG_CRASH_DUMP to Kconfig
ARM: memblock: convert reserve_crashkernel() to use memblock
arch/arm/Kconfig | 13 +++++++++++++
arch/arm/include/asm/elf.h | 2 ++
arch/arm/kernel/setup.c | 21 +++++++--------------
fs/proc/vmcore.c | 2 +-
include/linux/crash_dump.h | 9 ++++++++-
5 files changed, 31 insertions(+), 16 deletions(-)
--
1.7.2.3
next reply other threads:[~2010-11-09 9:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-09 9:06 Mika Westerberg [this message]
2010-11-09 9:06 ` [PATCH 1/4] proc/vmcore: allow archs to override vmcore_elf_check_arch() Mika Westerberg
2010-11-15 7:53 ` Mika Westerberg
2010-11-16 22:28 ` Andrew Morton
2010-11-16 22:50 ` Russell King - ARM Linux
2010-11-17 10:52 ` Mika Westerberg
2010-11-26 11:02 ` Russell King - ARM Linux
2010-11-09 9:06 ` [PATCH 2/4] ARM: provide zero vmcore_elf64_check_arch() Mika Westerberg
2010-11-09 9:06 ` [PATCH 3/4] ARM: add CONFIG_CRASH_DUMP to Kconfig Mika Westerberg
2010-11-09 9:06 ` [PATCH 4/4] ARM: memblock: convert reserve_crashkernel() to use memblock Mika Westerberg
2010-11-13 13:07 ` Russell King - ARM Linux
2010-11-14 8:25 ` Mika Westerberg
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=cover.1289292124.git.mika.westerberg@iki.fi \
--to=mika.westerberg@iki.fi \
--cc=linux-arm-kernel@lists.infradead.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).