[<prev] [next>] [day] [month] [year] [list]
Message-ID: <48223EA4.4010306@gmail.com>
Date: Wed, 07 May 2008 20:43:32 -0300
From: Kevin Winchester <kjwinchester@...il.com>
To: Sam Ravnborg <sam@...nborg.org>
CC: "Linux Kernel Mailing List \\" <linux-kernel@...r.kernel.org>
Subject: Section mismatch warnings with current mainline git
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists