Re: [crash] Re: Latest brk patchset
From: Jeremy Fitzhardinge
Date: Sun Mar 22 2009 - 17:49:01 EST
Ingo Molnar wrote:
last entry seemed to be related to the brk patches:
WARNING: vmlinux.o(.text+0x6a288e): Section mismatch in reference from
the function dmi_alloc() to the function .init.text:extend_brk()
The function dmi_alloc() references
the function __init extend_brk().
This is often because dmi_alloc lacks a __init annotation or the
annotation of extend_brk is wrong.
most of them are not.
Hm, dmi_alloc() is a static inline which simply calls extend_brk(), so
it should be a non-issue. Does this fix it?
J