Buildresult: linus/ppc40x_defconfig/powerpc-gcc4.6 built on Mar 8 2020, 13:32
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Mar 8 2020, 13:32
Duration:
0:00:43.032773
Builder:
ka2
Revision:
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (
61a09258f2e5b48ad0605131cae9a33ce4d01a9d)
Target:
linus/ppc40x_defconfig/powerpc-gcc4.6
Branch:
linus
Compiler:
powerpc-gcc4.6
(powerpc-linux-gcc (GCC) 4.6.3 / GNU ld (GNU Binutils) 2.22)
Config:
ppc40x_defconfig
(
download
)
Log:
Download original
Possible warnings (5)
kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] fs/ext4/extents.c:5009:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] fs/io_uring.c:5845:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized]
Full Log
# git rev-parse -q --verify 61a09258f2e5b48ad0605131cae9a33ce4d01a9d^{commit} 61a09258f2e5b48ad0605131cae9a33ce4d01a9d already have revision, skipping fetch # git checkout -q -f -B kisskb 61a09258f2e5b48ad0605131cae9a33ce4d01a9d # git clean -qxdf # < git log -1 # commit 61a09258f2e5b48ad0605131cae9a33ce4d01a9d # Merge: c20037652700 810dbc69087b # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Mar 7 19:52:55 2020 -0600 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma # # Pull rdma fixes from Jason Gunthorpe: # "Nothing particularly exciting, some small ODP regressions from the mmu # notifier rework, another bunch of syzkaller fixes, and a bug fix for a # botched syzkaller fix in the first rc pull request. # # - Fix busted syzkaller fix in 'get_new_pps' - this turned out to # crash on certain HW configurations # # - Bug fixes for various missed things in error unwinds # # - Add a missing rcu_read_lock annotation in hfi/qib # # - Fix two ODP related regressions from the recent mmu notifier # changes # # - Several more syzkaller bugs in siw, RDMA netlink, verbs and iwcm # # - Revert an old patch in CMA as it is now shown to not be allocating # port numbers properly" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: # RDMA/iwcm: Fix iwcm work deallocation # RDMA/siw: Fix failure handling during device creation # RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missing # RDMA/odp: Ensure the mm is still alive before creating an implicit child # RDMA/core: Fix protection fault in ib_mr_pool_destroy # IB/mlx5: Fix implicit ODP race # IB/hfi1, qib: Ensure RCU is locked when accessing list # RDMA/core: Fix pkey and port assignment in get_new_pps # RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen() # RDMA/rw: Fix error flow during RDMA context initialization # RDMA/core: Fix use of logical OR in get_new_pps # Revert "RDMA/cma: Simplify rdma_resolve_addr() error flow" # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 61a09258f2e5b48ad0605131cae9a33ce4d01a9d # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc40x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ppc40x_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc40x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc40x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc40x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:5009:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update.isra.82': /kisskb/src/fs/io_uring.c:5845:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] INFO: Uncompressed kernel (size 0x57e06c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x57e06c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x56da24) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x57e06c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x57e06c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) Image Name: Linux-5.6.0-rc4-00513-g61a09258f Created: Sun Mar 8 13:33:05 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2745703 Bytes = 2681.35 KiB = 2.62 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.6.0-rc4-00513-g61a09258f Created: Sun Mar 8 13:33:05 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2777681 Bytes = 2712.58 KiB = 2.65 MiB Load Address: 00600000 Entry Point: 00601758 Image Name: Linux-5.6.0-rc4-00513-g61a09258f Created: Sun Mar 8 13:33:05 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2777846 Bytes = 2712.74 KiB = 2.65 MiB Load Address: 00600000 Entry Point: 006019cc Completed OK # rm -rf /kisskb/build/linus_ppc40x_defconfig_powerpc-gcc4.6 # Build took: 0:00:43.032773
© Michael Ellerman 2006-2018.