From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752502Ab2KXWSJ (ORCPT ); Sat, 24 Nov 2012 17:18:09 -0500 Received: from mail-bk0-f46.google.com ([209.85.214.46]:43835 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752254Ab2KXWSI (ORCPT ); Sat, 24 Nov 2012 17:18:08 -0500 MIME-Version: 1.0 In-Reply-To: <50B13E53.4060003@zytor.com> References: <1353482170-10160-1-git-send-email-yinghai@kernel.org> <1353482170-10160-12-git-send-email-yinghai@kernel.org> <50AD0CA1.8000904@zytor.com> <50AD291A.10600@zytor.com> <50AE70E7.6060204@zytor.com> <87haofi3d3.fsf@xmission.com> <50B104BC.90208@zytor.com> <50B124E9.400@zytor.com> <50B13E53.4060003@zytor.com> Date: Sat, 24 Nov 2012 14:18:06 -0800 X-Google-Sender-Auth: k_7CHu6Vt-k_LovCgiNs1BwD-UU Message-ID: Subject: Re: [PATCH v3 11/12] x86, boot: add fields to support load bzImage and ramdisk high From: Yinghai Lu To: "H. Peter Anvin" Cc: "Eric W. Biederman" , Thomas Gleixner , Ingo Molnar , linux-kernel@vger.kernel.org, Rob Landley , Matt Fleming Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 24, 2012 at 1:38 PM, H. Peter Anvin wrote: > On 11/24/2012 01:30 PM, Yinghai Lu wrote: >>> >>> >>> So, given the mess we now have on our hands... any suggestions how to >>> best >>> solve it? There is the option of simply declaring old kexec binaries >>> broken; they will then not work reliably with newer kernels, if they even >>> work reliably now -- it is hard to know for certain. >> >> >> yes, if the user updates kernel to be kexeced, then would be >> reasonable to ask them to >> update kexec-tools. >> > > Careful... consider the people who use a kexec-based solution as > bootloaders. yes, those may not update kexec in the flash... then, may need to use another bit in xloadflags to tell new kernel if need to check ext_... Field name: xloadflags Type: modify (obligatory) Offset/size: 0x236/2 Protocol: 2.12+ This field is a bitmask. Bit 0 (read): CAN_BE_LOADED_ABOVE_4G - If 1, kernel/boot_params/cmdline/ramdisk can be above 4g, set by kernel. Bit 1 (write): LOADED_ABOVE_4G - If 1, kernel/boot_params/cmdline/ramdisk is loaded above 4g, set by bootloader, and kernel will check ext_ramdisk_image, ext_ramdisk_size and ext_cmd_line_ptr.