lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 23 Jan 2008 15:26:06 +0800
From:	"Huang, Ying" <ying.huang@...el.com>
To:	Paul Jackson <pj@....com>
Cc:	torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
	hpa@...or.com, ak@...e.de, adaplas@....net,
	linux-kernel@...r.kernel.org
Subject: Re: Could you please merge the x86_64 EFI boot support patchset?

On Wed, 2008-01-23 at 01:00 -0600, Paul Jackson wrote:
> In Nov 2007, Huang Ying wrote:
> > Could you please merge the following patchset:
> > 
> > [PATCH 0/2 -v3] x86_64 EFI boot support
> > [PATCH 1/2 -v3] x86_64 EFI boot support: EFI frame buffer driver
> > [PATCH 2/2 -v3] x86_64 EFI boot support: EFI boot document
> 
> Huang - what has become of this patchset?

This patchset has been merged into Linux 2.6.24.

> We (SGI) have designs on a big honkin NUMA box using x86_64 arch, and
> we are runnning up against the arbitrary limits on the memory map size
> due to the ancient 4k zero page size limit (hence H. Peter Anvin added
> to the CC list, since he knows a bazillion times more about any such
> limits than I do.).  The limits on 128 or so local chunks of memory
> imposed by the kernel code that invokes Int 15 E820h are too small for
> us.
> 
> Since we are already accustomed to dealing with EFI on our IA64
> Itanium boxes, I'm figuring that it will be easier in the short run,
> and better in the long run, to just use EFI on these upcoming big
> x86_64 NUMA boxes.

Unfortunately, the new EFI support patches do not use EFI memory map for
system boot up (just for runtime service support). The EFI memory map is
converted into E820 memory map in bootloader. The main reason for this
change is to remove the duplication between E820 memory map and EFI
memory map handling code.

So, I think the resolution for your problem is the "struct setup_data"
mechanism proposed by H. Peter Anvin. That is a linked list data
structure for boot parameter without size limitation. I have ever writen
a patch for it, but there are some issues for implementation scheme.
Most people think it should be based on the "early reservation/early
allocation" mechanism from Andi Kleen. So I am waiting that is merged by
-mm or git-x86.

Best Regards,
Huang Ying

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ