Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753467Ab2KPTpj (ORCPT ); Fri, 16 Nov 2012 14:45:39 -0500 Received: from mga09.intel.com ([134.134.136.24]:12084 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752983Ab2KPTph (ORCPT ); Fri, 16 Nov 2012 14:45:37 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.83,266,1352102400"; d="scan'208";a="220796163" Message-ID: <1353095127.25102.22.camel@jljusten-ivy> Subject: Re: [PATCH] x86: remove dummy long from EFI stub From: "Justen, Jordan L" To: Cesar Eduardo Barros Cc: x86@kernel.org, linux-kernel@vger.kernel.org, Matt Fleming , "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , "Rosenbaum, Lee G" Date: Fri, 16 Nov 2012 11:45:27 -0800 In-Reply-To: <1351377255-21092-2-git-send-email-cesarb@cesarb.net> References: <1351377255-21092-2-git-send-email-cesarb@cesarb.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.0-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1287 Lines: 40 Reviewed-by: Jordan Justen Lee also tested with Secure Boot. (Thanks Lee) -Jordan On Sat, 2012-10-27 at 20:34 -0200, Cesar Eduardo Barros wrote: > Commit 2e064b1 (x86, efi: Fix issue of overlapping .reloc section for > EFI_STUB) removed a dummy reloc added by commit 291f363 (x86, efi: EFI > boot stub support), but forgot to remove the dummy long used by that > reloc. > > Cc: Jordan Justen > Cc: Matt Fleming > Cc: "H. Peter Anvin" > Cc: Thomas Gleixner > Cc: Ingo Molnar > Signed-off-by: Cesar Eduardo Barros > --- > arch/x86/boot/header.S | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S > index 2a01744..8c132a6 100644 > --- a/arch/x86/boot/header.S > +++ b/arch/x86/boot/header.S > @@ -476,6 +476,3 @@ die: > setup_corrupt: > .byte 7 > .string "No setup signature found...\n" > - > - .data > -dummy: .long 0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/