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-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixlet from Thomas Gleixner.

Remove a warning about lack of compiler support for retpoline that most
people can't do anything about, so it just annoys them needlessly.

* 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/retpoline: Remove compile time warning

-2
-2
arch/x86/Makefile
··· 235 235 RETPOLINE_CFLAGS += $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register) 236 236 ifneq ($(RETPOLINE_CFLAGS),) 237 237 KBUILD_CFLAGS += $(RETPOLINE_CFLAGS) -DRETPOLINE 238 - else 239 - $(warning CONFIG_RETPOLINE=y, but not supported by the compiler. Toolchain update recommended.) 240 238 endif 241 239 endif 242 240