Buildresult: linus/sh-allyesconfig/sh4-gcc11 built on Jul 1 2023, 03:11
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jul 1 2023, 03:11
Duration:
0:10:50.510285
Builder:
blade4b
Revision:
csky: fix up lock_mm_and_find_vma() conversion (
e55e5df193d247a38a5e1ac65a5316a0adcc22fa)
Target:
linus/sh-allyesconfig/sh4-gcc11
Branch:
linus
Compiler:
sh4-gcc11
(sh4-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
allyesconfig
(
download
)
Log:
Download original
Possible errors
drivers/char/mem.c:164:25: error: implicit declaration of function 'unxlate_dev_mem_ptr'; did you mean 'xlate_dev_mem_ptr'? [-Werror=implicit-function-declaration] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:252: drivers/char/mem.o] Error 1 make[3]: *** [scripts/Makefile.build:494: drivers/char] Error 2 make[2]: *** [scripts/Makefile.build:494: drivers] Error 2 make[1]: *** [Makefile:2032: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2
Possible warnings (9)
WARNING: unmet direct dependencies detected for GPIO_MLXBF3 WARNING: unmet direct dependencies detected for GPIO_MLXBF3 WARNING: unmet direct dependencies detected for GPIO_MLXBF3 WARNING: unmet direct dependencies detected for GPIO_MLXBF3 WARNING: unmet direct dependencies detected for GPIO_MLXBF3 <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence
Full Log
# git rev-parse -q --verify e55e5df193d247a38a5e1ac65a5316a0adcc22fa^{commit} e55e5df193d247a38a5e1ac65a5316a0adcc22fa already have revision, skipping fetch # git checkout -q -f -B kisskb e55e5df193d247a38a5e1ac65a5316a0adcc22fa # git clean -qxdf # < git log -1 # commit e55e5df193d247a38a5e1ac65a5316a0adcc22fa # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Jun 29 23:34:29 2023 -0700 # # csky: fix up lock_mm_and_find_vma() conversion # # As already mentioned in my merge message for the 'expand-stack' branch, # we have something like 24 different versions of the page fault path for # all our different architectures, all just _slightly_ different due to # various historical reasons (usually related to exactly when they # branched off the original i386 version, and the details of the other # architectures they had in their history). # # And a few of them had some silly mistake in the conversion. # # Most of the architectures call the faulting address 'address' in the # fault path. But not all. Some just call it 'addr'. And if you end up # doing a bit too much copy-and-paste, you end up with the wrong version # in the places that do it differently. # # In this case it was csky. # # Fixes: a050ba1e7422 ("mm/fault: convert remaining simple cases to lock_mm_and_find_vma()") # Reported-by: Guenter Roeck <linux@roeck-us.net> # 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 e55e5df193d247a38a5e1ac65a5316a0adcc22fa # make -s -j 24 ARCH=sh O=/kisskb/build/linus_allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- allyesconfig WARNING: unmet direct dependencies detected for GPIO_MLXBF3 Depends on [n]: GPIOLIB [=y] && PCI [=n] && (MELLANOX_PLATFORM [=y] && ARM64 || COMPILE_TEST [=y]) Selected by [y]: - PINCTRL_MLXBF3 [=y] && PINCTRL [=y] && (MELLANOX_PLATFORM [=y] && ARM64 || COMPILE_TEST [=y]) # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 24 ARCH=sh O=/kisskb/build/linus_allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 24 ARCH=sh O=/kisskb/build/linus_allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig WARNING: unmet direct dependencies detected for GPIO_MLXBF3 Depends on [n]: GPIOLIB [=y] && PCI [=n] && (MELLANOX_PLATFORM [=y] && ARM64 || COMPILE_TEST [=y]) Selected by [y]: - PINCTRL_MLXBF3 [=y] && PINCTRL [=y] && (MELLANOX_PLATFORM [=y] && ARM64 || COMPILE_TEST [=y]) # make -s -j 24 ARCH=sh O=/kisskb/build/linus_allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- WARNING: unmet direct dependencies detected for GPIO_MLXBF3 Depends on [n]: GPIOLIB [=y] && PCI [=n] && (MELLANOX_PLATFORM [=y] && ARM64 || COMPILE_TEST [=y]) Selected by [y]: - PINCTRL_MLXBF3 [=y] && PINCTRL [=y] && (MELLANOX_PLATFORM [=y] && ARM64 || COMPILE_TEST [=y]) WARNING: unmet direct dependencies detected for GPIO_MLXBF3 Depends on [n]: GPIOLIB [=y] && PCI [=n] && (MELLANOX_PLATFORM [=y] && ARM64 || COMPILE_TEST [=y]) Selected by [y]: - PINCTRL_MLXBF3 [=y] && PINCTRL [=y] && (MELLANOX_PLATFORM [=y] && ARM64 || COMPILE_TEST [=y]) WARNING: unmet direct dependencies detected for GPIO_MLXBF3 Depends on [n]: GPIOLIB [=y] && PCI [=n] && (MELLANOX_PLATFORM [=y] && ARM64 || COMPILE_TEST [=y]) Selected by [y]: - PINCTRL_MLXBF3 [=y] && PINCTRL [=y] && (MELLANOX_PLATFORM [=y] && ARM64 || COMPILE_TEST [=y]) Generating include/generated/machtypes.h <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/drivers/char/mem.c: In function 'read_mem': /kisskb/src/drivers/char/mem.c:164:25: error: implicit declaration of function 'unxlate_dev_mem_ptr'; did you mean 'xlate_dev_mem_ptr'? [-Werror=implicit-function-declaration] 164 | unxlate_dev_mem_ptr(p, ptr); | ^~~~~~~~~~~~~~~~~~~ | xlate_dev_mem_ptr cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:252: drivers/char/mem.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/char] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: drivers] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2032: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 24 ARCH=sh O=/kisskb/build/linus_allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allyesconfig_sh4-gcc11 # Build took: 0:10:50.510285
© Michael Ellerman 2006-2018.