Buildresult: linus/sparc64-allmodconfig/sparc64-gcc11 built on Jul 4 2023, 15:59
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jul 4 2023, 15:59
Duration:
0:12:09.911581
Builder:
alpine3
Revision:
arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault() (
24be4d0b46bb0c3c1dc7bacd30957d6144a70dfc)
Target:
linus/sparc64-allmodconfig/sparc64-gcc11
Branch:
linus
Compiler:
sparc64-gcc11
(sparc64-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
ERROR: modpost: missing MODULE_LICENSE() in arch/sparc/video/fbdev.o ERROR: modpost: "__xchg_called_with_bad_pointer" [lib/atomic64_test.ko] undefined! make[3]: *** [scripts/Makefile.modpost:144: Module.symvers] Error 1 make[2]: *** [Makefile:1976: modpost] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2
Possible warnings (3)
warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them. <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp]
Full Log
# git rev-parse -q --verify 24be4d0b46bb0c3c1dc7bacd30957d6144a70dfc^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 24be4d0b46bb0c3c1dc7bacd30957d6144a70dfc^{commit} 24be4d0b46bb0c3c1dc7bacd30957d6144a70dfc # git checkout -q -f -B kisskb 24be4d0b46bb0c3c1dc7bacd30957d6144a70dfc # git clean -qxdf # < git log -1 # commit 24be4d0b46bb0c3c1dc7bacd30957d6144a70dfc # Author: SeongJae Park <sj@kernel.org> # Date: Tue Jul 4 01:00:03 2023 +0000 # # arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault() # # Commit ae870a68b5d1 ("arm64/mm: Convert to using # lock_mm_and_find_vma()") made do_page_fault() to use 'vma' even if # CONFIG_PER_VMA_LOCK is not defined, but the declaration is still in the # ifdef. # # As a result, building kernel without the config fails with undeclared # variable error as below: # # arch/arm64/mm/fault.c: In function 'do_page_fault': # arch/arm64/mm/fault.c:624:2: error: 'vma' undeclared (first use in this function); did you mean 'vmap'? # 624 | vma = lock_mm_and_find_vma(mm, addr, regs); # | ^~~ # | vmap # # Fix it by moving the declaration out of the ifdef. # # Fixes: ae870a68b5d1 ("arm64/mm: Convert to using lock_mm_and_find_vma()") # Signed-off-by: SeongJae Park <sj@kernel.org> # Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 24be4d0b46bb0c3c1dc7bacd30957d6144a70dfc # make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] ERROR: modpost: missing MODULE_LICENSE() in arch/sparc/video/fbdev.o ERROR: modpost: "__xchg_called_with_bad_pointer" [lib/atomic64_test.ko] undefined! make[3]: *** [/kisskb/src/scripts/Makefile.modpost:144: Module.symvers] Error 1 make[2]: *** [/kisskb/src/Makefile:1976: modpost] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_sparc64-gcc11 # Build took: 0:12:09.911581
© Michael Ellerman 2006-2018.