Buildresult: linux-next/sh-defconfig/sh4-gcc11 built on Nov 23, 14:52
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Nov 23, 14:52
Duration:
0:00:38.531465
Builder:
ka4
Revision:
Add linux-next specific files for 20231123 (
4e87148f80d198ba5febcbcc969c6b9471099a09)
Target:
linux-next/sh-defconfig/sh4-gcc11
Branch:
linux-next
Compiler:
sh4-gcc11
(sh4-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (14)
<stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] lib/vsprintf.c:2894:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] lib/vsprintf.c:3392:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] mm/mempolicy.c:3005:29: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] mm/mempolicy.c:3005:29: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] fs/ext4/readpage.c:392:1: warning: the frame size of 1128 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/mpage.c:656:1: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/mpage.c:328:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=]
Full Log
# git rev-parse -q --verify 4e87148f80d198ba5febcbcc969c6b9471099a09^{commit} 4e87148f80d198ba5febcbcc969c6b9471099a09 already have revision, skipping fetch # git checkout -q -f -B kisskb 4e87148f80d198ba5febcbcc969c6b9471099a09 # git clean -qxdf # < git log -1 # commit 4e87148f80d198ba5febcbcc969c6b9471099a09 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Thu Nov 23 13:59:34 2023 +1100 # # Add linux-next specific files for 20231123 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 4e87148f80d198ba5febcbcc969c6b9471099a09 # make -s -j 40 ARCH=sh O=/kisskb/build/linux-next_defconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- defconfig # < make -s -j 40 ARCH=sh O=/kisskb/build/linux-next_defconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 40 ARCH=sh O=/kisskb/build/linux-next_defconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 40 ARCH=sh O=/kisskb/build/linux-next_defconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/lib/vsprintf.c: In function 'vsnprintf': /kisskb/src/lib/vsprintf.c:2894:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2894 | end[-1] = '\0'; | ~~~~~~~~^~~~~~ /kisskb/src/lib/vsprintf.c:2749:21: note: at offset [-2147483649, 2147483646] into destination object 'buf' of size [0, 2147483647] 2749 | int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) | ~~~~~~^~~ /kisskb/src/lib/vsprintf.c: In function 'bstr_printf': /kisskb/src/lib/vsprintf.c:3392:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 3392 | end[-1] = '\0'; | ~~~~~~~~^~~~~~ /kisskb/src/lib/vsprintf.c:3213:23: note: at offset [-2147483649, 2147483646] into destination object 'buf' of size [0, 2147483647] 3213 | int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf) | ~~~~~~^~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_parse_str': /kisskb/src/mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 3007 | *--flags = '='; | ~~~~~~~~~^~~~~ /kisskb/src/mm/mempolicy.c:2896:23: note: destination object of size [0, 2147483647] allocated by 'strchr' 2896 | char *flags = strchr(str, '='); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 3007 | *--flags = '='; | ~~~~~~~~~^~~~~ /kisskb/src/mm/mempolicy.c:2896:23: note: destination object of size [0, 2147483647] allocated by 'strchr' 2896 | char *flags = strchr(str, '='); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 3007 | *--flags = '='; | ~~~~~~~~~^~~~~ /kisskb/src/mm/mempolicy.c:2896:23: note: destination object of size [0, 2147483647] allocated by 'strchr' 2896 | char *flags = strchr(str, '='); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 3007 | *--flags = '='; | ~~~~~~~~~^~~~~ /kisskb/src/mm/mempolicy.c:2896:23: note: destination object of size [0, 2147483647] allocated by 'strchr' 2896 | char *flags = strchr(str, '='); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:3005:29: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 3005 | *--nodelist = ':'; | ~~~~~~~~~~~~^~~~~ /kisskb/src/mm/mempolicy.c:2895:26: note: destination object of size [0, 2147483647] allocated by 'strchr' 2895 | char *nodelist = strchr(str, ':'); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2895:26: note: destination object of size [0, 2147483647] allocated by 'strchr' /kisskb/src/mm/mempolicy.c:2895:26: note: destination object of size [0, 2147483647] allocated by 'strchr' /kisskb/src/mm/mempolicy.c:2895:26: note: destination object of size [0, 2147483647] allocated by 'strchr' /kisskb/src/mm/mempolicy.c:2895:26: note: destination object of size [0, 2147483647] allocated by 'strchr' /kisskb/src/mm/mempolicy.c:2895:26: note: destination object of size [0, 2147483647] allocated by 'strchr' /kisskb/src/mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 3007 | *--flags = '='; | ~~~~~~~~~^~~~~ /kisskb/src/mm/mempolicy.c:2896:23: note: destination object of size [0, 2147483647] allocated by 'strchr' 2896 | char *flags = strchr(str, '='); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:3005:29: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 3005 | *--nodelist = ':'; | ~~~~~~~~~~~~^~~~~ /kisskb/src/mm/mempolicy.c:2895:26: note: destination object of size [0, 2147483647] allocated by 'strchr' 2895 | char *nodelist = strchr(str, ':'); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2895:26: note: destination object of size [0, 2147483647] allocated by 'strchr' /kisskb/src/mm/mempolicy.c:3007:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 3007 | *--flags = '='; | ~~~~~~~~~^~~~~ /kisskb/src/mm/mempolicy.c:2896:23: note: destination object of size [0, 2147483647] allocated by 'strchr' 2896 | char *flags = strchr(str, '='); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:392:1: warning: the frame size of 1128 bytes is larger than 1024 bytes [-Wframe-larger-than=] 392 | } | ^ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:656:1: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=] 656 | } | ^ /kisskb/src/fs/mpage.c: In function 'do_mpage_readpage': /kisskb/src/fs/mpage.c:328:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=] 328 | } | ^ Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linux-next_defconfig_sh4-gcc11 # Build took: 0:00:38.531465
© Michael Ellerman 2006-2018.