public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* linux-5.10.127 modpost warning
@ 2022-06-29  8:18 Jari Ruusu
  2022-06-29  8:25 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Jari Ruusu @ 2022-06-29  8:18 UTC (permalink / raw)
  To: stable@vger.kernel.org, linux-kernel@vger.kernel.org,
	Greg Kroah-Hartman
  Cc: Masahiro Yamada

This shows up when building linux-5.10.127

  LD      vmlinux.o
  MODPOST vmlinux.symvers
WARNING: modpost: vmlinux.o(___ksymtab+drm_fb_helper_modinit+0x0): Section mismatch in reference from the variable __ksymtab_drm_fb_helper_modinit to the function .init.text:drm_fb_helper_modinit()
The symbol drm_fb_helper_modinit is exported and annotated __init
Fix this by removing the __init annotation of drm_fb_helper_modinit or drop the export.

--
Jari Ruusu  4096R/8132F189 12D6 4C3A DCDA 0AA4 27BD  ACDF F073 3C80 8132 F189


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

end of thread, other threads:[~2022-06-29  8:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29  8:18 linux-5.10.127 modpost warning Jari Ruusu
2022-06-29  8:25 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox