Re: [PATCH 1/7] nodemask: numa: reorganize inclusion path

From: Andrea Righi
Date: Thu Feb 13 2025 - 11:00:48 EST


On Thu, Feb 13, 2025 at 10:29:48AM -0500, Yury Norov wrote:
> On Wed, Feb 12, 2025 at 05:48:08PM +0100, Andrea Righi wrote:
> > From: Yury Norov <yury.norov@xxxxxxxxx>
> >
> > Nodemasks now pull linux/numa.h for MAX_NUMNODES and NUMA_NO_NODE
> > macros. This series makes numa.h depending on nodemasks, so we hit
> > a circular dependency.
> >
> > Nodemasks library is highly employed by NUMA code, and it would be
> > logical to resolve the circular dependency by making NUMA headers
> > dependent nodemask.h.
> >
> > Signed-off-by: Yury Norov <yury.norov@xxxxxxxxx>
>
> You must sign-off this patch yourself as well, if you pull it with
> your series.

Ok, will fix it in the next version.

Thanks,
-Andrea