-
- Downloads
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86/EFI changes from Peter Anvin: - Improve the initrd handling in the EFI boot stub by allowing forward slashes in the pathname - from Chun-Yi Lee. - Cleanup code duplication in the EFI mixed kernel/firmware code - from Satoru Takeuchi. - efivarfs bug fixes for more strict filename validation, with lots of input from Al Viro. * 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86, efi: remove duplicate code in setup_arch() by using, efi_is_native() efivarfs: guid part of filenames are case-insensitive efivarfs: Validate filenames much more aggressively efivarfs: Use sizeof() instead of magic number x86, efi: Allow slash in file path of initrd
Showing
- arch/x86/boot/compressed/eboot.c 19 additions, 7 deletionsarch/x86/boot/compressed/eboot.c
- arch/x86/include/asm/efi.h 8 additions, 1 deletionarch/x86/include/asm/efi.h
- arch/x86/kernel/setup.c 1 addition, 2 deletionsarch/x86/kernel/setup.c
- arch/x86/platform/efi/efi.c 0 additions, 5 deletionsarch/x86/platform/efi/efi.c
- drivers/firmware/efivars.c 138 additions, 8 deletionsdrivers/firmware/efivars.c
Loading
Please register or sign in to comment