efi: libstub: Use local strncmp() implementation unconditionally
authorArd Biesheuvel <ardb@kernel.org>
Tue, 11 Oct 2022 13:41:08 +0000 (15:41 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Wed, 9 Nov 2022 11:42:02 +0000 (12:42 +0100)
commitfa882a1389b2a6eaba8a0d5439dbd32537d0ecc5
treee814033bc2ac6b7ddf9b54ff07be18971ad237d3
parentf9a3c8488762284c855942d917200d2846392e40
efi: libstub: Use local strncmp() implementation unconditionally

In preparation for moving the EFI stub functionality into the zboot
decompressor, switch to the stub's implementation of strncmp()
unconditionally.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/arm64/kernel/image-vars.h
arch/riscv/kernel/image-vars.h
drivers/firmware/efi/libstub/string.c