]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
test_firmware: Test platform fw loading on non-EFI systems
authorKees Cook <keescook@chromium.org>
Wed, 29 Jul 2020 17:58:29 +0000 (10:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Sep 2020 11:32:06 +0000 (13:32 +0200)
commit18efb2f9e897ac65e7a1b2892f4a53e404534eba
tree904f67d5a7f7d243bd17eb6cb7dc5a6be5acdc67
parentf118dbf4e7f974493baa74f36ef8b8f1f5622e29
test_firmware: Test platform fw loading on non-EFI systems

On non-EFI systems, it wasn't possible to test the platform firmware
loader because it will have never set "checked_fw" during __init.
Instead, allow the test code to override this check. Additionally split
the declarations into a private header file so it there is greater
enforcement of the symbol visibility.

Fixes: 548193cba2a7 ("test_firmware: add support for firmware_request_platform")
Cc: stable@vger.kernel.org
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
Acked-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20200729175845.1745471-2-keescook@chromium.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/efi/embedded-firmware.c
drivers/firmware/efi/embedded-firmware.h [new file with mode: 0644]
include/linux/efi_embedded_fw.h
lib/test_firmware.c