* [linux-next:master 6243/6567] WARNING: vmlinux.o(.text+0x110b34): Section mismatch in reference from the function deferred_init_range() to the function .init.text:deferred_free_range()
@ 2017-10-18 1:36 kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-10-18 1:36 UTC (permalink / raw)
To: Pavel Tatashin
Cc: kbuild-all, Mark Brown, Steven Sistare, Daniel Jordan, Bob Picco,
Andrew Morton, Linux Memory Management List
[-- Attachment #1: Type: text/plain, Size: 1455 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: a7dd40274d75326ca868479c62090b1198a357ad
commit: 430676b385fb341d5a33950bae284d0df2e70117 [6243/6567] mm: deferred_init_memmap improvements
config: x86_64-randconfig-v0-10180807 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
git checkout 430676b385fb341d5a33950bae284d0df2e70117
# save the attached .config to linux build tree
make ARCH=x86_64
All warnings (new ones prefixed by >>):
>> WARNING: vmlinux.o(.text+0x110b34): Section mismatch in reference from the function deferred_init_range() to the function .init.text:deferred_free_range()
The function deferred_init_range() references
the function __init deferred_free_range().
This is often because deferred_init_range lacks a __init
annotation or the annotation of deferred_free_range is wrong.
--
>> WARNING: vmlinux.o(.text+0x110bc0): Section mismatch in reference from the function deferred_init_range() to the function .meminit.text:__init_single_page()
The function deferred_init_range() references
the function __meminit __init_single_page().
This is often because deferred_init_range lacks a __meminit
annotation or the annotation of __init_single_page is wrong.
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 21911 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-18 1:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-18 1:36 [linux-next:master 6243/6567] WARNING: vmlinux.o(.text+0x110b34): Section mismatch in reference from the function deferred_init_range() to the function .init.text:deferred_free_range() kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).