Buildresult: linus/hp6xx_defconfig/sh4-gcc4.9 built on Jun 20 2020, 11:20
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 20 2020, 11:20
Duration:
0:00:32.778460
Builder:
ka1
Revision:
Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-block (
4333a9b0b67bb4e8bcd91bdd80da80b0ec151162)
Target:
linus/hp6xx_defconfig/sh4-gcc4.9
Branch:
linus
Compiler:
sh4-gcc4.9
(sh4-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
hp6xx_defconfig
(
download
)
Log:
Download original
Possible warnings (6)
<stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] arch/sh/kernel/cpu/sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence arch/sh/kernel/cpu/sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence drivers/sh/clk/cpg.c:41:17: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type drivers/sh/clk/cpg.c:46:18: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type drivers/sh/clk/cpg.c:51:18: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type
Full Log
# git rev-parse -q --verify 4333a9b0b67bb4e8bcd91bdd80da80b0ec151162^{commit} 4333a9b0b67bb4e8bcd91bdd80da80b0ec151162 already have revision, skipping fetch # git checkout -q -f -B kisskb 4333a9b0b67bb4e8bcd91bdd80da80b0ec151162 # git clean -qxdf # < git log -1 # commit 4333a9b0b67bb4e8bcd91bdd80da80b0ec151162 # Merge: d2b1c81f5f6c 6f2cc1664db2 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Jun 19 13:16:58 2020 -0700 # # Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-block # # Pull io_uring fixes from Jens Axboe: # # - Catch a case where io_sq_thread() didn't do proper mm acquire # # - Ensure poll completions are reaped on shutdown # # - Async cancelation and run fixes (Pavel) # # - io-poll race fixes (Xiaoguang) # # - Request cleanup race fix (Xiaoguang) # # * tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-block: # io_uring: fix possible race condition against REQ_F_NEED_CLEANUP # io_uring: reap poll completions while waiting for refs to drop on exit # io_uring: acquire 'mm' for task_work for SQPOLL # io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_completed # io_uring: don't fail links for EAGAIN error in IOPOLL mode # io_uring: cancel by ->task not pid # io_uring: lazy get task # io_uring: batch cancel in io_uring_cancel_files() # io_uring: cancel all task's requests on exit # io-wq: add an option to cancel all matched reqs # io-wq: reorder cancellation pending -> running # io_uring: fix lazy work init # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 4333a9b0b67bb4e8bcd91bdd80da80b0ec151162 # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_hp6xx_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- hp6xx_defconfig # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_hp6xx_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 48 ARCH=sh O=/kisskb/build/linus_hp6xx_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_hp6xx_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h <stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:17: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type return ioread8(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread8(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:18: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type return ioread16(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread16(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:18: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type return ioread32(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread32(void __iomem *); ^ Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_hp6xx_defconfig_sh4-gcc4.9 # Build took: 0:00:32.778460
© Michael Ellerman 2006-2018.