[PATCH 0/3] Cleanup kdump memmap= passing and e820 usage

Thomas Renninger trenn at suse.de
Thu Jan 31 04:11:04 EST 2013


On Thursday, January 31, 2013 01:18:29 AM H. Peter Anvin wrote:
> On 01/30/2013 04:15 PM, Thomas Renninger wrote:
> > 
> > I guess both ways are a huge enhancement compared to what we have now.
> > Which approach to finally take should not matter that much, but
> > because of above I still prefer to go this way:
> > - Pass a kernel command line option that just changes the kernels idea
> >   of which memory it can touch
> > 
> 
> The kernel command line is a human-oriented data structure with limited
> size
Size doesn't matter. Before (passing all reserved areas) it surely did.
Now the passed area(s) should be of static size (2 areas) and with 
Yinghai's comma seperated memmap= extension needed size is cut even
further.
The commandline size got extended some time ago and as soon as a distro
will hit the limit for whatever reasons, I expect it can get extended 
again. But this will certainly not be because of this kdump option.
The resume= param could be cut out by kexec-tools fwiw:
resume=/dev/disk/by-id/ata-Hitachi_HDS721016CLA382_JPAB40HM2KUK6B-part2

> and fairly complex semantics.
This interface works for quite some time and always will.

Above may be valid arguments, but the reasons for passing the kdump
memory area via boot parameter outweight these. The recent
discussion about:
> Just to prevent the possible funnies (including collisions with -errno)
> that might be caused by negative numbers,
underlines this.
To be honest when/why this could happen I do not understand in detail.
But it seems obvious to me that if this self made up e820 type can be
kept kernel internal, it should be done.

So if there isn't another really strong argument against it, I'd
like to resend my work rebased without 1/3.

If the e820 type values should still be modified to whatever value,
this should certainly go in separately with a good changelog
explaining why (which I cannot make up).

   Thomas



More information about the kexec mailing list