From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:41347 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753802AbbG1PPi (ORCPT ); Tue, 28 Jul 2015 11:15:38 -0400 Date: Tue, 28 Jul 2015 08:15:37 -0700 From: Greg KH To: fupan.li@windriver.com Cc: matt@console-pimps.org, stable@vger.kernel.org, linux-kernel@vger.kernel.org, fupanli@gmail.com Subject: Re: [PATCH 3.10 ~ 3.14] efi: fix the efi 32bit boot failed problem Message-ID: <20150728151537.GA20704@kroah.com> References: <1438078879-24705-1-git-send-email-fupan.li@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438078879-24705-1-git-send-email-fupan.li@windriver.com> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Jul 28, 2015 at 06:21:19PM +0800, fupan.li@windriver.com wrote: > From: fli > > The commit 35d5134b7d5a55e269c953096224248b9f6f72c2 > Author: Matt Fleming > Date: Tue Apr 8 13:14:00 2014 +0100 > > x86/efi: Correct EFI boot stub use of code32_start > > imported a bug, which should use the label's address instead > of the value stored in the label's address to caculate the > code32_start address. > > Signed-off-by: fli > --- > arch/x86/boot/compressed/head_32.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.