On 6/5/26 23:19, Gregory Price wrote: > Memory hotplug operations require ranges aligned to memory block > boundaries. This is a generic operation for hotplug. > > Add memory_block_aligned_range() as a common helper in <linux/memory.h> > that aligns the start address up and end address down to memory block > boundaries. > > Update dax/kmem to use this helper. > > Signed-off-by: Gregory Price <[email protected]> > ---
Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David

