Buildresult: kbuild/sparc64-defconfig/sparc64-gcc12 built on Nov 21 2023, 00:05
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Nov 21 2023, 00:05
Duration:
0:00:46.972320
Builder:
alpine1
Revision:
kconfig: do not clear SYMBOL_DEF_USER when the value is out of range (
39d5b46d86e7226eafa32556ddd7abb0382c01b1)
Target:
kbuild/sparc64-defconfig/sparc64-gcc12
Branch:
kbuild
Compiler:
sparc64-gcc12
(sparc64-linux-gcc (GCC) 12.2.0 / GNU ld (GNU Binutils) 2.39)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (4)
<stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: warning: arch/sparc/vdso/vdso-note.o: missing .note.GNU-stack section implies executable stack /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: warning: arch/sparc/vdso/vdso32/vdso-note.o: missing .note.GNU-stack section implies executable stack WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned.
Full Log
# git rev-parse -q --verify 39d5b46d86e7226eafa32556ddd7abb0382c01b1^{commit} 39d5b46d86e7226eafa32556ddd7abb0382c01b1 already have revision, skipping fetch # git checkout -q -f -B kisskb 39d5b46d86e7226eafa32556ddd7abb0382c01b1 # git clean -qxdf # < git log -1 # commit 39d5b46d86e7226eafa32556ddd7abb0382c01b1 # Author: Masahiro Yamada <masahiroy@kernel.org> # Date: Mon Nov 6 03:10:47 2023 +0900 # # kconfig: do not clear SYMBOL_DEF_USER when the value is out of range # # When a user-supplied value is out of range, (NEW) and an incorrect default # value are shown. # # [Test Kconfig] # # config FOO # int "foo" # range 10 20 # # [Test .config] # # CONFIG_FOO=30 # # [Result without this fix] # # $ make config # * # * Main menu # * # foo (FOO) [10] (NEW) # # [Result with this fix] # # $ make config # * # * Main menu # * # foo (FOO) [20] # # Currently, the SYMBOL_DEF_USER is cleared if the user input does not # reside within the range. Kconfig forgets the initial value 30, and # prints (NEW) and an incorrect default [10]. # # Kconfig should remember the user's input. The default should be [20] # because the user's input, 30, is closer to the upper limit of the range. # # Please note it will not show up in "make oldconfig" because it is no # longer considered as a new symbol. It also fixes the inconsistent # behavior in listnewconfig/helpnewconfig. # # Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 39d5b46d86e7226eafa32556ddd7abb0382c01b1 # make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- defconfig # < make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: warning: arch/sparc/vdso/vdso-note.o: missing .note.GNU-stack section implies executable stack /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: warning: arch/sparc/vdso/vdso32/vdso-note.o: missing .note.GNU-stack section implies executable stack /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. Is "_mcount" prototyped in <asm/asm-prototypes.h>? kernel: arch/sparc/boot/image is ready kernel: arch/sparc/boot/zImage is ready Completed OK # rm -rf /kisskb/build/kbuild_defconfig_sparc64-gcc12 # Build took: 0:00:46.972320
© Michael Ellerman 2006-2018.