Buildresult: linus/m5272c3_defconfig/m68k-gcc8 built on Jun 14 2020, 09:21
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 14 2020, 09:21
Duration:
0:00:36.616660
Builder:
blade4b
Revision:
Merge tag '5.8-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 (
f82e7b57b5fc48199e2f26ffafe2f96f7338ad3d)
Target:
linus/m5272c3_defconfig/m68k-gcc8
Branch:
linus
Compiler:
m68k-gcc8
(m68k-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
m5272c3_defconfig
(
download
)
Log:
Download original
Possible warnings (3)
drivers/net/ethernet/freescale/fec_main.c:949:6: warning: unused variable 'val' [-Wunused-variable] drivers/net/ethernet/freescale/fec_main.c:1692:28: warning: unused variable 'pdata' [-Wunused-variable] arch/m68k/include/asm/cmpxchg.h:137:3: warning: value computed is not used [-Wunused-value]
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-8.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 f82e7b57b5fc48199e2f26ffafe2f96f7338ad3d # < make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- m5272c3_defconfig # < make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/drivers/net/ethernet/freescale/fec_main.c: In function 'fec_restart': /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:949:6: warning: unused variable 'val' [-Wunused-variable] u32 val; ^~~ /kisskb/src/drivers/net/ethernet/freescale/fec_main.c: In function 'fec_get_mac': /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:1692:28: warning: unused variable 'pdata' [-Wunused-variable] struct fec_platform_data *pdata = dev_get_platdata(&fep->pdev->dev); ^~~~~ In file included from /kisskb/src/arch/m68k/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/spinlock.h:460, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/core/filter.c:20: /kisskb/src/net/core/filter.c: In function 'bpf_clear_redirect_map': /kisskb/src/arch/m68k/include/asm/cmpxchg.h:137:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__cmpxchg_local_generic((ptr), (unsigned long)(o),\ ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (unsigned long)(n), sizeof(*(ptr)))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/cmpxchg.h:106:28: note: in expansion of macro 'cmpxchg_local' #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) ^~~~~~~~~~~~~ /kisskb/src/net/core/filter.c:3567:4: note: in expansion of macro 'cmpxchg' cmpxchg(&ri->map, map, NULL); ^~~~~~~ Completed OK # rm -rf /kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 # Build took: 0:00:36.616660
© Michael Ellerman 2006-2018.