Wind River Support Network

HomeDefectsLIN1019-3030
Fixed

LIN1019-3030 : kernel warnings "warning syscall clone3 not implemented" on qemumips64&qemumips

Created: Oct 21, 2019    Updated: Mar 24, 2020
Resolved Date: Mar 24, 2020
Found In Version: 10.19.45.1
Severity: Standard
Applicable for: Wind River Linux LTS 19
Component/s: Kernel

Description

  MODPOST vmlinux.o
WARNING: vmlinux.o(.pci_fixup_final+0xc5c): Section mismatch in reference from the variable __pci_fixup_malta_pcnet32_ioports_fixup163 to the function .init.text:malta_pcnet32_ioports_fixup()
The variable __pci_fixup_malta_pcnet32_ioports_fixup163 references
a function __init malta_pcnet32_ioports_fixup().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __init annotation of
malta_pcnet32_ioports_fixup() so it may be used outside an exit section.

  MODINFO modules.builtin.modinfo

Steps to Reproduce

$ setup.sh --machines=qemumips64 --all-layers --distros=wrlinux-cgl --accept-eula=yes
or
$ setup.sh --machines=qemumips --all-layers --distros=wrlinux-cgl --accept-eula=yes --templates=feature/linux-yocto-dev,feature/toolchain-next,feature/userspace-next

$ bitbake wrlinux-image-glibc-cgl
Live chat
Online