* [REGRESSION] "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" breaks macbook efi boot
@ 2013-07-10 11:34 Maarten Lankhorst
2013-07-10 11:39 ` Fleming, Matt
[not found] ` <51DD46AD.2010800-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
0 siblings, 2 replies; 6+ messages in thread
From: Maarten Lankhorst @ 2013-07-10 11:34 UTC (permalink / raw)
To: Matthew Garrett
Cc: Matt Fleming, x86-DgEjT+Ai2ygdnm+yROfE0A,
linux-efi-u79uwXL29TY76Z2rM5mHXA, LKML, Seth Forshee
Hey,
It seems that in the merge window my macbook pro stopped working at some point. I looked for suspicious
efi related commits, and found that reverting commit 1acba98f810a14b1255e34bc620594f83de37e36 worked,
letting my macbook pro boot succesfully.
Is there anything I can do to help diagnose this issue?
~Maarten
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [REGRESSION] "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" breaks macbook efi boot 2013-07-10 11:34 [REGRESSION] "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" breaks macbook efi boot Maarten Lankhorst @ 2013-07-10 11:39 ` Fleming, Matt [not found] ` <CAL01qptsrtZCGUh-w1R4a2C_ez+wX1-5xo0Bk6Nmzf-aLfBH7g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> [not found] ` <51DD46AD.2010800-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> 1 sibling, 1 reply; 6+ messages in thread From: Fleming, Matt @ 2013-07-10 11:39 UTC (permalink / raw) To: Maarten Lankhorst Cc: Matthew Garrett, x86@kernel.org, linux-efi@vger.kernel.org, LKML, Seth Forshee, Dave Young On 10 July 2013 12:34, Maarten Lankhorst <maarten.lankhorst@canonical.com> wrote: > Hey, > > It seems that in the merge window my macbook pro stopped working at some point. I looked for suspicious > efi related commits, and found that reverting commit 1acba98f810a14b1255e34bc620594f83de37e36 worked, > letting my macbook pro boot succesfully. Thanks for the report. I'm going to queue up a revert of this patch, Dave Young also reported a problem on his thinkpad. > Is there anything I can do to help diagnose this issue? Matthew? ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <CAL01qptsrtZCGUh-w1R4a2C_ez+wX1-5xo0Bk6Nmzf-aLfBH7g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [REGRESSION] "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" breaks macbook efi boot [not found] ` <CAL01qptsrtZCGUh-w1R4a2C_ez+wX1-5xo0Bk6Nmzf-aLfBH7g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2013-07-13 18:17 ` Igor Gnatenko 2013-07-17 0:32 ` H. Peter Anvin 1 sibling, 0 replies; 6+ messages in thread From: Igor Gnatenko @ 2013-07-13 18:17 UTC (permalink / raw) To: Fleming, Matt Cc: Maarten Lankhorst, Matthew Garrett, x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, LKML, Seth Forshee, Dave Young On Wed, 2013-07-10 at 12:39 +0100, Fleming, Matt wrote: > On 10 July 2013 12:34, Maarten Lankhorst > <maarten.lankhorst-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> wrote: > > Hey, > > > > It seems that in the merge window my macbook pro stopped working at some point. I looked for suspicious > > efi related commits, and found that reverting commit 1acba98f810a14b1255e34bc620594f83de37e36 worked, > > letting my macbook pro boot succesfully. > > Thanks for the report. I'm going to queue up a revert of this patch, > Dave Young also reported a problem on his thinkpad. > > > Is there anything I can do to help diagnose this issue? > > Matthew? Revert this commit fixes my problem on ThinkPad X230 too. Wait Linus https://lkml.org/lkml/2013/7/13/65 . -- Igor Gnatenko Fedora release 19 (Schrödinger’s Cat) Linux 3.9.9-302.fc19.x86_64 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [REGRESSION] "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" breaks macbook efi boot [not found] ` <CAL01qptsrtZCGUh-w1R4a2C_ez+wX1-5xo0Bk6Nmzf-aLfBH7g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2013-07-13 18:17 ` Igor Gnatenko @ 2013-07-17 0:32 ` H. Peter Anvin [not found] ` <51E5E604.9050003-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org> 1 sibling, 1 reply; 6+ messages in thread From: H. Peter Anvin @ 2013-07-17 0:32 UTC (permalink / raw) To: Fleming, Matt Cc: Maarten Lankhorst, Matthew Garrett, x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, LKML, Seth Forshee, Dave Young On 07/10/2013 04:39 AM, Fleming, Matt wrote: > On 10 July 2013 12:34, Maarten Lankhorst > <maarten.lankhorst-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> wrote: >> Hey, >> >> It seems that in the merge window my macbook pro stopped working at some point. I looked for suspicious >> efi related commits, and found that reverting commit 1acba98f810a14b1255e34bc620594f83de37e36 worked, >> letting my macbook pro boot succesfully. > > Thanks for the report. I'm going to queue up a revert of this patch, > Dave Young also reported a problem on his thinkpad. > Can I grab this somewhere yet? -hpa ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <51E5E604.9050003-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>]
* Re: [REGRESSION] "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" breaks macbook efi boot [not found] ` <51E5E604.9050003-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org> @ 2013-07-17 6:35 ` Fleming, Matt 0 siblings, 0 replies; 6+ messages in thread From: Fleming, Matt @ 2013-07-17 6:35 UTC (permalink / raw) To: H. Peter Anvin Cc: Maarten Lankhorst, Matthew Garrett, x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, LKML, Seth Forshee, Dave Young On 17 July 2013 01:32, H. Peter Anvin <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org> wrote: > On 07/10/2013 04:39 AM, Fleming, Matt wrote: >> On 10 July 2013 12:34, Maarten Lankhorst >> <maarten.lankhorst-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> wrote: >>> Hey, >>> >>> It seems that in the merge window my macbook pro stopped working at some point. I looked for suspicious >>> efi related commits, and found that reverting commit 1acba98f810a14b1255e34bc620594f83de37e36 worked, >>> letting my macbook pro boot succesfully. >> >> Thanks for the report. I'm going to queue up a revert of this patch, >> Dave Young also reported a problem on his thinkpad. >> > > Can I grab this somewhere yet? http://article.gmane.org/gmane.linux.kernel.efi/1514 ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <51DD46AD.2010800-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>]
* Re: [REGRESSION] "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" breaks macbook efi boot [not found] ` <51DD46AD.2010800-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> @ 2013-07-10 14:34 ` Matthew Garrett 0 siblings, 0 replies; 6+ messages in thread From: Matthew Garrett @ 2013-07-10 14:34 UTC (permalink / raw) To: Maarten Lankhorst Cc: Matt Fleming, x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, LKML, Seth Forshee On Wed, 2013-07-10 at 13:34 +0200, Maarten Lankhorst wrote: > Hey, > > It seems that in the merge window my macbook pro stopped working at some point. I looked for suspicious > efi related commits, and found that reverting commit 1acba98f810a14b1255e34bc620594f83de37e36 worked, > letting my macbook pro boot succesfully. > > Is there anything I can do to help diagnose this issue? Well bother. Yeah, reverting this is the right thing to do for now - I'll spend some time looking into it more closely later in the week. -- Matthew Garrett | mjg59@srcf.ucam.org ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-07-17 6:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10 11:34 [REGRESSION] "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" breaks macbook efi boot Maarten Lankhorst
2013-07-10 11:39 ` Fleming, Matt
[not found] ` <CAL01qptsrtZCGUh-w1R4a2C_ez+wX1-5xo0Bk6Nmzf-aLfBH7g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-07-13 18:17 ` Igor Gnatenko
2013-07-17 0:32 ` H. Peter Anvin
[not found] ` <51E5E604.9050003-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
2013-07-17 6:35 ` Fleming, Matt
[not found] ` <51DD46AD.2010800-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
2013-07-10 14:34 ` Matthew Garrett
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox