Buildresult: linus/powernv_defconfig+THIN/powerpc-gcc5 built on Apr 29 2020, 08:40
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Apr 29 2020, 08:40
Duration:
0:02:59.579769
Builder:
ka2
Revision:
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (
edb98d162418e90d6d2c1cec42e09be0375cfd88)
Target:
linus/powernv_defconfig+THIN/powerpc-gcc5
Branch:
linus
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
powernv_defconfig+THIN
(
download
)
Log:
Download original
Possible warnings (5)
kernel/trace/ftrace.c:7167:6: warning: 'seq_ops' may be used uninitialized in this function [-Wmaybe-uninitialized] kernel/trace/ftrace.c:7245:8: warning: 'filtered_pids' may be used uninitialized in this function [-Wmaybe-uninitialized] kernel/trace/ftrace.c:7262:22: warning: 'other_pids' may be used uninitialized in this function [-Wmaybe-uninitialized] WARNING: modpost: vmlinux.o(.text.unlikely+0x1a0): Section mismatch in reference from the function early_init_mmu() to the function .init.text:radix__early_init_mmu() WARNING: modpost: vmlinux.o(.text.unlikely+0x1ac): Section mismatch in reference from the function early_init_mmu() to the function .init.text:hash__early_init_mmu()
Full Log
# git rev-parse -q --verify edb98d162418e90d6d2c1cec42e09be0375cfd88^{commit} edb98d162418e90d6d2c1cec42e09be0375cfd88 already have revision, skipping fetch # git checkout -q -f -B kisskb edb98d162418e90d6d2c1cec42e09be0375cfd88 # git clean -qxdf # < git log -1 # commit edb98d162418e90d6d2c1cec42e09be0375cfd88 # Merge: 3f777e19d171 f0abc761bbb9 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue Apr 28 13:18:07 2020 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma # # Pull rdma fixes from Jason Gunthorpe: # "A couple of regressions were found in rc1, as well as another set of # races and bugs: # # - A regression where RDMA_CM_EVENT_REJECTED was lost in some cases # # - Bad error handling in the CM, uverbs, rvt, siw and i40iw # # - Kernel stack memory leak to user space in mlx4 # # - Missing data in a uapi query for mlx5 # # - Three races found by syzkaller in the ib core code" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: # RDMA/core: Fix race between destroy and release FD object # IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info() # RDMA/core: Fix overwriting of uobj in case of error # RDMA/core: Prevent mixed use of FDs between shared ufiles # RDMA/uverbs: Fix a race with disassociate and exit_mmap() # RDMA/mlx5: Set GRH fields in query QP on RoCE # RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr() # RDMA/mlx4: Initialize ib_spec on the stack # RDMA/cm: Fix an error check in cm_alloc_id_priv() # RDMA/cm: Fix missing RDMA_CM_EVENT_REJECTED event after receiving REJ message # i40iw: fix null pointer dereference on a null wqe pointer # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 edb98d162418e90d6d2c1cec42e09be0375cfd88 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_powernv_defconfig+THIN_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- powernv_defconfig # Added to kconfig CONFIG_USE_THIN_ARCHIVES=y # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_powernv_defconfig+THIN_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_powernv_defconfig+THIN_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_powernv_defconfig+THIN_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/trace/ftrace.c: In function 'pid_open': /kisskb/src/kernel/trace/ftrace.c:7167:6: warning: 'seq_ops' may be used uninitialized in this function [-Wmaybe-uninitialized] ret = seq_open(file, seq_ops); ^ /kisskb/src/kernel/trace/ftrace.c: In function 'pid_write': /kisskb/src/kernel/trace/ftrace.c:7245:8: warning: 'filtered_pids' may be used uninitialized in this function [-Wmaybe-uninitialized] ret = trace_pid_write(filtered_pids, &pid_list, ubuf, cnt); ^ /kisskb/src/kernel/trace/ftrace.c:7262:22: warning: 'other_pids' may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (pid_list && !other_pids) { ^ WARNING: modpost: vmlinux.o(.text.unlikely+0x1a0): Section mismatch in reference from the function early_init_mmu() to the function .init.text:radix__early_init_mmu() The function early_init_mmu() references the function __init radix__early_init_mmu(). This is often because early_init_mmu lacks a __init annotation or the annotation of radix__early_init_mmu is wrong. WARNING: modpost: vmlinux.o(.text.unlikely+0x1ac): Section mismatch in reference from the function early_init_mmu() to the function .init.text:hash__early_init_mmu() The function early_init_mmu() references the function __init hash__early_init_mmu(). This is often because early_init_mmu lacks a __init annotation or the annotation of hash__early_init_mmu is wrong. Completed OK # rm -rf /kisskb/build/linus_powernv_defconfig+THIN_powerpc-gcc5 # Build took: 0:02:59.579769
© Michael Ellerman 2006-2018.