Buildresult: linus/sh-defconfig/sh4-gcc13 built on Sep 3 2023, 16:26
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Sep 3 2023, 16:26
Duration:
0:00:34.993028
Builder:
alpine2
Revision:
Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs (
92901222f83d988617aee37680cb29e1a743b5e4)
Target:
linus/sh-defconfig/sh4-gcc13
Branch:
linus
Compiler:
sh4-gcc13
(sh4-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (5)
<stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] fs/ext4/readpage.c:400:1: warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/mpage.c:657:1: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/mpage.c:329:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=] WARNING: modpost: vmlinux: section mismatch in reference: ioremap_prot+0x88 (section: .text) -> ioremap_fixed (section: .init.text)
Full Log
# git rev-parse -q --verify 92901222f83d988617aee37680cb29e1a743b5e4^{commit} 92901222f83d988617aee37680cb29e1a743b5e4 already have revision, skipping fetch # git checkout -q -f -B kisskb 92901222f83d988617aee37680cb29e1a743b5e4 # git clean -qxdf # < git log -1 # commit 92901222f83d988617aee37680cb29e1a743b5e4 # Merge: b89b029377c8 3b7166121402 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Sep 2 15:37:59 2023 -0700 # # Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs # # Pull f2fs updates from Jaegeuk Kim: # "In this cycle, we don't have a highlighted feature enhancement, but # mostly have fixed issues mainly in two parts: 1) zoned block device, # and 2) compression support. # # For zoned block device, we've tried to improve the power-off recovery # flow as much as possible. For compression, we found some corner cases # caused by wrong compression policy and logics. Other than them, there # were some reverts and stat corrections. # # Bug fixes: # - use finish zone command when closing a zone # - check zone type before sending async reset zone command # - fix to assign compress_level for lz4 correctly # - fix error path of f2fs_submit_page_read() # - don't {,de}compress non-full cluster # - send small discard commands during checkpoint back # - flush inode if atomic file is aborted # - correct to account gc/cp stats # # And, there are minor bug fixes, avoiding false lockdep warning, and # clean-ups" # # * tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: (25 commits) # f2fs: use finish zone command when closing a zone # f2fs: compress: fix to assign compress_level for lz4 correctly # f2fs: fix error path of f2fs_submit_page_read() # f2fs: clean up error handling in sanity_check_{compress_,}inode() # f2fs: avoid false alarm of circular locking # Revert "f2fs: do not issue small discard commands during checkpoint" # f2fs: doc: fix description of max_small_discards # f2fs: should update REQ_TIME for direct write # f2fs: fix to account cp stats correctly # f2fs: fix to account gc stats correctly # f2fs: remove unneeded check condition in __f2fs_setxattr() # f2fs: fix to update i_ctime in __f2fs_setxattr() # Revert "f2fs: fix to do sanity check on extent cache correctly" # f2fs: increase usage of folio_next_index() helper # f2fs: Only lfs mode is allowed with zoned block device feature # f2fs: check zone type before sending async reset zone command # f2fs: compress: don't {,de}compress non-full cluster # f2fs: allow f2fs_ioc_{,de}compress_file to be interrupted # f2fs: don't reopen the main block device in f2fs_scan_devices # f2fs: fix to avoid mmap vs set_compress_option case # ... # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 92901222f83d988617aee37680cb29e1a743b5e4 # make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- defconfig # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:400:1: warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=] 400 | } | ^ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:657:1: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=] 657 | } | ^ /kisskb/src/fs/mpage.c: In function 'do_mpage_readpage': /kisskb/src/fs/mpage.c:329:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=] 329 | } | ^ WARNING: modpost: vmlinux: section mismatch in reference: ioremap_prot+0x88 (section: .text) -> ioremap_fixed (section: .init.text) Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_defconfig_sh4-gcc13 # Build took: 0:00:34.993028
© Michael Ellerman 2006-2018.