cosmic verification:
ubuntu@ubuntu:~$ cat /proc/version
Linux version 4.18.0-14-generic-lpae (buildd@bos02-arm64-040) (gcc version 
8.2.0 (Ubuntu 8.2.0-7ubuntu1)) #15-Ubuntu SMP Mon Jan 14 12:00:36 UTC 2019

bionic verification:
ubuntu@ubuntu:~$ cat /proc/version
Linux version 4.15.0-44-generic-lpae (buildd@bos02-arm64-032) (gcc version 
7.3.0 (Ubuntu/Linaro 7.3.0-16ubuntu3)) #47-Ubuntu SMP Mon Jan 14 13:30:34 UTC 
2019


** Tags removed: verification-needed-bionic verification-needed-cosmic
** Tags added: verification-done-bionic verification-done-cosmic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1809488

Title:
  armhf guests fail to boot in EFI mode

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Cosmic:
  Fix Committed
Status in linux source package in Disco:
  Fix Released

Bug description:
  [Impact]
  The fix for bug 1786878 introduced a regression that causes armhf guest 
booted in EFI mode to panic.

  [Test Case]
  Boot an armhf guest in EFI mode. Here's how I do that on an arm64 box that 
supports AArch32:

  sudo qemu-system-aarch64 -enable-kvm -M virt,gic_version=host -smp 7
  -m 2048 -cpu host,aarch64=off -nographic -pflash AAVMF32_CODE.fd
  -pflash AAVMF32_VARS.fd -drive if=none,file=bionic-server-cloudimg-
  armhf.img,id=hd0 -device virtio-blk-device,drive=hd0 -drive
  if=none,file=my-seed.img,id=hd1      -device virtio-blk-
  device,drive=hd1 -drive if=none,file=debian.img,id=hd3 -device virtio-
  blk-device,drive=hd3     -netdev type=tap,id=net0      -device virtio-
  net-device,netdev=net0,mac=<REDACTED>

  [Fix]
  33412b8673135 efi/arm: Revert deferred unmap of early memmap mapping

  [Regression Risk]
  This change is specific to efi/arm, which currently doesn't boot. The 
reverted change was to allow for ACPI BGRT code, which isn't supported on 
32-bit ARM.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1809488/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to