# 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/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 3c999d1ae3c75991902a1a7dad0cb62c2a3008b4 # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=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_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig CONFIG_SPI_STM32_QSPI=n # < make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:14438:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14442:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14444:warning: override: reassigning to symbol UML_NET_SLIP .config:14449:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/x86/um/user-offsets.c:17:6: warning: no previous prototype for ‘foo’ [-Wmissing-prototypes] 17 | void foo(void) | ^~~ In file included from /kisskb/src/arch/um/kernel/asm-offsets.c:1: /kisskb/src/arch/x86/um/shared/sysdep/kernel-offsets.h:9:6: error: no previous prototype for ‘foo’ [-Werror=missing-prototypes] 9 | void foo(void) | ^~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:117: arch/um/kernel/asm-offsets.s] Error 1 make[2]: *** [/kisskb/src/Makefile:1197: prepare0] 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=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allyesconfig_um-x86_64-gcc12 # Build took: 0:00:13.515168