# git rev-parse -q --verify a693b9c95abd4947c2d06e05733de5d470ab6586^{commit} a693b9c95abd4947c2d06e05733de5d470ab6586 already have revision, skipping fetch # git checkout -q -f -B kisskb a693b9c95abd4947c2d06e05733de5d470ab6586 # git clean -qxdf # < git log -1 # commit a693b9c95abd4947c2d06e05733de5d470ab6586 # Merge: 3fca58ffad37 0c2f6d04619e # Author: Linus Torvalds # Date: Sun Jun 2 09:32:34 2024 -0700 # # Merge tag 'x86-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull x86 fixes from Ingo Molnar: # "Miscellaneous topology parsing fixes: # # - Fix topology parsing regression on older CPUs in the new AMD/Hygon # parser # # - Fix boot crash on odd Intel Quark and similar CPUs that do not fill # out cpuinfo_x86::x86_clflush_size and zero out # cpuinfo_x86::x86_cache_alignment as a result. # # Provide 32 bytes as a general fallback value. # # - Fix topology enumeration on certain rare CPUs where the BIOS locks # certain CPUID leaves and the kernel unlocked them late, which broke # with the new topology parsing code. Factor out this unlocking logic # and move it earlier in the parsing sequence" # # * tag 'x86-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # x86/topology/intel: Unlock CPUID before evaluating anything # x86/cpu: Provide default cache line size if not enumerated # x86/topology/amd: Evaluate SMT in CPUID leaf 0x8000001e only on family 0x17 and greater # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 a693b9c95abd4947c2d06e05733de5d470ab6586 # make -s -j 160 ARCH=mips O=/kisskb/build/linus_allmodconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MIPS_CPS_NS16550_BASE=0x1b0003f8 # Added to kconfig CONFIG_MIPS_CPS_NS16550_SHIFT=0 # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 160 ARCH=mips O=/kisskb/build/linus_allmodconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 160 ARCH=mips O=/kisskb/build/linus_allmodconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- olddefconfig .config:15078:warning: override: reassigning to symbol MIPS_CPS_NS16550_SHIFT # make -s -j 160 ARCH=mips O=/kisskb/build/linus_allmodconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/boot/dts/img/boston.dts:128.17-178.5: Warning (interrupt_provider): /pci@14000000/pci2_root@0,0: '#interrupt-cells' found, but node is not an interrupt provider /kisskb/src/arch/mips/boot/dts/img/boston.dts:136.23-177.6: Warning (interrupt_provider): /pci@14000000/pci2_root@0,0/eg20t_bridge@1,0,0: '#interrupt-cells' found, but node is not an interrupt provider arch/mips/boot/dts/img/boston.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider' In file included from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/mips/include/asm/bug.h:42, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/alloc_tag.h:8, from /kisskb/src/include/linux/vmalloc.h:5, from /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_transport.c:10: /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_transport.c: In function 'mpi3mr_sas_port_add': /kisskb/src/include/linux/kern_levels.h:5:25: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Werror=format=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ /kisskb/src/include/linux/printk.h:436:25: note: in definition of macro 'printk_index_wrap' 436 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ /kisskb/src/include/linux/printk.h:517:9: note: in expansion of macro 'printk' 517 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ /kisskb/src/include/linux/kern_levels.h:12:25: note: in expansion of macro 'KERN_SOH' 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ /kisskb/src/include/linux/printk.h:517:16: note: in expansion of macro 'KERN_WARNING' 517 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_debug.h:46:9: note: in expansion of macro 'pr_warn' 46 | pr_warn("%s: " fmt, (ioc)->name, ##__VA_ARGS__) | ^~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_transport.c:1367:25: note: in expansion of macro 'ioc_warn' 1367 | ioc_warn(mrioc, "skipping port %u, max allowed value is %lu\n", | ^~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:244: drivers/scsi/mpi3mr/mpi3mr_transport.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/scsi/mpi3mr] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/scsi] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1934: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 160 ARCH=mips O=/kisskb/build/linus_allmodconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_mips-gcc13 # Build took: 0:08:37.788597