From: Vivek Goyal <vgoyal@xxxxxxxxxx> Subject: Re: [PATCH 05/13] vmcore: modify ELF32 code according to new type Date: Fri, 15 Feb 2013 10:30:48 -0500 > On Thu, Feb 14, 2013 at 07:12:10PM +0900, HATAYAMA Daisuke wrote: >> On elf32 mmap() is not supported. All vmcore objects are in old >> memory. > > This is odd. Why can't we support mmap() when 32bit headers have been > prepared? > > Thanks > Vivek > I didin't think there's much usecase on ELF32 interface as I wrote in the last patch description, but OK, I'll implement it on 32-bit interface too. Thanks. HATAYAMA, Daisuke