From: Vivek Goyal <vgoyal@redhat.com>
To: "Sachin P. Sant" <sachinp@in.ibm.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
kexec@lists.infradead.org, Bernhard Walle <bwalle@suse.de>
Subject: Re: [mm] Crashkernel memory reservation fails with 2.6.24-rc8-mm1
Date: Mon, 4 Feb 2008 13:38:10 -0500 [thread overview]
Message-ID: <20080204183810.GE16021@redhat.com> (raw)
In-Reply-To: <47A7391F.2020408@in.ibm.com>
On Mon, Feb 04, 2008 at 09:41:11PM +0530, Sachin P. Sant wrote:
> While trying to configure kdump with 2.6.24-rc8-mm1 [ on a x86-64 box ]
> i ran into this problem. Here is the snippet from dmesg during the
> failure. [ dmesg log attached ]
>
> early_ioremap(000000000000040e, 00000002) => -000002103442418
> early_iounmap(ffffffff82a0040e, 00000002)
> early_ioremap(000000000009dc00, 00001000) => -000002102797312
> early_iounmap(ffffffff82a9dc00, 00001000)
> crashkernel reservation failed - memory is in use
> [ffffe20000000000-ffffe200001fffff] PMD ->ffff810001200000 on node 0
> [ffffe20000200000-ffffe200003fffff] PMD ->ffff810001600000 on node 0
> [ffffe20000400000-ffffe200005fffff] PMD ->ffff810001a00000 on node 0
> [ffffe20000600000-ffffe200007fffff] PMD ->ffff810001e00000 on node 0
>
> I am using 128M@32M value for crashkernel parameter.
>
Hmm..., So somebody has already reserved the memory we are trying to
reserve. Bernhard's BOOTMEM_EXCLUSIVE flag is atleast giving the warning
otherwise it would have silently created an overlapping reserved memory
area.
Sachin, can you please put some debugging statements before the calls
to reserve_bootmem() in arch/x86 to find out who all are reserving what
memory area and then we can nail down the guy who is reserving some
memory between 32M and 160M
Wished we had some debugging printk statements for reserve_bootmem too
(the way we have for early_ioremap and early_iounmap).
Bernahard, any idea who is the competitor here?
Thanks
Vivek
next prev parent reply other threads:[~2008-02-04 18:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-04 16:11 [mm] Crashkernel memory reservation fails with 2.6.24-rc8-mm1 Sachin P. Sant
2008-02-04 18:38 ` Vivek Goyal [this message]
2008-02-04 19:35 ` Bernhard Walle
2008-02-05 5:33 ` Sachin P. Sant
2008-02-05 6:39 ` Sachin P. Sant
2008-02-05 8:09 ` Bernhard Walle
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=20080204183810.GE16021@redhat.com \
--to=vgoyal@redhat.com \
--cc=bwalle@suse.de \
--cc=kexec@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sachinp@in.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox