Buildresult: linus/sparc64-defconfig/sparc64-gcc11 built on Apr 29 2023, 14:39
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Apr 29 2023, 14:39
Duration:
0:01:03.672728
Builder:
alpine2
Revision:
Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (
89d77f71f493a3663b10fa812d17f472935d24be)
Target:
linus/sparc64-defconfig/sparc64-gcc11
Branch:
linus
Compiler:
sparc64-gcc11
(sparc64-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (6)
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] fs/ext4/super.c:1262:13: warning: unused variable 'i' [-Wunused-variable] fs/ext4/super.c:5200:22: warning: unused variable 'i' [-Wunused-variable] WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned.
Full Log
# git rev-parse -q --verify 89d77f71f493a3663b10fa812d17f472935d24be^{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 89d77f71f493a3663b10fa812d17f472935d24be^{commit} 89d77f71f493a3663b10fa812d17f472935d24be # git checkout -q -f -B kisskb 89d77f71f493a3663b10fa812d17f472935d24be # git clean -qxdf # < git log -1 # commit 89d77f71f493a3663b10fa812d17f472935d24be # Merge: b23c1376db2d b09313dd2e72 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Apr 28 16:55:39 2023 -0700 # # Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux # # Pull RISC-V updates from Palmer Dabbelt: # # - Support for runtime detection of the Svnapot extension # # - Support for Zicboz when clearing pages # # - We've moved to GENERIC_ENTRY # # - Support for !MMU on rv32 systems # # - The linear region is now mapped via huge pages # # - Support for building relocatable kernels # # - Support for the hwprobe interface # # - Various fixes and cleanups throughout the tree # # * tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: (57 commits) # RISC-V: hwprobe: Explicity check for -1 in vdso init # RISC-V: hwprobe: There can only be one first # riscv: Allow to downgrade paging mode from the command line # dt-bindings: riscv: add sv57 mmu-type # RISC-V: hwprobe: Remove __init on probe_vendor_features() # riscv: Use --emit-relocs in order to move .rela.dyn in init # riscv: Check relocations at compile time # powerpc: Move script to check relocations at compile time in scripts/ # riscv: Introduce CONFIG_RELOCATABLE # riscv: Move .rela.dyn outside of init to avoid empty relocations # riscv: Prepare EFI header for relocatable kernels # riscv: Unconditionnally select KASAN_VMALLOC if KASAN # riscv: Fix ptdump when KASAN is enabled # riscv: Fix EFI stub usage of KASAN instrumented strcmp function # riscv: Move DTB_EARLY_BASE_VA to the kernel address space # riscv: Rework kasan population functions # riscv: Split early and final KASAN population functions # riscv: Use PUD/P4D/PGD pages for the linear mapping # riscv: Move the linear mapping creation in its own function # riscv: Get rid of riscv_pfn_base variable # ... # < /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 89d77f71f493a3663b10fa812d17f472935d24be # < make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_sparc64-defconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- defconfig # < make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_sparc64-defconfig_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_sparc64-defconfig_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_sparc64-defconfig_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] /kisskb/src/fs/ext4/super.c: In function 'ext4_put_super': /kisskb/src/fs/ext4/super.c:1262:13: warning: unused variable 'i' [-Wunused-variable] 1262 | int i, err; | ^ /kisskb/src/fs/ext4/super.c: In function '__ext4_fill_super': /kisskb/src/fs/ext4/super.c:5200:22: warning: unused variable 'i' [-Wunused-variable] 5200 | unsigned int i; | ^ 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/linus_sparc64-defconfig_sparc64-gcc11 # Build took: 0:01:03.672728
© Michael Ellerman 2006-2018.