Buildresult: linus/edosk7705_defconfig/sh4-gcc4.9 built on Jun 14 2020, 10:28
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 14 2020, 10:28
Duration:
0:00:22.222057
Builder:
ka2
Revision:
Merge tag '5.8-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 (
f82e7b57b5fc48199e2f26ffafe2f96f7338ad3d)
Target:
linus/edosk7705_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:
edosk7705_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 f82e7b57b5fc48199e2f26ffafe2f96f7338ad3d^{commit} f82e7b57b5fc48199e2f26ffafe2f96f7338ad3d already have revision, skipping fetch # git checkout -q -f -B kisskb f82e7b57b5fc48199e2f26ffafe2f96f7338ad3d # git clean -qxdf # < git log -1 # commit f82e7b57b5fc48199e2f26ffafe2f96f7338ad3d # Merge: 4f9b3a377549 a7a519a49262 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Jun 13 13:43:56 2020 -0700 # # Merge tag '5.8-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 # # Pull more cifs updates from Steve French: # "12 cifs/smb3 fixes, 2 for stable. # # - add support for idsfromsid on create and chgrp/chown allowing # ability to save owner information more naturally for some workloads # # - improve query info (getattr) when SMB3.1.1 posix extensions are # negotiated by using new query info level" # # * tag '5.8-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6: # smb3: Add debug message for new file creation with idsfromsid mount option # cifs: fix chown and chgrp when idsfromsid mount option enabled # smb3: allow uid and gid owners to be set on create with idsfromsid mount option # smb311: Add tracepoints for new compound posix query info # smb311: add support for using info level for posix extensions query # smb311: Add support for lookup with posix extensions query info # smb311: Add support for SMB311 query info (non-compounded) # SMB311: Add support for query info using posix extensions (level 100) # smb3: add indatalen that can be a non-zero value to calculation of credit charge in smb2 ioctl # smb3: fix typo in mount options displayed in /proc/mounts # cifs: Add get_security_type_str function to return sec type. # smb3: extend fscache mount volume coherency check # < /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 f82e7b57b5fc48199e2f26ffafe2f96f7338ad3d # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_edosk7705_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- edosk7705_defconfig # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_edosk7705_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_edosk7705_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_edosk7705_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_edosk7705_defconfig_sh4-gcc4.9 # Build took: 0:00:22.222057
© Michael Ellerman 2006-2018.