mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
To: Andi Kleen <ak@suse.de>
Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>,
	Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Rohit Seth <rohit.seth@intel.com>,
	mark.gross@intel.com
Subject: Re: [PATCH] Increase number of e820 entries hard limit from 32 to 128
Date: Tue, 26 Apr 2005 17:40:42 -0700	[thread overview]
Message-ID: <20050426174042.A17750@unix-os.sc.intel.com> (raw)
In-Reply-To: <20050423151048.GE7715@wotan.suse.de>; from ak@suse.de on Sat, Apr 23, 2005 at 05:10:48PM +0200

On Sat, Apr 23, 2005 at 05:10:48PM +0200, Andi Kleen wrote:
> On Fri, Apr 22, 2005 at 07:32:50PM -0700, Venkatesh Pallipadi wrote:
> > On Fri, Apr 22, 2005 at 06:51:59PM -0700, Linus Torvalds wrote:
> > > On Fri, 22 Apr 2005, Venkatesh Pallipadi wrote:
> > > > The specifications that talk about E820 map doesn't have an upper limit
> > > > on the number of E820 entries. But, today's kernel has a hard limit of 32.
> > > > With increase in memory size, we are seeing the number of E820 entries
> > > > reaching close to 32. Patch below bumps the number upto 128. 
> > > 
> > > Hmm. Anything that changes setup.S tends to have bootloader dependencies. 
> > > I worry whether this one does too..
> > > 
> > 
> > The setup.S change in this patch should be OK. As it is adding to the 
> > existing zero-page and keeping it within one page. I tested it on systems 
> > with grub, adding some dummy E820 entries and it worked fine.
> 
> The last time I tried to extend the zero page (with a longer command line)
> it broke lilo on systems with EDID support and CONFIG_EDID enabled.
> Make sure you test that case.
> 

Tested this patch with some more configuration and I did not see any breakage.
- LILO with EDID enabled
- pxeboot

And in the current zero-page, EDID info is at a lower address (before E820MAP).
So, there should not be any issues with EDID info. Only field (other than E820) 
that is changing in zero page is EDDBUF (that comes after E820MAP). 
The patch changes the reference to EDDBUF inside kernel to new position in 
zero page. And I don't see EDDBUF being used by boot loader anywhere. So, we 
should be OK with that change.

Thanks,
Venki


  reply	other threads:[~2005-04-27  0:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-23  1:14 Venkatesh Pallipadi
2005-04-22 23:52 ` jmerkey
2005-04-23  1:51 ` Linus Torvalds
2005-04-23  2:32   ` Venkatesh Pallipadi
2005-04-23 15:10     ` Andi Kleen
2005-04-27  0:40       ` Venkatesh Pallipadi [this message]
2005-06-06 10:45       ` Boot problems & zero page Was: " David Balažic

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=20050426174042.A17750@unix-os.sc.intel.com \
    --to=venkatesh.pallipadi@intel.com \
    --cc=ak@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.gross@intel.com \
    --cc=rohit.seth@intel.com \
    --cc=torvalds@osdl.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

all inboxes | Powered by JetHome®