linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Regression with commit 0a67361dcdaa
@ 2020-04-16 14:35 Jarkko Nikula
  2020-04-16 14:36 ` Ard Biesheuvel
  0 siblings, 1 reply; 4+ messages in thread
From: Jarkko Nikula @ 2020-04-16 14:35 UTC (permalink / raw)
  To: linux-efi; +Cc: linux-kernel, Ard Biesheuvel, Tony Luck, Andy Shevchenko

Hi

v5.7-rc1 hangs in early boot on an Intel Atom based prototype hardware 
while v5.6 boots fine. I bisected the regression into 0a67361dcdaa 
("efi/x86: Remove runtime table address from kexec EFI setup data").

v5.7-rc1 caused a reboot loop on another Intel Core based prototype HW. 
Reboots also on top of 0a67361dcdaa but boots fine with that commit 
reverted.

Our test system uses kexec to boot the test kernel. These two machines 
got regression with v5.7-rc1. We have also others that boot fine.

-- 
Jarkko

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regression with commit 0a67361dcdaa
  2020-04-16 14:35 Regression with commit 0a67361dcdaa Jarkko Nikula
@ 2020-04-16 14:36 ` Ard Biesheuvel
  2020-04-16 14:56   ` Jarkko Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Ard Biesheuvel @ 2020-04-16 14:36 UTC (permalink / raw)
  To: Jarkko Nikula
  Cc: linux-efi, Linux Kernel Mailing List, Tony Luck, Andy Shevchenko

On Thu, 16 Apr 2020 at 16:35, Jarkko Nikula
<jarkko.nikula@linux.intel.com> wrote:
>
> Hi
>
> v5.7-rc1 hangs in early boot on an Intel Atom based prototype hardware
> while v5.6 boots fine. I bisected the regression into 0a67361dcdaa
> ("efi/x86: Remove runtime table address from kexec EFI setup data").
>
> v5.7-rc1 caused a reboot loop on another Intel Core based prototype HW.
> Reboots also on top of 0a67361dcdaa but boots fine with that commit
> reverted.
>
> Our test system uses kexec to boot the test kernel. These two machines
> got regression with v5.7-rc1. We have also others that boot fine.
>

This should already be fixed in Linus's tree. Please report back
whether that solves your problem or not.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regression with commit 0a67361dcdaa
  2020-04-16 14:36 ` Ard Biesheuvel
@ 2020-04-16 14:56   ` Jarkko Nikula
  2020-04-16 14:57     ` Ard Biesheuvel
  0 siblings, 1 reply; 4+ messages in thread
From: Jarkko Nikula @ 2020-04-16 14:56 UTC (permalink / raw)
  To: Ard Biesheuvel
  Cc: linux-efi, Linux Kernel Mailing List, Tony Luck, Andy Shevchenko

On 4/16/20 5:36 PM, Ard Biesheuvel wrote:
> On Thu, 16 Apr 2020 at 16:35, Jarkko Nikula
> <jarkko.nikula@linux.intel.com> wrote:
>>
>> Hi
>>
>> v5.7-rc1 hangs in early boot on an Intel Atom based prototype hardware
>> while v5.6 boots fine. I bisected the regression into 0a67361dcdaa
>> ("efi/x86: Remove runtime table address from kexec EFI setup data").
>>
>> v5.7-rc1 caused a reboot loop on another Intel Core based prototype HW.
>> Reboots also on top of 0a67361dcdaa but boots fine with that commit
>> reverted.
>>
>> Our test system uses kexec to boot the test kernel. These two machines
>> got regression with v5.7-rc1. We have also others that boot fine.
>>
> 
> This should already be fixed in Linus's tree. Please report back
> whether that solves your problem or not.
> 
Ah, I forgot to pull & test before bisecting...

Yes, both machines boot fine with the HEAD 00086336a8d9 ("Merge tag 
'efi-urgent-2020-04-15' of 
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip").

-- 
Jarkko

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regression with commit 0a67361dcdaa
  2020-04-16 14:56   ` Jarkko Nikula
@ 2020-04-16 14:57     ` Ard Biesheuvel
  0 siblings, 0 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2020-04-16 14:57 UTC (permalink / raw)
  To: Jarkko Nikula
  Cc: linux-efi, Linux Kernel Mailing List, Tony Luck, Andy Shevchenko

On Thu, 16 Apr 2020 at 16:56, Jarkko Nikula
<jarkko.nikula@linux.intel.com> wrote:
>
> On 4/16/20 5:36 PM, Ard Biesheuvel wrote:
> > On Thu, 16 Apr 2020 at 16:35, Jarkko Nikula
> > <jarkko.nikula@linux.intel.com> wrote:
> >>
> >> Hi
> >>
> >> v5.7-rc1 hangs in early boot on an Intel Atom based prototype hardware
> >> while v5.6 boots fine. I bisected the regression into 0a67361dcdaa
> >> ("efi/x86: Remove runtime table address from kexec EFI setup data").
> >>
> >> v5.7-rc1 caused a reboot loop on another Intel Core based prototype HW.
> >> Reboots also on top of 0a67361dcdaa but boots fine with that commit
> >> reverted.
> >>
> >> Our test system uses kexec to boot the test kernel. These two machines
> >> got regression with v5.7-rc1. We have also others that boot fine.
> >>
> >
> > This should already be fixed in Linus's tree. Please report back
> > whether that solves your problem or not.
> >
> Ah, I forgot to pull & test before bisecting...
>
> Yes, both machines boot fine with the HEAD 00086336a8d9 ("Merge tag
> 'efi-urgent-2020-04-15' of
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip").
>


OK, good to know. Thanks for confirming.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-16 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16 14:35 Regression with commit 0a67361dcdaa Jarkko Nikula
2020-04-16 14:36 ` Ard Biesheuvel
2020-04-16 14:56   ` Jarkko Nikula
2020-04-16 14:57     ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).