]> www.infradead.org Git - users/jedix/linux-maple.git/commit
efi/efi_test: Fix missing pending status update in getwakeuptime
authorIvan Hu <ivan.hu@canonical.com>
Mon, 31 Mar 2025 07:45:04 +0000 (15:45 +0800)
committerArd Biesheuvel <ardb@kernel.org>
Wed, 21 May 2025 13:39:30 +0000 (15:39 +0200)
commit3dcb524d785373fd43b129f01f32bd394fe167e0
tree762a206b177f5bd48fb9ffb781cb7543f35b9f3c
parent857faddd16c52b267da6519ba03d4578046f056f
efi/efi_test: Fix missing pending status update in getwakeuptime

The pending status was not being passed to user space, leading to
false test alarms when using the pending status. This patch ensures
that the pending status is correctly updated and exposed to user space
when calling getwakeuptime, preventing incorrect handling of the pending
status.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/test/efi_test.c