On Tue, 30 Apr 2024 11:21:58 +0200 Robert Richter <rrichter@xxxxxxx> wrote: > When registering a memory range a possibly overlapping memory block > will be extended instead of creating a new one. If both ranges exactly > overlap, the blocks remain unchanged and are just reused. The > information if a memblock was extended is useful for diagnostics. > > Change return code of numa_fill_memblks() to also report if memblocks > have been modified. > > Link: https://lore.kernel.org/all/ZiqnbD0CB9WUL1zu@aschofie-mobl2/T/#u > Cc: Alison Schofield <alison.schofield@xxxxxxxxx> > Signed-off-by: Robert Richter <rrichter@xxxxxxx> Seems correct to me. Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>