Buildresult: linus/s390-allyesconfig/s390x-gcc13 built on Sep 19, 23:55
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Sep 19, 23:55
Duration:
0:11:10.707182
Builder:
alpine1
Revision:
Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (
839c4f596f898edc424070dc8b517381572f8502)
Target:
linus/s390-allyesconfig/s390x-gcc13
Branch:
linus
Compiler:
s390x-gcc13
(s390-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
allyesconfig
(
download
)
Log:
Download original
Possible errors
kernel/events/core.c:14012:13: error: the comparison will always evaluate as 'true' for the address of 'thread_mask' will never be NULL [-Werror=address] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:244: kernel/events/core.o] Error 1 make[4]: *** [scripts/Makefile.build:485: kernel/events] Error 2 make[3]: *** [scripts/Makefile.build:485: kernel] Error 2 make[2]: *** [Makefile:1926: .] Error 2 make[1]: *** [Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 839c4f596f898edc424070dc8b517381572f8502^{commit} 839c4f596f898edc424070dc8b517381572f8502 already have revision, skipping fetch # git checkout -q -f -B kisskb 839c4f596f898edc424070dc8b517381572f8502 # git clean -qxdf # < git log -1 # commit 839c4f596f898edc424070dc8b517381572f8502 # Merge: a1d1eb2f5750 22af8caff7d1 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Sep 19 11:35:31 2024 +0200 # # Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm # # Pull misc hotfixes from Andrew Morton: # "12 hotfixes, 11 of which are cc:stable. # # Four fixes for longstanding ocfs2 issues and the remainder address # random MM things" # # * tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: # mm/madvise: process_madvise() drop capability check if same mm # mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag set # mm/hugetlb.c: fix UAF of vma in hugetlb fault pathway # mm: change vmf_anon_prepare() to __vmf_anon_prepare() # resource: fix region_intersects() vs add_memory_driver_managed() # zsmalloc: use unique zsmalloc caches names # mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu read lock # mm: vmscan.c: fix OOM on swap stress test # ocfs2: cancel dqi_sync_work before freeing oinfo # ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate # ocfs2: remove unreasonable unlock in ocfs2_read_blocks # ocfs2: fix null-ptr-deref when journal load failed. # < /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 839c4f596f898edc424070dc8b517381572f8502 # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_allyesconfig_s390x-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/s390-linux/bin/s390-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_allyesconfig_s390x-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_allyesconfig_s390x-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_allyesconfig_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: error: the comparison will always evaluate as 'true' for the address of 'thread_mask' will never be NULL [-Werror=address] 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; | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: kernel/events/core.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:485: kernel/events] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1926: .] Error 2 make[1]: *** [/kisskb/src/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 Command 'make -s -j 160 ARCH=s390 O=/kisskb/build/linus_allyesconfig_s390x-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allyesconfig_s390x-gcc13 # Build took: 0:11:10.707182
© Michael Ellerman 2006-2018.