All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the ftrace tree
@ 2021-10-25  4:39 Stephen Rothwell
  2021-10-25  6:13 ` Masami Hiramatsu
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2021-10-25  4:39 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: Masami Hiramatsu, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

Hi all,

After merging the ftrace tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

WARNING: modpost: vmlinux.o(.text.unlikely+0x90082): Section mismatch in reference from the function xbc_alloc_mem() to the function .init.text:memblock_alloc_try_nid()
The function xbc_alloc_mem() references
the function __init memblock_alloc_try_nid().
This is often because xbc_alloc_mem lacks a __init 
annotation or the annotation of memblock_alloc_try_nid is wrong.

Introduced by commit

  4ee1b4cac236 ("bootconfig: Cleanup dummy headers in tools/bootconfig")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2021-10-25  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-25  4:39 linux-next: build warning after merge of the ftrace tree Stephen Rothwell
2021-10-25  6:13 ` Masami Hiramatsu
2021-10-25  8:32   ` [PATCH] lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init function Masami Hiramatsu

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.