login
Header Space

 
 

Section mismatch warnings with current mainline git

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Sam Ravnborg <sam@...>
Cc: Linux Kernel Mailing List \ <linux-kernel@...>
Date: Wednesday, May 7, 2008 - 7:43 pm

Is this something people are interested in seeing?


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

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

WARNING: vmlinux.o(.text+0x17c72): Section mismatch in reference from 
the function arch_setup_additional_pages() to the variable 
.init.data:vdso_end
The function arch_setup_additional_pages() references
the variable __initdata vdso_end.
This is often because arch_setup_additional_pages lacks a __initdata
annotation or the annotation of vdso_end is wrong.

WARNING: vmlinux.o(.text+0x17c79): Section mismatch in reference from 
the function arch_setup_additional_pages() to the variable 
.init.data:vdso_start
The function arch_setup_additional_pages() references
the variable __initdata vdso_start.
This is often because arch_setup_additional_pages lacks a __initdata
annotation or the annotation of vdso_start is wrong.

WARNING: vmlinux.o(.cpuinit.text+0x2497): Section mismatch in reference 
from the function uv_cpu_init() to the function .init.text:uv_system_init()
The function __cpuinit uv_cpu_init() references
a function __init uv_system_init().
If uv_system_init is only used by uv_cpu_init then
annotate uv_system_init with a matching annotation.

-- 
Kevin Winchester
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Section mismatch warnings with current mainline git, Kevin Winchester, (Wed May 7, 7:43 pm)
speck-geostationary