# git rev-parse -q --verify 98369dccd2f8e16bf4c6621053af7aa4821dcf8e^{commit} 98369dccd2f8e16bf4c6621053af7aa4821dcf8e already have revision, skipping fetch # git checkout -q -f -B kisskb 98369dccd2f8e16bf4c6621053af7aa4821dcf8e # git clean -qxdf # < git log -1 # commit 98369dccd2f8e16bf4c6621053af7aa4821dcf8e # Merge: d03d41889088 91f098704c25 # Author: Linus Torvalds # Date: Mon Apr 29 15:57:37 2024 -0700 # # Merge tag 'wq-for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq # # Pull workqueue fixes from Tejun Heo: # "Two doc update patches and the following three fixes: # # - On single node systems, the default pool is used but the # node_nr_active for the default pool was set to min_active. This # effectively limited the max concurrency of unbound pools on single # node systems to 8 causing performance regressions on some # workloads. Fixed by setting the default pool's node_nr_active to # max_active. # # - wq_update_node_max_active() could trigger divide-by-zero if the # intersection between the allowed CPUs for an unbound workqueue and # online CPUs becomes empty. # # - When kick_pool() was trying to repatriate a worker to a CPU in its # pod by setting task->wake_cpu, it didn't consider whether the CPU # being selected is online or not which obviously can lead to # subobtimal behaviors. On s390, this triggered a crash in arch code. # The workqueue patch removes the gross misbehavior but doesn't fix # the crash completely as there's a race window in which CPUs can go # down after wake_cpu is set. Need to decide whether the fix should # be on the core or arch side" # # * tag 'wq-for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq: # workqueue: Fix divide error in wq_update_node_max_active() # workqueue: The default node_nr_active should have its max set to max_active # workqueue: Fix selection of wake_cpu in kick_pool() # docs/zh_CN: core-api: Update translation of workqueue.rst to 6.9-rc1 # Documentation/core-api: Update events_freezable_power references. # < /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 98369dccd2f8e16bf4c6621053af7aa4821dcf8e # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # 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_allmodconfig_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_allmodconfig_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:14251:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14255:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14257:warning: override: reassigning to symbol UML_NET_SLIP .config:14262:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_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_allmodconfig_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_allmodconfig_um-x86_64-gcc12 # Build took: 0:00:13.290934