Buildresult: linus/sparc-allmodconfig/sparc64-gcc5 built on Sep 5 2021, 07:13
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Sep 5 2021, 07:13
Duration:
0:07:50.847919
Builder:
ka7
Revision:
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux (
49624efa65ac9889f4e7c7b2452b2e6ce42ba37d)
Target:
linus/sparc-allmodconfig/sparc64-gcc5
Branch:
linus
Compiler:
sparc64-gcc5
(sparc64-linux-gcc.br_real (Buildroot 2016.11-git-00613-ge98b4dd) 5.4.0 / GNU ld (GNU Binutils) 2.26.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
arch/sparc/kernel/head_32.o:(.head.text+0x5040): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o:(.head.text+0x5100): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o:(.init.text+0xa4): relocation truncated to fit: R_SPARC_WDISP22 against symbol `leon_smp_cpu_startup' defined in .text section in arch/sparc/kernel/trampoline_32.o arch/sparc/kernel/process_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/process_32.o:(.fixup+0xc): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x10): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x1c): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x28): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x34): relocation truncated to fit: R_SPARC_WDISP22 against `.text' make[1]: *** [Makefile:1184: vmlinux] Error 1 make: *** [Makefile:219: __sub-make] Error 2
Possible warnings (20)
<stdin>:1515:2: warning: #warning syscall clone3 not implemented [-Wcpp] drivers/tty/serial/sunzilog.c:1128:13: warning: 'sunzilog_putchar' defined but not used [-Wunused-function] drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. drivers/spi/spi-tegra20-slink.c:1188:12: warning: 'tegra_slink_runtime_suspend' defined but not used [-Wunused-function] drivers/spi/spi-tegra20-slink.c:1200:12: warning: 'tegra_slink_runtime_resume' defined but not used [-Wunused-function] WARNING: modpost: EXPORT symbol "bzero_1page" [vmlinux] version ... WARNING: modpost: EXPORT symbol "___rw_read_exit" [vmlinux] version ... WARNING: modpost: EXPORT symbol "___rw_read_try" [vmlinux] version ... WARNING: modpost: EXPORT symbol "__ndelay" [vmlinux] version ... WARNING: modpost: EXPORT symbol "__ashrdi3" [vmlinux] version ... WARNING: modpost: EXPORT symbol "empty_zero_page" [vmlinux] version ... WARNING: modpost: EXPORT symbol "__udelay" [vmlinux] version ... WARNING: modpost: EXPORT symbol "__lshrdi3" [vmlinux] version ... WARNING: modpost: EXPORT symbol "___rw_write_enter" [vmlinux] version ... WARNING: modpost: EXPORT symbol "__ashldi3" [vmlinux] version ... WARNING: modpost: EXPORT symbol "__copy_1page" [vmlinux] version ... WARNING: modpost: EXPORT symbol "__muldi3" [vmlinux] version ... WARNING: modpost: EXPORT symbol "__divdi3" [vmlinux] version ... WARNING: modpost: EXPORT symbol "___rw_read_enter" [vmlinux] version ...
Full Log
# git rev-parse -q --verify 49624efa65ac9889f4e7c7b2452b2e6ce42ba37d^{commit} 49624efa65ac9889f4e7c7b2452b2e6ce42ba37d already have revision, skipping fetch # git checkout -q -f -B kisskb 49624efa65ac9889f4e7c7b2452b2e6ce42ba37d # git clean -qxdf # < git log -1 # commit 49624efa65ac9889f4e7c7b2452b2e6ce42ba37d # Merge: f7464060f7ab 592ca09be833 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Sep 4 11:35:47 2021 -0700 # # Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux # # Pull MAP_DENYWRITE removal from David Hildenbrand: # "Remove all in-tree usage of MAP_DENYWRITE from the kernel and remove # VM_DENYWRITE. # # There are some (minor) user-visible changes: # # - We no longer deny write access to shared libaries loaded via legacy # uselib(); this behavior matches modern user space e.g. dlopen(). # # - We no longer deny write access to the elf interpreter after exec # completed, treating it just like shared libraries (which it often # is). # # - We always deny write access to the file linked via /proc/pid/exe: # sys_prctl(PR_SET_MM_MAP/EXE_FILE) will fail if write access to the # file cannot be denied, and write access to the file will remain # denied until the link is effectivel gone (exec, termination, # sys_prctl(PR_SET_MM_MAP/EXE_FILE)) -- just as if exec'ing the file. # # Cross-compiled for a bunch of architectures (alpha, microblaze, i386, # s390x, ...) and verified via ltp that especially the relevant tests # (i.e., creat07 and execve04) continue working as expected" # # * tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux: # fs: update documentation of get_write_access() and friends # mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff() # mm: remove VM_DENYWRITE # binfmt: remove in-tree usage of MAP_DENYWRITE # kernel/fork: always deny write access to current MM exe_file # kernel/fork: factor out replacing the current MM exe_file # binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib() # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 49624efa65ac9889f4e7c7b2452b2e6ce42ba37d # < make -s -j 32 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # 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 32 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- help # make -s -j 32 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- olddefconfig # make -s -j 32 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- <stdin>:1515:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/drivers/tty/serial/sunzilog.c:1128:13: warning: 'sunzilog_putchar' defined but not used [-Wunused-function] static void sunzilog_putchar(struct uart_port *port, int ch) ^ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ /kisskb/src/drivers/spi/spi-tegra20-slink.c:1188:12: warning: 'tegra_slink_runtime_suspend' defined but not used [-Wunused-function] static int tegra_slink_runtime_suspend(struct device *dev) ^ /kisskb/src/drivers/spi/spi-tegra20-slink.c:1200:12: warning: 'tegra_slink_runtime_resume' defined but not used [-Wunused-function] static int tegra_slink_runtime_resume(struct device *dev) ^ WARNING: modpost: EXPORT symbol "bzero_1page" [vmlinux] version ... Is "bzero_1page" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "___rw_read_exit" [vmlinux] version ... Is "___rw_read_exit" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "___rw_read_try" [vmlinux] version ... Is "___rw_read_try" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "__ndelay" [vmlinux] version ... Is "__ndelay" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "__ashrdi3" [vmlinux] version ... Is "__ashrdi3" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "empty_zero_page" [vmlinux] version ... Is "empty_zero_page" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "__udelay" [vmlinux] version ... Is "__udelay" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "__lshrdi3" [vmlinux] version ... Is "__lshrdi3" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "___rw_write_enter" [vmlinux] version ... Is "___rw_write_enter" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "__ashldi3" [vmlinux] version ... Is "__ashldi3" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "__copy_1page" [vmlinux] version ... Is "__copy_1page" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "__muldi3" [vmlinux] version ... Is "__muldi3" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "__divdi3" [vmlinux] version ... Is "__divdi3" prototyped in <asm/asm-prototypes.h>? WARNING: modpost: EXPORT symbol "___rw_read_enter" [vmlinux] version ... Is "___rw_read_enter" prototyped in <asm/asm-prototypes.h>? arch/sparc/kernel/head_32.o: In function `current_pc': arch/sparc/kernel/head_32.o:(.head.text+0x5040): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `halt_notsup': arch/sparc/kernel/head_32.o:(.head.text+0x5100): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `leon_init': arch/sparc/kernel/head_32.o:(.init.text+0xa4): relocation truncated to fit: R_SPARC_WDISP22 against symbol `leon_smp_cpu_startup' defined in .text section in arch/sparc/kernel/trampoline_32.o arch/sparc/kernel/process_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/process_32.o:(.fixup+0xc): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x10): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x1c): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x28): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x34): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x40): additional relocation overflows omitted from the output make[1]: *** [/kisskb/src/Makefile:1184: vmlinux] Error 1 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_sparc-allmodconfig_sparc64 # Build took: 0:07:50.847919
© Michael Ellerman 2006-2018.