Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 bootup changes from Ingo Molnar: "Deal with bootloaders which fail to initialize unknown fields in boot_params to zero, by sanitizing boot params passed in. This unbreaks versions of kexec-utils. Other bootloaders do not appear to show sensitivity to this change, but it's a possibility for breakage nevertheless." * 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86, boot: Sanitize boot_params if not zeroed on creation
Showing
- arch/x86/boot/compressed/misc.c 2 additions, 0 deletionsarch/x86/boot/compressed/misc.c
- arch/x86/boot/compressed/misc.h 1 addition, 0 deletionsarch/x86/boot/compressed/misc.h
- arch/x86/include/asm/bootparam_utils.h 38 additions, 0 deletionsarch/x86/include/asm/bootparam_utils.h
- arch/x86/kernel/head32.c 3 additions, 0 deletionsarch/x86/kernel/head32.c
- arch/x86/kernel/head64.c 2 additions, 0 deletionsarch/x86/kernel/head64.c
arch/x86/include/asm/bootparam_utils.h
0 → 100644
Please register or sign in to comment