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

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

Pull x86 boot fix from Thomas Gleixner:
"A trivial fix for the previous x86/boot pull request which did not
make it in time"

* 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/boot/KASLR: Always return a value from process_mem_region

+1 -1
+1 -1
arch/x86/boot/compressed/kaslr.c
··· 697 697 return 1; 698 698 } 699 699 } 700 - return 0; 701 700 #endif 701 + return 0; 702 702 } 703 703 704 704 #ifdef CONFIG_EFI