All of lore.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, linux-kernel, 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

* Re: linux-5.10.127 modpost warning
  2022-06-29  8:18 linux-5.10.127 modpost warning Jari Ruusu
@ 2022-06-29  8:25 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2022-06-29  8:25 UTC (permalink / raw)
  To: Jari Ruusu; +Cc: stable, linux-kernel, Masahiro Yamada

On Wed, Jun 29, 2022 at 08:18:04AM +0000, Jari Ruusu wrote:
> 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.

Known issue, see the stable list, I'll be fixing this up for the next
release, thanks.

greg k-h

^ 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 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.