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

From: Arnd Bergmann
Date: Mon Jun 10 2013 - 12:10:49 EST


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@xxxxxxxx>
> Signed-off-by: HATAYAMA Daisuke <d.hatayama@xxxxxxxxxxxxxx>

Thanks

Note that my name is Arnd not Amd, otherwise

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/