# git rev-parse -q --verify 50b8b1d699ac313c0a07a3c185ffb23aecab8abb^{commit} 50b8b1d699ac313c0a07a3c185ffb23aecab8abb already have revision, skipping fetch # git checkout -q -f -B kisskb 50b8b1d699ac313c0a07a3c185ffb23aecab8abb # git clean -qxdf # < git log -1 # commit 50b8b1d699ac313c0a07a3c185ffb23aecab8abb # Author: Stephen Rothwell # Date: Mon Apr 19 20:20:31 2021 +1000 # # Add linux-next specific files for 20210419 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 50b8b1d699ac313c0a07a3c185ffb23aecab8abb # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # 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 # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:4958:warning: override: reassigning to symbol STANDALONE .config:4964:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_rax()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_rbx()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_rcx()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_rdx()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_rsi()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_rdi()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_rbp()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_r8()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_r9()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_r10()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_r11()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_r12()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_r13()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_r14()+0x0: call without frame pointer save/setup arch/x86/lib/retpoline.o: warning: objtool: __x86_indirect_alt_call_r15()+0x0: call without frame pointer save/setup /kisskb/src/drivers/pci/quirks.c: In function 'quirk_amd_nvme_fixup': /kisskb/src/drivers/pci/quirks.c:312:18: warning: unused variable 'rdev' [-Wunused-variable] struct pci_dev *rdev; ^~~~ In file included from /kisskb/src/drivers/memstick/host/r592.h:13, from /kisskb/src/drivers/memstick/host/r592.c:21: /kisskb/src/drivers/memstick/host/r592.c: In function 'r592_flush_fifo_write': /kisskb/src/include/linux/kfifo.h:588:1: warning: ignoring return value of '__kfifo_uint_must_check_helper', declared with attribute warn_unused_result [-Wunused-result] __kfifo_uint_must_check_helper( \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ({ \ ~~~~ typeof((fifo) + 1) __tmp = (fifo); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ typeof(__tmp->ptr) __buf = (buf); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unsigned long __n = (n); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~ const size_t __recsize = sizeof(*__tmp->rectype); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ struct __kfifo *__kfifo = &__tmp->kfifo; \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (__recsize) ?\ ~~~~~~~~~~~~~~ __kfifo_out_r(__kfifo, __buf, __n, __recsize) : \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __kfifo_out(__kfifo, __buf, __n); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ }) \ ~~~~ ) ~ /kisskb/src/drivers/memstick/host/r592.c:367:2: note: in expansion of macro 'kfifo_out' kfifo_out(&dev->pio_fifo, buffer, 4); ^~~~~~~~~ Completed OK # rm -rf /kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:02:43.096364