All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhang Yanfei <zhangyanfei.yes@gmail.com>
To: Cliff Wickman <cpw@sgi.com>
Cc: kexec@lists.infradead.org, Simon Horman <horms@verge.net.au>,
	Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Subject: Re: [PATCH] kexec: lengthen the kernel command line image
Date: Mon, 25 Mar 2013 23:01:49 +0800	[thread overview]
Message-ID: <515066DD.20906@gmail.com> (raw)
In-Reply-To: <20130325123955.GA30905@sgi.com>

于 2013年03月25日 20:39, Cliff Wickman 写道:
> On Mon, Mar 25, 2013 at 03:42:09PM +0800, Zhang Yanfei wrote:
>> ??? 2013???03???05??? 09:51, Simon Horman ??????:
>>> On Mon, Feb 04, 2013 at 01:53:55PM -0600, Cliff Wickman wrote:
>>>> From: Cliff Wickman <cpw@sgi.com>
>>>>
>>>> The crash kernel's boot command line is not long enough to contain the
>>>> necessary memmap= options for a large memory.
>>>>
>>>> The fix is simple, as long as the boot loader's command line is also long enough.
>>>> I'm not sure about boot loader or kernel restrictions to this length.
>>>>
>>>> Signed-off-by: Cliff Wickman <cpw@sgi.com>
>>>
>>> Thanks, applied.
>>
>> Hello
>>
>> I have a question about this patch.
>>
>> In x86 code, COMMAND_LINE_SIZE is defined as below:
>>
>> arch/x86/include/asm/setup.h
>>
>> #define COMMAND_LINE_SIZE 2048
>>
>> So even the patch lengthens the commandline length here, when reboot into
>> the new kernel, the commandline will still be stripped to 2048? right?
>>
>> So the patch seems unnecessary or unusable. Correct me if I am wrong.
> 
> You are right, we can't go beyond 2048.
> 
> We had a problem caused by the fact that the e820 table was not fully
> re-created in the crash kernel.  Without the reserved i/o spaces our
> root megaraid devices were not being discovered (we use extended PCI, and
> PCI segment 1, which seems to make that problem exclusively SGI's for now).  
> 
> My workaround at first was to pass all the i/o reservations as memmap=
> options, but that created a command line longer than 2048.  Hence this
> patch.  Then I had to amend that idea by creating a single memmap= entry that
> coalesced all reserved spaces beyond usable memory into one big reserved
> space.  I should have withdrawn the above patch when I realized that we
> cannot get around the 2048 limit.
> 
> I did not pursue the successful version of this patch however, because
> of the alternate direction being taken: that of somehow passing the entire
> e820 table to the crash kernel.  That will fix the problem we have with
> reserved i/o spaces.

So could I send a patch to revert this change? Anyway, I think we should keep the
value 2048 consistent with the kernel side.

Thanks
Zhang

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

  reply	other threads:[~2013-03-25 15:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-04 19:53 [PATCH] kexec: lengthen the kernel command line image Cliff Wickman
2013-03-05  1:51 ` Simon Horman
2013-03-25  7:42   ` Zhang Yanfei
2013-03-25 12:39     ` Cliff Wickman
2013-03-25 15:01       ` Zhang Yanfei [this message]
2013-03-27 12:24         ` Simon Horman

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=515066DD.20906@gmail.com \
    --to=zhangyanfei.yes@gmail.com \
    --cc=cpw@sgi.com \
    --cc=horms@verge.net.au \
    --cc=kexec@lists.infradead.org \
    --cc=zhangyanfei@cn.fujitsu.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.