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 tag 'x86_build_for_v5.17_rc1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull missed x86 build updates from Borislav Petkov:
"In the heat of the battle between me and the tip pull requests, I've
sent you the tip:x86/build branch without the two top-most commits
from Ingo (it appears I hadn't fast-forwarded my local branch, sorry
about that).

Therefore, here's a part 2 of x86/build for 5.17.

- Make x86 defconfigs more useful by enabling
CONFIG_LOCALVERSION_AUTO and CONFIG_KALLSYMS_ALL

And while you merge that, I'll be at the blackboard, writing:

I will always fast-forward local branches before tagging and sending pull requests to Linus.
I will always fast-forward local branches before tagging and sending pull requests to Linus.
I will always fast-forward local branches before tagging and sending pull requests..."

* tag 'x86_build_for_v5.17_rc1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs
x86/defconfig: Enable CONFIG_LOCALVERSION_AUTO=y in the defconfig

+2 -2
+1 -1
arch/x86/configs/i386_defconfig
··· 1 - # CONFIG_LOCALVERSION_AUTO is not set 2 1 CONFIG_SYSVIPC=y 3 2 CONFIG_POSIX_MQUEUE=y 4 3 CONFIG_AUDIT=y ··· 261 262 CONFIG_PROVIDE_OHCI1394_DMA_INIT=y 262 263 CONFIG_EARLY_PRINTK_DBGP=y 263 264 CONFIG_DEBUG_BOOT_PARAMS=y 265 + CONFIG_KALLSYMS_ALL=y
+1 -1
arch/x86/configs/x86_64_defconfig
··· 1 - # CONFIG_LOCALVERSION_AUTO is not set 2 1 CONFIG_SYSVIPC=y 3 2 CONFIG_POSIX_MQUEUE=y 4 3 CONFIG_AUDIT=y ··· 257 258 CONFIG_PROVIDE_OHCI1394_DMA_INIT=y 258 259 CONFIG_EARLY_PRINTK_DBGP=y 259 260 CONFIG_DEBUG_BOOT_PARAMS=y 261 + CONFIG_KALLSYMS_ALL=y