tree:
https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git
queue-4.14
head: 91fb98db25fe3a5cc3902df381b91b43ca54870e
commit: 99a0a9fa290959243f710ebd6186f625c940ba5e [15/107] mm, meminit: recalculate pcpu
batch and high limits after init completes
config: x86_64-randconfig-g002-201945 (attached as .config)
compiler: gcc-7 (Debian 7.4.0-14) 7.4.0
reproduce:
git checkout 99a0a9fa290959243f710ebd6186f625c940ba5e
# save the attached .config to linux build tree
make ARCH=x86_64
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
> WARNING: vmlinux.o(.text+0x693978): Section mismatch in reference
from the function __rmqueue_fallback() to the function .meminit.text:zone_pcp_update()
The function __rmqueue_fallback() references
the function __meminit zone_pcp_update().
This is often because __rmqueue_fallback lacks a __meminit
annotation or the annotation of zone_pcp_update is wrong.
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org Intel Corporation