Re: [PATCH v5 1/2] mm: cma: NUMA node interface

From: Roman Gushchin
Date: Wed Apr 08 2020 - 21:18:26 EST


On Wed, Apr 08, 2020 at 05:53:12PM -0700, Andrew Morton wrote:
> On Tue, 7 Apr 2020 09:38:39 -0700 Roman Gushchin <guro@xxxxxx> wrote:
>
> > From: Aslan Bakirov <aslan@xxxxxx>
> >
> > I've noticed that there is no interfaces exposed by CMA which would let me
> > to declare contigous memory on particular NUMA node.
> >
> > This patchset adds the ability to try to allocate contiguous memory on
> > specific node. It will fallback to other nodes if the specified one
> > doesn't work.
> >
> > Implement a new method for declaring contigous memory on particular node
> > and keep cma_declare_contiguous() as a wrapper.
> >
> > Signed-off-by: Aslan Bakirov <aslan@xxxxxx>
> > Acked-by: Michal Hocko <mhocko@xxxxxxxxxx>
>
> This should have had your signed-off-by, as you were on the patch
> delivery path. Please send it along?
>

Will this work?

Signed-off-by: Roman Gushchin <guro@xxxxxx>

If not, below if the whole patch signed.

Thanks!

--