# git rev-parse -q --verify aa50faff4416c869b52dff68a937c84d29e12f4b^{commit} aa50faff4416c869b52dff68a937c84d29e12f4b already have revision, skipping fetch # git checkout -q -f -B kisskb aa50faff4416c869b52dff68a937c84d29e12f4b # git clean -qxdf # < git log -1 # commit aa50faff4416c869b52dff68a937c84d29e12f4b # Author: Sergio Paracuellos # Date: Wed Dec 1 22:34:02 2021 +0100 # # PCI: mt7621: Convert driver into 'bool' # # The driver is not ready yet to be compiled as a module since it depends # on some symbols not exported on MIPS. We have the following current # problems: # # Building mips:allmodconfig ... failed # -------------- # Error log: # ERROR: modpost: missing MODULE_LICENSE() in drivers/pci/controller/pcie-mt7621.o # ERROR: modpost: "mips_cm_unlock_other" [drivers/pci/controller/pcie-mt7621.ko] undefined! # ERROR: modpost: "mips_cpc_base" [drivers/pci/controller/pcie-mt7621.ko] undefined! # ERROR: modpost: "mips_cm_lock_other" [drivers/pci/controller/pcie-mt7621.ko] undefined! # ERROR: modpost: "mips_cm_is64" [drivers/pci/controller/pcie-mt7621.ko] undefined! # ERROR: modpost: "mips_gcr_base" [drivers/pci/controller/pcie-mt7621.ko] undefined! # # Temporarily move from 'tristate' to 'bool' until a better solution is # ready. # # Also RALINK is redundant because SOC_MT7621 already depends on it. # Hence, simplify condition. # # Fixes: 2bdd5238e756 ("PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver"). # Signed-off-by: Sergio Paracuellos # Reviewed-and-Tested-by: Guenter Roeck # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 aa50faff4416c869b52dff68a937c84d29e12f4b # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.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/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:4765:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4770:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:4771:warning: override: reassigning to symbol BPF_PRELOAD # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/kernel/kcsan/kcsan_test.c: In function 'test_atomic_builtins': /kisskb/src/kernel/kcsan/kcsan_test.c:975:17: warning: 'atomic_thread_fence' is not supported with '-fsanitize=thread' [-Wtsan] 975 | __atomic_thread_fence(__ATOMIC_SEQ_CST); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vmlinux.o: warning: objtool: __do_fast_syscall_32()+0x1a: call to static_key_count.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: do_syscall_64()+0xc: call to static_key_count.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: do_int80_syscall_32()+0x1a: call to static_key_count.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: __sev_es_nmi_complete()+0x75: call to __phys_addr_nodebug() leaves .noinstr.text section vmlinux.o: warning: objtool: enter_from_user_mode()+0x19: call to test_bit() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode()+0x1d: call to test_bit() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode_prepare()+0x19: call to test_bit() leaves .noinstr.text section vmlinux.o: warning: objtool: exit_to_user_mode()+0x6: call to static_key_count.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_exit_to_user_mode()+0x20: call to static_key_count.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_enter_from_user_mode()+0x19: call to test_bit() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_exit_to_user_mode()+0xd: call to static_key_count.constprop.0() leaves .noinstr.text section Completed OK # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:05:31.210002