Buildresult: linus/axs103_smp_defconfig/arc-gcc13 built on May 22, 02:38
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 22, 02:38
Duration:
0:00:59.268857
Builder:
ka7
Revision:
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (
5ad8b6ad9a08abdbc8c57a51a5faaf2ef1afc547)
Target:
linus/axs103_smp_defconfig/arc-gcc13
Branch:
linus
Compiler:
arc-gcc13
(arc-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
axs103_smp_defconfig
(
download
)
Log:
Download original
Possible warnings (7)
arch/arc/boot/dts/axc003_idu.dtsi:92.16-97.5: Warning (interrupt_provider): /cpu_card/pct: '#interrupt-cells' found, but node is not an interrupt provider arch/arc/boot/dts/axc003_idu.dtsi:109.18-111.5: Warning (interrupt_provider): /axs10x_mb/ethernet@18000: '#interrupt-cells' found, but node is not an interrupt provider arch/arc/boot/dts/axs103_idu.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider' 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 5ad8b6ad9a08abdbc8c57a51a5faaf2ef1afc547^{commit} 5ad8b6ad9a08abdbc8c57a51a5faaf2ef1afc547 already have revision, skipping fetch # git checkout -q -f -B kisskb 5ad8b6ad9a08abdbc8c57a51a5faaf2ef1afc547 # git clean -qxdf # < git log -1 # commit 5ad8b6ad9a08abdbc8c57a51a5faaf2ef1afc547 # Merge: db3d841ac9ed d18a8679581e # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue May 21 08:34:51 2024 -0700 # # Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs # # Pull vfs blocksize updates from Al Viro: # "This gets rid of bogus set_blocksize() uses, switches it over # to be based on a 'struct file *' and verifies that the caller # has the device opened exclusively" # # * tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: # make set_blocksize() fail unless block device is opened exclusive # set_blocksize(): switch to passing struct file * # btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opens # swsusp: don't bother with setting block size # zram: don't bother with reopening - just use O_EXCL for open # swapon(2): open swap with O_EXCL # swapon(2)/swapoff(2): don't bother with block size # pktcdvd: sort set_blocksize() calls out # bcache_register(): don't bother with set_blocksize() # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/arc-linux/bin/arc-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/arc-linux/bin/arc-linux-ld --version # < git log --format=%s --max-count=1 5ad8b6ad9a08abdbc8c57a51a5faaf2ef1afc547 # make -s -j 32 ARCH=arc O=/kisskb/build/linus_axs103_smp_defconfig_arc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/arc-linux/bin/arc-linux- axs103_smp_defconfig # Added to kconfig CONFIG_INITRAMFS_SOURCE="" # < make -s -j 32 ARCH=arc O=/kisskb/build/linus_axs103_smp_defconfig_arc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/arc-linux/bin/arc-linux- help # make -s -j 32 ARCH=arc O=/kisskb/build/linus_axs103_smp_defconfig_arc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/arc-linux/bin/arc-linux- olddefconfig # make -s -j 32 ARCH=arc O=/kisskb/build/linus_axs103_smp_defconfig_arc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/arc-linux/bin/arc-linux- /kisskb/src/arch/arc/boot/dts/axc003_idu.dtsi:92.16-97.5: Warning (interrupt_provider): /cpu_card/pct: '#interrupt-cells' found, but node is not an interrupt provider /kisskb/src/arch/arc/boot/dts/axc003_idu.dtsi:109.18-111.5: Warning (interrupt_provider): /axs10x_mb/ethernet@18000: '#interrupt-cells' found, but node is not an interrupt provider also defined at /kisskb/src/arch/arc/boot/dts/axs10x_mb.dtsi:73.24-88.5 arch/arc/boot/dts/axs103_idu.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider' /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-gcc13 # Build took: 0:00:59.268857
© Michael Ellerman 2006-2018.