Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull one more x86 fix from Peter Anvin:
"Sigh. One more patch in the "please don't brick my Samsung" series"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameter

+1 -1
+1 -1
arch/x86/platform/efi/efi.c
··· 87 87 88 88 static int __init setup_noefi(char *arg) 89 89 { 90 - clear_bit(EFI_BOOT, &x86_efi_facility); 90 + clear_bit(EFI_RUNTIME_SERVICES, &x86_efi_facility); 91 91 return 0; 92 92 } 93 93 early_param("noefi", setup_noefi);