# git rev-parse -q --verify 932d2d1fcb2bbbc3cb30a762302a5d2eac7720bb^{commit} 932d2d1fcb2bbbc3cb30a762302a5d2eac7720bb already have revision, skipping fetch # git checkout -q -f -B kisskb 932d2d1fcb2bbbc3cb30a762302a5d2eac7720bb # git clean -qxdf # < git log -1 # commit 932d2d1fcb2bbbc3cb30a762302a5d2eac7720bb # Merge: 8751b21ad9dc 652b0ae675fe # Author: Linus Torvalds # Date: Thu Sep 19 07:09:39 2024 +0200 # # Merge tag 'dlm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm # # Pull dlm updates from David Teigland: # # - Remove some unnecesary hold/unhold rsb refcounting in cases where an # existing refcount is known to exist # # - Remove some unnecessary checking for zero nodeids, which should never # exist, and add some warning if they do # # - Make the slow freeing of structs in release_lockspace() async, run # from a workqueue # # - Prior rcu freeing allows some further struct lookups to run without a # lock # # - Use blocking kernel_connect on sockets to avoid EINPROGRESS # # * tag 'dlm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm: # dlm: add missing -ENOMEM if alloc_workqueue() fails # dlm: do synchronized socket connect call # dlm: move lkb xarray lookup out of lock # dlm: move dlm_search_rsb_tree() out of lock # dlm: use RSB_HASHED to avoid lookup twice # dlm: async freeing of lockspace resources # dlm: drop kobject release callback handling # dlm: warn about invalid nodeid comparsions # dlm: never return invalid nodeid by dlm_our_nodeid() # dlm: remove unnecessary refcounts # dlm: cleanup memory allocation helpers # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 932d2d1fcb2bbbc3cb30a762302a5d2eac7720bb # make -s -j 32 ARCH=s390 O=/kisskb/build/linus_defconfig_s390x-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/s390-linux/bin/s390-linux- defconfig # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig # < make -s -j 32 ARCH=s390 O=/kisskb/build/linus_defconfig_s390x-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 32 ARCH=s390 O=/kisskb/build/linus_defconfig_s390x-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig .config:3984:warning: override: reassigning to symbol DEBUG_INFO_BTF # make -s -j 32 ARCH=s390 O=/kisskb/build/linus_defconfig_s390x-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/kernel/events/core.c: In function 'perf_event_setup_cpumask': /kisskb/src/kernel/events/core.c:14012:13: warning: the comparison will always evaluate as 'true' for the address of 'thread_mask' will never be NULL [-Waddress] 14012 | if (!topology_sibling_cpumask(cpu)) { | ^ In file included from /kisskb/src/include/linux/topology.h:36, from /kisskb/src/include/linux/gfp.h:8, from /kisskb/src/include/linux/xarray.h:16, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/arch/s390/include/asm/topology.h:21:19: note: 'thread_mask' declared here 21 | cpumask_t thread_mask; | ^~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_defconfig_s390x-gcc13 # Build took: 0:05:03.769751