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.
--
Cheers,
Stephen Rothwell
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
Hi Balbir,
On Thu, 15 Mar 2018 19:42:33 +1100 Balbir Singh [off-list ref] wrote:
On Wed, Mar 14, 2018 at 4:23 PM, Stephen Rothwell [off-list ref] wrote:
quoted
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.
Patches have been sent to fix this - http://patchwork.ozlabs.org/patch/883991/
Excellent, thanks.
--
Cheers,
Stephen Rothwell