The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent for you to fetch changes up to a7decd94d514721f8bf5da02e3ae66758b80603a: efi: Allow the number of EFI configuration tables entries to be zero (2019-05-25 13:10:50 +0200) ---------------------------------------------------------------- A pair of low priority EFI fixes for v5.2: - deal with systems where EFI does not expose a single configuration table - add missing handling for memory allocation failures to x86 old_map code ---------------------------------------------------------------- Gen Zhang (1): efi/x86: Add missing error handling to old_memmap 1:1 mapping code Rob Bradford (1): efi: Allow the number of EFI configuration tables entries to be zero arch/x86/platform/efi/efi.c | 2 ++ arch/x86/platform/efi/efi_64.c | 9 ++++++--- arch/x86/platform/efi/quirks.c | 3 +++ drivers/firmware/efi/efi.c | 3 +++ 4 files changed, 14 insertions(+), 3 deletions(-)