Buildresult: linus/sh-defconfig/sh4-gcc11 built on Mar 21 2023, 07:28
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Mar 21 2023, 07:28
Duration:
0:01:09.857817
Builder:
alpine2
Revision:
gpu: host1x: fix uninitialized variable use (
7d31677bb7b1944ac89e9155110dc1b9acbb3895)
Target:
linus/sh-defconfig/sh4-gcc11
Branch:
linus
Compiler:
sh4-gcc11
(sh4-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (4)
<stdin>:1517:2: warning: #warning syscall clone3 not implemented [-Wcpp] fs/mpage.c:631:1: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/mpage.c:303:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/ext4/readpage.c:404:1: warning: the frame size of 1132 bytes is larger than 1024 bytes [-Wframe-larger-than=]
Full Log
# git rev-parse -q --verify 7d31677bb7b1944ac89e9155110dc1b9acbb3895^{commit} 7d31677bb7b1944ac89e9155110dc1b9acbb3895 already have revision, skipping fetch # git checkout -q -f -B kisskb 7d31677bb7b1944ac89e9155110dc1b9acbb3895 # git clean -qxdf # < git log -1 # commit 7d31677bb7b1944ac89e9155110dc1b9acbb3895 # Author: Arnd Bergmann <arnd@arndb.de> # Date: Fri Jan 27 23:14:00 2023 +0100 # # gpu: host1x: fix uninitialized variable use # # The error handling for platform_get_irq() failing no longer works after # a recent change, clang now points this out with a warning: # # drivers/gpu/host1x/dev.c:520:6: error: variable 'syncpt_irq' is uninitialized when used here [-Werror,-Wuninitialized] # if (syncpt_irq < 0) # ^~~~~~~~~~ # # Fix this by removing the variable and checking the correct error status. # # Fixes: 625d4ffb438c ("gpu: host1x: Rewrite syncpoint interrupt handling") # Signed-off-by: Arnd Bergmann <arnd@arndb.de> # Reviewed-by: Jon Hunter <jonathanh@nvidia.com> # Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> # Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> # Reviewed-by: Nathan Chancellor <nathan@kernel.org> # Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> # < /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 7d31677bb7b1944ac89e9155110dc1b9acbb3895 # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-defconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- defconfig # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-defconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-defconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-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>:1517:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:631:1: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=] 631 | } | ^ /kisskb/src/fs/mpage.c: In function 'do_mpage_readpage': /kisskb/src/fs/mpage.c:303:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=] 303 | } | ^ /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:404:1: warning: the frame size of 1132 bytes is larger than 1024 bytes [-Wframe-larger-than=] 404 | } | ^ Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sh-defconfig_sh4-gcc11 # Build took: 0:01:09.857817
© Michael Ellerman 2006-2018.