OSDN Git Service

Merge tag 'efi-urgent-for-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Feb 2022 20:44:33 +0000 (12:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Feb 2022 20:44:33 +0000 (12:44 -0800)
commit201b5c016f1655ead2ecc7e7e270841782cbbd0b
tree10631345c975d0c9f1249a4404637e95b9676b89
parent7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3
parent258dd902022cb10c83671176688074879517fd21
Merge tag 'efi-urgent-for-v5.17-2' of git://git./linux/kernel/git/efi/efi

Pull EFI fixes from Ard Biesheuvel:

 - don't treat valid hartid U32_MAX as a failure return code (RISC-V)

 - avoid blocking query_variable_info() call when blocking is not
   allowed

* tag 'efi-urgent-for-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
  efivars: Respect "block" flag in efivar_entry_set_safe()
  riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value