[Bug 2076651] Re: [SRU] Crash on RISC-V in virtual machine using KVM
Mate Kukri
2076651 at bugs.launchpad.net
Wed Oct 23 06:42:49 UTC 2024
risc-v grub is built by grub2:src, so setting all others to invalid.
** Changed in: grub2-signed (Ubuntu Noble)
Status: New => Invalid
** Changed in: grub2-unsigned (Ubuntu Noble)
Status: New => Invalid
** Changed in: grub2-unsigned (Ubuntu Oracular)
Status: New => Invalid
** Changed in: grub2-signed (Ubuntu Oracular)
Status: Fix Committed => Invalid
** Changed in: grub2-unsigned (Ubuntu)
Status: Fix Released => Invalid
** Changed in: grub2-signed (Ubuntu)
Status: Fix Released => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/2076651
Title:
[SRU] Crash on RISC-V in virtual machine using KVM
Status in grub2 package in Ubuntu:
Fix Released
Status in grub2-signed package in Ubuntu:
Invalid
Status in grub2-unsigned package in Ubuntu:
Invalid
Status in grub2 source package in Noble:
Fix Committed
Status in grub2-signed source package in Noble:
Invalid
Status in grub2-unsigned source package in Noble:
Invalid
Status in grub2 source package in Oracular:
Fix Committed
Status in grub2-signed source package in Oracular:
Invalid
Status in grub2-unsigned source package in Oracular:
Invalid
Bug description:
[ Impact ]
On RISC-V hardware offering the hypervisor extension GRUB crashes in
virtual machines running under KVM due to missing accessibility of
the counter register.
For measuring time the RISC-V ISA provides the time register.
Please, apply the following patch:
[PATCH 1/1] riscv: use time register in grub_efi_get_time_ms()
https://lists.gnu.org/archive/html/grub-devel/2024-08/msg00008.html
[ Test Plan ]
To reproduce the error run Ubuntu on QEMU according to
https://wiki.ubuntu.com/RISC-V/QEMU on an HiFive P550 Premier. Add
'-accel kvm' to the command line to use KVM. GRUB crashes.
Run Ubuntu on QEMU according to https://wiki.ubuntu.com/RISC-V/QEMU.
In GRUB press the <C>-key to enter the console.
Execute 'sleep 10' and check that the console prompt is written after
approximately 10 seconds.
Restart the VM with the 'reset' command.
Check that the countdown in the Ubuntu menu runs at wall time speed.
Check that the login prompt is reached.
Correct timing under KVM depends on LP #2076927.
[ Where problems could occur ]
The patch only concerns RISC-V. It changes how GRUB measures elapsed
time.
Incorrect measuring of time could lead to the menu countdown or the
sleep command not working.
[ Other Info ]
n/a
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/2076651/+subscriptions
More information about the foundations-bugs
mailing list