Buildresult: linus/se7619_defconfig/sh4-gcc4.9 built on Aug 7 2020, 06:28
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Aug 7 2020, 06:28
Duration:
0:00:26.178438
Builder:
ka1
Revision:
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm (
40ddad19131999161c39564815b8df2faff0fc7c)
Target:
linus/se7619_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:
se7619_defconfig
(
download
)
Log:
Download original
Possible warnings (6)
<stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] arch/sh/kernel/cpu/sh2/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../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 40ddad19131999161c39564815b8df2faff0fc7c^{commit} 40ddad19131999161c39564815b8df2faff0fc7c already have revision, skipping fetch # git checkout -q -f -B kisskb 40ddad19131999161c39564815b8df2faff0fc7c # git clean -qxdf # < git log -1 # commit 40ddad19131999161c39564815b8df2faff0fc7c # Merge: 2044513ffe4a 918c950ca8b1 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Aug 6 10:17:00 2020 -0700 # # Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm # # Pull ARM updates from Russell King: # # - add arch/arm/Kbuild from Masahiro Yamada. # # - simplify act_mm macro, since it contains an open-coded # get_thread_info. # # - VFP updates for Clang from Stefan Agner. # # - Fix unwinder for Clang from Nathan Huckleberry. # # - Remove unused it8152 PCI host controller, used by the removed cm-x2xx # platforms from Mike Rapoport. # # - Further explanation of __range_ok(). # # - Remove kimage_voffset that isn't used anymore from Marc Zyngier. # # - Drop ancient Thumb-2 workaround for old binutils from Ard Biesheuvel. # # - Documentation cleanup for mach-* from Pete Zaitcev. # # * tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm: # ARM: 8996/1: Documentation/Clean up the description of mach-<class> # ARM: 8995/1: drop Thumb-2 workaround for ancient binutils # ARM: 8994/1: mm: drop kimage_voffset which was only used by KVM # ARM: uaccess: add further explanation of __range_ok() # ARM: 8993/1: remove it8152 PCI controller driver # ARM: 8992/1: Fix unwind_frame for clang-built kernels # ARM: 8991/1: use VFP assembler mnemonics if available # ARM: 8990/1: use VFP assembler mnemonics in register load/store macros # ARM: 8989/1: use .fpu assembler directives instead of assembler arguments # ARM: 8982/1: mm: Simplify act_mm macro # ARM: 8981/1: add arch/arm/Kbuild # < /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 40ddad19131999161c39564815b8df2faff0fc7c # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- se7619_defconfig # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7619_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_se7619_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_se7619_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/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../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 *); ^ Completed OK # rm -rf /kisskb/build/linus_se7619_defconfig_sh4-gcc4.9 # Build took: 0:00:26.178438
© Michael Ellerman 2006-2018.