All of lore.kernel.org
 help / color / mirror / Atom feed
* s390: kernel/entry.o: in function `sys_call_table_emu': (.rodata+0x1bc0): undefined reference to `__s390_'
@ 2021-03-17 13:56 Naresh Kamboju
  2021-03-18 17:05 ` Nick Desaulniers
  0 siblings, 1 reply; 3+ messages in thread
From: Naresh Kamboju @ 2021-03-17 13:56 UTC (permalink / raw)
  To: linux-s390, open list
  Cc: Heiko Carstens, Sven Schnelle, Alexander Gordeev,
	Christian Borntraeger, Vasily Gorbik, lkft-triage,
	Arnaldo Carvalho de Melo, Heiko Carstens, Nixiaoming

Linux next 20210317 tag building s390 architecture failed.
 - s390 (defconfig) with gcc-8 - Failed
 - s390 (defconfig) with gcc-9 - Failed
 - s390 (defconfig) with gcc-10 - Failed

make --silent --keep-going --jobs=8
O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=s390
CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc'
'HOSTCC=sccache gcc'
s390x-linux-gnu-ld: arch/s390/kernel/entry.o: in function `sys_call_table_emu':
(.rodata+0x1bc0): undefined reference to `__s390_'
make[1]: *** [/builds/linux/Makefile:1212: vmlinux] Error 1

Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>

steps to reproduce:
--------------------
# TuxMake is a command line tool and Python library that provides
# portable and repeatable Linux kernel builds across a variety of
# architectures, toolchains, kernel configurations, and make targets.
#
# TuxMake supports the concept of runtimes.
# See https://docs.tuxmake.org/runtimes/, for that to work it requires
# that you install podman or docker on your system.
#
# To install tuxmake on your system globally:
# sudo pip3 install -U tuxmake
#
# See https://docs.tuxmake.org/ for complete documentation.

tuxmake --runtime podman --target-arch s390 --toolchain gcc-9
--kconfig defconfig

-- 
Linaro LKFT
https://lkft.linaro.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: s390: kernel/entry.o: in function `sys_call_table_emu': (.rodata+0x1bc0): undefined reference to `__s390_'
  2021-03-17 13:56 s390: kernel/entry.o: in function `sys_call_table_emu': (.rodata+0x1bc0): undefined reference to `__s390_' Naresh Kamboju
@ 2021-03-18 17:05 ` Nick Desaulniers
  2021-03-18 18:17   ` Heiko Carstens
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Desaulniers @ 2021-03-18 17:05 UTC (permalink / raw)
  To: naresh.kamboju
  Cc: acme, agordeev, borntraeger, gor, hca, heiko.carstens,
	linux-kernel, linux-s390, lkft-triage, nixiaoming, svens

(Replying to https://lore.kernel.org/linux-s390/CA+G9fYtBw0HAv5OOAycK2rZ_m2Sj73krXPJ0iDzT+O8qtc19SQ@mail.gmail.com/)

Yeah, our CI is failing today, too with the same error on linux-next:
https://github.com/ClangBuiltLinux/continuous-integration2/runs/2138006304?check_suite_focus=true

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: s390: kernel/entry.o: in function `sys_call_table_emu': (.rodata+0x1bc0): undefined reference to `__s390_'
  2021-03-18 17:05 ` Nick Desaulniers
@ 2021-03-18 18:17   ` Heiko Carstens
  0 siblings, 0 replies; 3+ messages in thread
From: Heiko Carstens @ 2021-03-18 18:17 UTC (permalink / raw)
  To: Nick Desaulniers
  Cc: naresh.kamboju, acme, agordeev, borntraeger, gor, linux-kernel,
	linux-s390, lkft-triage, nixiaoming, svens

On Thu, Mar 18, 2021 at 10:05:01AM -0700, Nick Desaulniers wrote:
> (Replying to https://lore.kernel.org/linux-s390/CA+G9fYtBw0HAv5OOAycK2rZ_m2Sj73krXPJ0iDzT+O8qtc19SQ@mail.gmail.com/)
> 
> Yeah, our CI is failing today, too with the same error on linux-next:
> https://github.com/ClangBuiltLinux/continuous-integration2/runs/2138006304?check_suite_focus=true

It is fixed in linux-next of today.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-18 18:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 13:56 s390: kernel/entry.o: in function `sys_call_table_emu': (.rodata+0x1bc0): undefined reference to `__s390_' Naresh Kamboju
2021-03-18 17:05 ` Nick Desaulniers
2021-03-18 18:17   ` Heiko Carstens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.