Public bug reported:
When certain CPU cores are disabled (i.e., their _STA value is changed
from 0xF to 0x0), FWTS correctly skips these cores. However, it still
checks whether the _UID in the MADT GIC entries matches the UID of the
cores, which causes the test to FAIL.
log like this:
madt: GICC
Thanks Ivan.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103380
Title:
getwakeuptime did not get pending status
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+s
Public bug reported:
We found that we were unable to retrieve the pending status from
getwakeuptime, leading to a failure in uefirttime_test23 within
src/uefi/uefirttime/uefirttime.c.
The root cause of this issue is that the interface in
drivers/firmware/efi/test/efi_test.c, which is invoked duri