Buildresult: linus/axs103_smp_defconfig/arc-gcc12 built on Jan 21, 19:40
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jan 21, 19:40
Duration:
0:01:18.351786
Builder:
alpine3
Revision:
Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6 (
7a396820222d6d4c02057f41658b162bdcdadd0e)
Target:
linus/axs103_smp_defconfig/arc-gcc12
Branch:
linus
Compiler:
arc-gcc12
(arc-linux-gcc (GCC) 12.2.0 / GNU ld (GNU Binutils) 2.39)
Config:
axs103_smp_defconfig
(
download
)
Log:
Download original
Possible warnings (5)
arch/arc/kernel/ptrace.c:342:16: warning: no previous prototype for 'syscall_trace_enter' [-Wmissing-prototypes] drivers/base/regmap/regcache-maple.c:113:23: warning: 'lower_index' is used uninitialized [-Wuninitialized] drivers/base/regmap/regcache-maple.c:113:36: warning: 'lower_last' is used uninitialized [-Wuninitialized] drivers/base/regmap/regcache-maple.c:114:23: warning: 'upper_index' is used uninitialized [-Wuninitialized] drivers/base/regmap/regcache-maple.c:114:36: warning: 'upper_last' is used uninitialized [-Wuninitialized]
Full Log
# git rev-parse -q --verify 7a396820222d6d4c02057f41658b162bdcdadd0e^{commit} 7a396820222d6d4c02057f41658b162bdcdadd0e already have revision, skipping fetch # git checkout -q -f -B kisskb 7a396820222d6d4c02057f41658b162bdcdadd0e # git clean -qxdf # < git log -1 # commit 7a396820222d6d4c02057f41658b162bdcdadd0e # Merge: 65163d16fcae 78e727e58e54 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Jan 20 16:48:07 2024 -0800 # # Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6 # # Pull smb client updates from Steve French: # "Various smb client fixes, including multichannel and for SMB3.1.1 # POSIX extensions: # # - debugging improvement (display start time for stats) # # - two reparse point handling fixes # # - various multichannel improvements and fixes # # - SMB3.1.1 POSIX extensions open/create parsing fix # # - retry (reconnect) improvement including new retrans mount parm, and # handling of two additional return codes that need to be retried on # # - two minor cleanup patches and another to remove duplicate query # info code # # - two documentation cleanup, and one reviewer email correction" # # * tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6: # cifs: update iface_last_update on each query-and-update # cifs: handle servers that still advertise multichannel after disabling # cifs: new mount option called retrans # cifs: reschedule periodic query for server interfaces # smb: client: don't clobber ->i_rdev from cached reparse points # smb: client: get rid of smb311_posix_query_path_info() # smb: client: parse owner/group when creating reparse points # smb: client: fix parsing of SMB3.1.1 POSIX create context # cifs: update known bugs mentioned in kernel docs for cifs # cifs: new nt status codes from MS-SMB2 # cifs: pick channel for tcon and tdis # cifs: open_cached_dir should not rely on primary channel # smb3: minor documentation updates # Update MAINTAINERS email address # cifs: minor comment cleanup # smb3: show beginning time for per share stats # cifs: remove redundant variable tcon_exist # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/arc-linux/bin/arc-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/arc-linux/bin/arc-linux-ld --version # < git log --format=%s --max-count=1 7a396820222d6d4c02057f41658b162bdcdadd0e # make -s -j 160 ARCH=arc O=/kisskb/build/linus_axs103_smp_defconfig_arc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/arc-linux/bin/arc-linux- axs103_smp_defconfig # Added to kconfig CONFIG_INITRAMFS_SOURCE="" # < make -s -j 160 ARCH=arc O=/kisskb/build/linus_axs103_smp_defconfig_arc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/arc-linux/bin/arc-linux- help # make -s -j 160 ARCH=arc O=/kisskb/build/linus_axs103_smp_defconfig_arc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/arc-linux/bin/arc-linux- olddefconfig # make -s -j 160 ARCH=arc O=/kisskb/build/linus_axs103_smp_defconfig_arc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/arc-linux/bin/arc-linux- /kisskb/src/arch/arc/kernel/ptrace.c:342:16: warning: no previous prototype for 'syscall_trace_enter' [-Wmissing-prototypes] 342 | asmlinkage int syscall_trace_enter(struct pt_regs *regs) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-maple.c: In function 'regcache_maple_drop': /kisskb/src/drivers/base/regmap/regcache-maple.c:113:23: warning: 'lower_index' is used uninitialized [-Wuninitialized] 113 | unsigned long lower_index, lower_last; | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-maple.c:113:36: warning: 'lower_last' is used uninitialized [-Wuninitialized] 113 | unsigned long lower_index, lower_last; | ^~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-maple.c:114:23: warning: 'upper_index' is used uninitialized [-Wuninitialized] 114 | unsigned long upper_index, upper_last; | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-maple.c:114:36: warning: 'upper_last' is used uninitialized [-Wuninitialized] 114 | unsigned long upper_index, upper_last; | ^~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_axs103_smp_defconfig_arc-gcc12 # Build took: 0:01:18.351786
© Michael Ellerman 2006-2018.