Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763480Ab3DCK2T (ORCPT ); Wed, 3 Apr 2013 06:28:19 -0400 Received: from arkanian.console-pimps.org ([212.110.184.194]:38081 "EHLO arkanian.console-pimps.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762545Ab3DCK2R (ORCPT ); Wed, 3 Apr 2013 06:28:17 -0400 Message-ID: <515C043B.4070401@console-pimps.org> Date: Wed, 03 Apr 2013 11:28:11 +0100 From: Matt Fleming User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Daniel Vacek CC: Matthew Garrett , "H. Peter Anvin" , 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 Subject: Re: Patch "efi: Build EFI stub with EFI-appropriate options" has been added to the 3.6-stable tree References: <13511021101759@kroah.org> <1364614121.3557.11.camel@deadeye.wl.decadent.org.uk> In-Reply-To: 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 Content-Length: 1455 Lines: 38 On 30/03/13 10:04, Daniel Vacek wrote: > 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(-) I applied this by hand. Your patch appears to be whitespace damaged. Also, I expanded the commit message and turned it into, efi: fix typo in Makefile commit 9dead5bbb825 ("efi: Build EFI stub with EFI-appropriate options") contains a typo which means that the efi_stub_$(BITS).o code is still not compiled with -fshort-wchar and -mno-red-zone. Fix it with s/KBUILD_CLFAGS/KBUILD_CFLAGS/ -- Matt Fleming, Intel Open Source Technology Center -- 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/