Re: more warnings
From: Balbir Singh <bsingharora@gmail.com>
Date: 2018-03-15 08:42:36
On Wed, Mar 14, 2018 at 4:23 PM, Stephen Rothwell [off-list ref] wrote:
Hi all, I also get these from a powerpc allyesconfig build of linux-next: WARNING: vmlinux.o(.text+0x7c81c): Section mismatch in reference from the function .stop_machine_change_mapping() to the function .meminit.text:.create_physical_mapping() The function .stop_machine_change_mapping() references the function __meminit .create_physical_mapping(). This is often because .stop_machine_change_mapping lacks a __meminit annotation or the annotation of .create_physical_mapping is wrong. WARNING: vmlinux.o(.text+0x7c828): Section mismatch in reference from the function .stop_machine_change_mapping() to the function .meminit.text:.create_physical_mapping() The function .stop_machine_change_mapping() references the function __meminit .create_physical_mapping(). This is often because .stop_machine_change_mapping lacks a __meminit annotation or the annotation of .create_physical_mapping is wrong.
Hi, Stephen Patches have been sent to fix this - http://patchwork.ozlabs.org/patch/883991/ Balbir Singh