# git rev-parse -q --verify 459e3a21535ae3c7a9a123650e54f5c882b8fcbf^{commit} 459e3a21535ae3c7a9a123650e54f5c882b8fcbf already have revision, skipping fetch # git checkout -q -f -B kisskb 459e3a21535ae3c7a9a123650e54f5c882b8fcbf # git clean -qxdf # < git log -1 # commit 459e3a21535ae3c7a9a123650e54f5c882b8fcbf # Author: Linus Torvalds # Date: Wed May 1 11:20:53 2019 -0700 # # gcc-9: properly declare the {pv,hv}clock_page storage # # The pvlock_page and hvclock_page variables are (as the name implies) # addresses to pages, created by the linker script. # # But we declared them as just "extern u8" variables, which _works_, but # now that gcc does some more bounds checking, it causes warnings like # # warning: array subscript 1 is outside array bounds of ‘u8[1]’ # # when we then access more than one byte from those variables. # # Fix this by simply making the declaration of the variables match # reality, which makes the compiler happy too. # # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 459e3a21535ae3c7a9a123650e54f5c882b8fcbf # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- randconfig KCONFIG_SEED=0x8C8C8A70 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # yes \n | make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- You are building kernel with non-retpoline compiler. Please update your compiler. make[1]: *** [arch/x86/Makefile:308: checkbin] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:169: sub-make] Error 2 Command 'make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 # Build took: 0:00:06.291363