From: Bernhard Walle <bwalle@suse.de>
To: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: akpm@linux-foundation.org, x86@kernel.org,
kexec@lists.infradead.org, linux-kernel@vger.kernel.org,
vgoyal@redhat.com
Subject: Re: [PATCH] x86: Move crashkernel reservation before dma32_reserve_bootmem()
Date: Fri, 18 Jul 2008 11:52:13 +0200 [thread overview]
Message-ID: <20080718115213.3c87f8f8@halley.suse.de> (raw)
In-Reply-To: <86802c440807171550t360a2a76mddb9ae45c7e9f4fb@mail.gmail.com>
* Yinghai Lu [2008-07-17 15:50]:
>
> > + /*
> > + * dma32_reserve_bootmem() allocates bootmem which may conflict
> > + * with the crashkernel command line, so do that before
> > + */
> > + reserve_crashkernel();
> > +
> > #ifdef CONFIG_X86_64
> > dma32_reserve_bootmem();
> > #endif
> > @@ -808,7 +814,6 @@ void __init setup_arch(char **cmdline_p)
> > */
> > find_smp_config();
> > #endif
> > - reserve_crashkernel();
> >
> > reserve_ibft_region();
>
> Joe Jin already had another one to move dma32_reserve_bootmem later
Commit id? Current status?
Bernhard
--
Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
WARNING: multiple messages have this Message-ID (diff)
From: Bernhard Walle <bwalle@suse.de>
To: "Yinghai Lu" <yhlu.kernel@gmail.com>
Cc: akpm@linux-foundation.org, x86@kernel.org,
kexec@lists.infradead.org, linux-kernel@vger.kernel.org,
vgoyal@redhat.com
Subject: Re: [PATCH] x86: Move crashkernel reservation before dma32_reserve_bootmem()
Date: Fri, 18 Jul 2008 11:52:13 +0200 [thread overview]
Message-ID: <20080718115213.3c87f8f8@halley.suse.de> (raw)
In-Reply-To: <86802c440807171550t360a2a76mddb9ae45c7e9f4fb@mail.gmail.com>
* Yinghai Lu [2008-07-17 15:50]:
>
> > + /*
> > + * dma32_reserve_bootmem() allocates bootmem which may conflict
> > + * with the crashkernel command line, so do that before
> > + */
> > + reserve_crashkernel();
> > +
> > #ifdef CONFIG_X86_64
> > dma32_reserve_bootmem();
> > #endif
> > @@ -808,7 +814,6 @@ void __init setup_arch(char **cmdline_p)
> > */
> > find_smp_config();
> > #endif
> > - reserve_crashkernel();
> >
> > reserve_ibft_region();
>
> Joe Jin already had another one to move dma32_reserve_bootmem later
Commit id? Current status?
Bernhard
--
Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development
next prev parent reply other threads:[~2008-07-18 9:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-17 22:15 [PATCH] x86: Move crashkernel reservation before dma32_reserve_bootmem() Bernhard Walle
2008-07-17 22:15 ` Bernhard Walle
2008-07-17 22:50 ` Yinghai Lu
2008-07-17 22:50 ` Yinghai Lu
2008-07-18 9:52 ` Bernhard Walle [this message]
2008-07-18 9:52 ` Bernhard Walle
2008-07-18 16:22 ` Yinghai Lu
2008-07-18 16:22 ` Yinghai Lu
2008-07-18 17:07 ` [PATCH] x86: Move dma32_reserve_bootmem() after reserve_crashkernel() Bernhard Walle
2008-07-18 17:07 ` Bernhard Walle
2008-07-18 21:36 ` Ingo Molnar
2008-07-18 21:36 ` Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2008-07-13 18:49 [PATCH] x86: Move crashkernel reservation before dma32_reserve_bootmem() Bernhard Walle
2008-07-14 2:43 ` Ken'ichi Ohmichi
2008-07-14 13:30 ` Vivek Goyal
2008-07-14 13:37 ` Bernhard Walle
2008-07-17 7:30 ` Greg KH
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=20080718115213.3c87f8f8@halley.suse.de \
--to=bwalle@suse.de \
--cc=akpm@linux-foundation.org \
--cc=kexec@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vgoyal@redhat.com \
--cc=x86@kernel.org \
--cc=yhlu.kernel@gmail.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.