From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Young Subject: Re: [patch 3/6] Cleanup efi_enter_virtual_mode function Date: Mon, 28 Oct 2013 19:24:58 +0800 Message-ID: <20131028112458.GD29133@dhcp-16-126.nay.redhat.com> References: <20131027034713.481920209@dhcp-16-126.nay.redhat.com> <20131027035923.081819853@dhcp-16-126.nay.redhat.com> <20131028093206.GB4314@pd.tnic> <20131028094049.GC25527@dhcp-16-126.nay.redhat.com> <20131028095117.GD25527@dhcp-16-126.nay.redhat.com> <20131028100402.GC4314@pd.tnic> <20131028101011.GF25527@dhcp-16-126.nay.redhat.com> <20131028112045.GH4314@pd.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20131028112045.GH4314-fF5Pk5pvG8Y@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "kexec" Errors-To: kexec-bounces+glkk-kexec=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Borislav Petkov Cc: mjg59-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, kexec-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, James.Bottomley-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org, horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org, kexec-TuqUDEhatI4ANWPb/1PvSmm0pvjS0E/A@public.gmane.org, ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org, hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org, vgoyal-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org List-Id: linux-efi@vger.kernel.org On 10/28/13 at 12:20pm, Borislav Petkov wrote: > On Mon, Oct 28, 2013 at 06:10:11PM +0800, Dave Young wrote: > > Sorry, I have not any public git account. Attached the patch I applied > > with git > > Still doesn't work: > > $ patch -p1 --dry-run -i /tmp/02-efi-enter-virtual-mode-cleanup-1.patch.new > checking file arch/x86/platform/efi/efi.c > Hunk #1 succeeded at 788 (offset -1 lines). > Hunk #2 succeeded at 821 (offset -1 lines). > Hunk #3 FAILED at 853. > 1 out of 3 hunks FAILED > > I'm using Matt's next branch + my efi runtime branch. What are you > basing your stuff ontop? I use linus tree, git pull Matt's efi-next tree, then apply your 12 patches and my patches. I applied your previous 11 patches + the last update patch 12/12, but the last one does not apply, I manually shift a hunk to make it apply.