From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757950Ab3ANU03 (ORCPT ); Mon, 14 Jan 2013 15:26:29 -0500 Received: from mail.skyhub.de ([78.46.96.112]:40196 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757559Ab3ANU02 (ORCPT ); Mon, 14 Jan 2013 15:26:28 -0500 Date: Mon, 14 Jan 2013 21:26:23 +0100 From: Borislav Petkov To: Yinghai Lu Cc: "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , "Eric W. Biederman" , Andrew Morton , Jan Kiszka , Jason Wessel , linux-kernel@vger.kernel.org, Rob Landley , Matt Fleming , Gokul Caushik , Josh Triplett , Joe Millenbach Subject: Re: [PATCH v7u1 22/31] x86, boot: add fields to support load bzImage and ramdisk above 4G Message-ID: <20130114202623.GD2015@liondog.tnic> Mail-Followup-To: Borislav Petkov , Yinghai Lu , "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , "Eric W. Biederman" , Andrew Morton , Jan Kiszka , Jason Wessel , linux-kernel@vger.kernel.org, Rob Landley , Matt Fleming , Gokul Caushik , Josh Triplett , Joe Millenbach References: <1357260531-11115-1-git-send-email-yinghai@kernel.org> <1357260531-11115-23-git-send-email-yinghai@kernel.org> <20130113214132.GB17200@liondog.tnic> <50F4452D.2060000@zytor.com> <20130114200505.GC2015@liondog.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 14, 2013 at 12:14:18PM -0800, Yinghai Lu wrote: > no, no, no. > > bootloader does not need to know sentinel, and they only need to do: > clearing boot_param buffer and copying setup_header only > > even new bootloader is not supposed to know sentinel ... Ah, ok. I thought something was fishy because if bootloaders would know about it, they'd copy setup_header and zero out the sentinel only, to force the kernel to use crappy ext_* etc. values. How about this: "The sentinel variable is set by the linker script to 0xff. It is supposed to be used for catching bootloaders which just copy the setup_header portion and don't clear the whole boot_params buffer as they are supposed to. Such bootloaders will leave the sentinel to its initial value of 0xff and in this case, the kernel will assume that some fields in boot_params have invalid values and zero them out." -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. --