Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755195Ab3C3KEN (ORCPT ); Sat, 30 Mar 2013 06:04:13 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:52200 "EHLO mail-wg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753330Ab3C3KEL (ORCPT ); Sat, 30 Mar 2013 06:04:11 -0400 MIME-Version: 1.0 In-Reply-To: <1364614121.3557.11.camel@deadeye.wl.decadent.org.uk> References: <13511021101759@kroah.org> <1364614121.3557.11.camel@deadeye.wl.decadent.org.uk> Date: Sat, 30 Mar 2013 11:04:08 +0100 Message-ID: Subject: Re: Patch "efi: Build EFI stub with EFI-appropriate options" has been added to the 3.6-stable tree From: Daniel Vacek To: Matthew Garrett , "H. Peter Anvin" Cc: matt.fleming@intel.com, linux-efi@vger.kernel.org, ben@decadent.org.uk, linux-kernel@vger.kernel.org, x86@kernel.org, stable@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1539 Lines: 41 On Sat, Mar 30, 2013 at 4:28 AM, Ben Hutchings wrote: > Daniel, this is an obvious fix but I noticed it still hasn't been > applied. Please can you re-send with the proper Signed-off-by line? Resending patch. It got lost somewhere. Thanks for pushing Ben. >From 53864fe932aa87be62f1c70944c386cff9bb9130 Mon Sep 17 00:00:00 2001 From: Daniel Vacek Date: Thu, 18 Oct 2012 22:06:26 +0200 Subject: [PATCH] efi: fix typo in Makefile Fix a little typo. Signed-off-by: Daniel Vacek Acked-by: Matthew Garrett --- arch/x86/boot/compressed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile index 8a84501..059a17f 100644 --- a/arch/x86/boot/compressed/Makefile +++ b/arch/x86/boot/compressed/Makefile @@ -29,7 +29,7 @@ VMLINUX_OBJS = $(obj)/vmlinux.lds $(obj)/head_$(BITS).o $(obj)/misc.o \ $(obj)/piggy.o $(obj)/eboot.o: KBUILD_CFLAGS += -fshort-wchar -mno-red-zone -$(obj)/efi_stub_$(BITS).o: KBUILD_CLFAGS += -fshort-wchar -mno-red-zone +$(obj)/efi_stub_$(BITS).o: KBUILD_CFLAGS += -fshort-wchar -mno-red-zone ifeq ($(CONFIG_EFI_STUB), y) VMLINUX_OBJS += $(obj)/eboot.o $(obj)/efi_stub_$(BITS).o -- 1.7.10.4 -- 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/