> > I've made several small comments, but they and others
can be fixed when
> > merging, so no need to resend for them. I think we can go with this.
> > Thank you for the huge and hard work!
> >
> > Acked-by: Kazuhito Hagio <k-hagio-ab(a)nec.com>
> >
> Thanks a lot for your and Lianbo's code review and comments, they are
> extremely helpful for making the patch better!
>
> Thanks,
> Tao Liu
Thank you guys for this work. It helps a lot also for crash gcore.
Lianbo, could you let me know when you pick up this into crash on
Fedora Linux? Rough scheudle is fine.
I'd like to use the mapple API in crash gcore and so need to add
rpm version dependency into crash-gcore-command against crash and release
it after the crash is updated.
Sorry. Please ignore this request. I noticed that I can avoid this
kind of dependency in the extension module using weak symbol like:
ulong __attribute__((weak)) do_maple_tree(ulong root, int flag, struct list_pair *lp)
{
return -ENOSYS;
}
Thanks.
HATAYAMA, Daisuke