[PATCH 0/4] Add support for vmap_area_list.
Atsushi Kumagai
kumagai-atsushi at mxc.nes.nec.co.jp
Wed Apr 10 00:46:55 EDT 2013
On Tue, 9 Apr 2013 20:54:40 +0900
Simon Horman <horms at verge.net.au> wrote:
> On Tue, Apr 09, 2013 at 05:27:06PM +0900, Atsushi Kumagai wrote:
> > Hello,
> >
> > This patchset is to work with "remove vm_struct list management":
> >
> > https://lkml.org/lkml/2013/3/13/40
> >
> > I tested this on i386/x86_64, but I can't do it on other
> > architectures. So, please let me know if you find any problems.
>
> Perhaps CCing linuxppc-dev at lists.ozlabs.org would be a good idea.
Thanks for your advice, I'll repost this with CCing linuxppc-dev.
Atsushi Kumagai
>
> > ---
> >
> > Atsushi Kumagai (4):
> > Introduce new symbols to look at the first vmap_area.
> > Use vmap_area_list to get vmalloc_start for i386.
> > Use vmap_area_list to get vmalloc_start for ppc32.
> > Use vmap_area_list to get vmalloc_start for ppc64.
> >
> > arch/ppc.c | 46 ++++++++++++++++++++++++++++++++--------------
> > arch/ppc64.c | 46 ++++++++++++++++++++++++++++++++--------------
> > arch/x86.c | 46 ++++++++++++++++++++++++++++++++--------------
> > makedumpfile.c | 9 +++++++++
> > makedumpfile.h | 5 +++++
> > 5 files changed, 110 insertions(+), 42 deletions(-)
> >
> >
> > Thanks
> > Atsushi Kumagai
> >
> > _______________________________________________
> > kexec mailing list
> > kexec at lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/kexec
> >
More information about the kexec
mailing list