[PATCH] vmcore: disable mmap_vmcore() if CONFIG_MMU is not defined

Arnd Bergmann arnd at arndb.de
Mon Jun 10 12:10:37 EDT 2013


On Monday 10 June 2013, HATAYAMA Daisuke wrote:
> Also, on no-MMU configuration, because we don't export buffer for ELF
> note segment to user-space, we use vzalloc() to allocate the buffer.
> Therefore, we use differnet functions to allocate the buffer for ELF
> note segment. To avoid code duplication, introduce a helper
> alloc_elfnotes_buf().
> 
> Reported-by: Amd Bergmann <arnd at arndb.de>
> Signed-off-by: HATAYAMA Daisuke <d.hatayama at jp.fujitsu.com>

Thanks

Note that my name is Arnd not Amd, otherwise

Acked-by: Arnd Bergmann <arnd at arndb.de>



More information about the kexec mailing list