From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757457Ab3ANXuv (ORCPT ); Mon, 14 Jan 2013 18:50:51 -0500 Received: from terminus.zytor.com ([198.137.202.10]:60011 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755811Ab3ANXus (ORCPT ); Mon, 14 Jan 2013 18:50:48 -0500 Message-ID: <50F499BA.4090403@zytor.com> Date: Mon, 14 Jan 2013 15:50:18 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: David Woodhouse CC: Yinghai Lu , Thomas Gleixner , Ingo Molnar , "Eric W. Biederman" , Andrew Morton , Borislav Petkov , Jan Kiszka , Jason Wessel , linux-kernel@vger.kernel.org Subject: Re: [PATCH v7u1 00/31] x86, boot, 64bit: Add support for loading ramdisk and bzImage above 4G References: <1357260531-11115-1-git-send-email-yinghai@kernel.org> <50F46E77.4070500@zytor.com> <50F491E2.8090907@zytor.com> <1358206790.2397.13.camel@shinybook.infradead.org> In-Reply-To: <1358206790.2397.13.camel@shinybook.infradead.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/14/2013 03:39 PM, David Woodhouse wrote: > On Mon, 2013-01-14 at 15:16 -0800, H. Peter Anvin wrote: >> The reason I want to do this this way is that I want to also make >> David Woodhouse's protocol fixes to make the EFI stub work correctly >> at the same time, so we get a single protocol level bump. > > My changes don't need a protocol level bump. It's just two new bits in > load_flags that old loaders won't care about. > I'm wondering if we should put your new flags in xloadflags instead just because some boot loaders have been known to clobber the loadflags when setting the upper bits. In theory it shouldn't matter... I'm wondering if it does in practice. The other bit is that Yinghai's changes want even more flags. Either way might as well see if we can do it as closely adjacently as possible (but no, I don't want to drag this out.) -hpa