From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 6 Oct 2006 23:46:09 -0700 From: Andrew Morton Subject: Re: mm section mismatches Message-Id: <20061006234609.641f42f4.akpm@osdl.org> In-Reply-To: <20061006211005.56d412f1.rdunlap@xenotime.net> References: <20061006184930.855d0f0b.akpm@google.com> <20061006211005.56d412f1.rdunlap@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Randy Dunlap Cc: linux-mm@kvack.org, Pekka Enberg , Mel Gorman List-ID: On Fri, 6 Oct 2006 21:10:05 -0700 Randy Dunlap wrote: > On Fri, 6 Oct 2006 18:49:30 -0700 Andrew Morton wrote: > > > i386 allmoconfig, -mm tree: > > WARNING: vmlinux - Section mismatch: reference to .init.data:arch_zone_highest_possible_pfn from .text between 'memmap_zone_idx' (at offset 0xc0155e3b) and 'calculate_totalreserve_pages' This one is non-init memmap_zone_idx() referring to __initdata arch_zone_highest_possible_pfn (Hi, Mel). > > WARNING: vmlinux - Section mismatch: reference to .init.data:initkmem_list3 from .text between 'set_up_list3s' (at offset 0xc016ba8e) and 'kmem_flagcheck' This is non-init set_up_list3s() referring to __initdata initkmem_list3[] (Hi, Pekka and Christoph!) > > any takers? > > Could be. what patchset? I don't see this in 2.6.18-mm3. > Both bugs are in mainline. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org