Skip to content
  • Ingo Molnar's avatar
    Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi · 3c01b74e
    Ingo Molnar authored
    
    
    Pull EFI updates from Matt Fleming:
    
    " - Move efivarfs from the misc filesystem section to pseudo filesystem,
        since that's a more logical and accurate place - Leif Lindholm
    
      - Update efibootmgr URL in Kconfig help - Peter Jones
    
      - Improve accuracy of EFI guid function names - Borislav Petkov
    
      - Expose firmware platform size in sysfs for the benefit of EFI boot
        loader installers and other utilities - Steve McIntyre
    
      - Cleanup __init annotations for arm64/efi code - Ard Biesheuvel
    
      - Mark the UIE as unsupported for rtc-efi - Ard Biesheuvel
    
      - Fix memory leak in error code path of runtime map code - Dan Carpenter
    
      - Improve robustness of get_memory_map() by removing assumptions on the
        size of efi_memory_desc_t (which could change in future spec
        versions) and querying the firmware instead of guessing about the
        memmap size - Ard Biesheuvel
    
      - Remove superfluous guid unparse calls - Ivan Khoronzhuk
    
      - Delete unnecessary chosen@0 DT node FDT code since was duplicated
        from code in drivers/of and is entirely unnecessary - Leif Lindholm
    
       There's nothing super scary, mainly cleanups, and a merge from Ricardo who
       kindly picked up some patches from the linux-efi mailing list while I
       was out on annual leave in December.
    
       Perhaps the biggest risk is the get_memory_map() change from Ard, which
       changes the way that both the arm64 and x86 EFI boot stub build the
       early memory map. It would be good to have it bake in linux-next for a
       while.
    "
    
    Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
    3c01b74e