# git rev-parse -q --verify 3c999d1ae3c75991902a1a7dad0cb62c2a3008b4^{commit} 3c999d1ae3c75991902a1a7dad0cb62c2a3008b4 already have revision, skipping fetch # git checkout -q -f -B kisskb 3c999d1ae3c75991902a1a7dad0cb62c2a3008b4 # git clean -qxdf # < git log -1 # commit 3c999d1ae3c75991902a1a7dad0cb62c2a3008b4 # Merge: de6fef50eaf4 a2a58909cfb5 # Author: Linus Torvalds # Date: Wed May 15 17:32:08 2024 -0700 # # Merge tag 'wq-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq # # Pull workqueue updates from Tejun Heo: # # - Work items can now be disabled and enabled, and cancel_work_sync() # and disable_work() can be called form atomic contexts for BH work # items. # # This closes feature gap with tasklet and should allow converting all # existing tasklet users to BH workqueues. # # - Improve pool sharing for unbound workqueues with strict affinity. # # - Misc changes including doc updates, improved debug annotations and # cleanups. # # * tag 'wq-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq: # workqueue: Use "@..." in function comment to describe variable length argument # workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead() # workqueue: remove unnecessary import and function in wq_monitor.py # workqueue: Introduce enable_and_queue_work() convenience function # workqueue: add function in event of workqueue_activate_work # workqueue: Cleanup subsys attribute registration # workqueue: Use list_last_entry() to get the last idle worker # workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->affn_strict # workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead() # workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts on BH work items # workqueue: Remember whether a work item was on a BH workqueue # workqueue: Remove WORK_OFFQ_CANCELING # workqueue: Implement disable/enable for (delayed) work items # workqueue: Preserve OFFQ bits in cancel[_sync] paths # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 3c999d1ae3c75991902a1a7dad0cb62c2a3008b4 # make -s -j 40 ARCH=mips O=/kisskb/build/linus_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.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 40 ARCH=mips O=/kisskb/build/linus_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 40 ARCH=mips O=/kisskb/build/linus_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- olddefconfig .config:15050:warning: override: reassigning to symbol MIPS_CPS_NS16550_SHIFT # make -s -j 40 ARCH=mips O=/kisskb/build/linus_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.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/thread_info.h:13, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/mips/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:79, from /kisskb/src/include/linux/spinlock.h:56, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/scsi/mpi3mr/mpi3mr.h:13, 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:18: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Werror=format=] #define KERN_SOH "\001" /* ASCII Start Of Header */ ^~~~~~ /kisskb/src/include/linux/printk.h:429:11: note: in definition of macro 'printk_index_wrap' _p_func(_fmt, ##__VA_ARGS__); \ ^~~~ /kisskb/src/include/linux/printk.h:510:2: note: in expansion of macro 'printk' printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~ /kisskb/src/include/linux/kern_levels.h:12:22: note: in expansion of macro 'KERN_SOH' #define KERN_WARNING KERN_SOH "4" /* warning conditions */ ^~~~~~~~ /kisskb/src/include/linux/printk.h:510:9: note: in expansion of macro 'KERN_WARNING' printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_debug.h:46:2: note: in expansion of macro 'pr_warn' pr_warn("%s: " fmt, (ioc)->name, ##__VA_ARGS__) ^~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_transport.c:1365:4: note: in expansion of macro 'ioc_warn' ioc_warn(mrioc, "skipping port %u, max allowed value is %lu\n", ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_transport.c:1365:62: note: format string is defined here ioc_warn(mrioc, "skipping port %u, max allowed value is %lu\n", ~~^ %u 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[2]: *** [/kisskb/src/Makefile:1919: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=mips O=/kisskb/build/linus_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_mips-gcc8 # Build took: 0:08:25.084185