FROMLIST: memblock: take a region intersecting an unknown region
There is case where reserved regions overlapped with already checked as unknown regions. To get more information of the name, size, so far we allowed only regions which are exactly matching with or located within the unknown region. For a region intersecting an unknown region, we did not take and just showed that duplicated information. So total size was not perfect. To fix this, let's allow to take even the intersecting region. Bug: 340432773 Signed-off-by:Jaewon Kim <jaewon31.kim@samsung.com> Link: https://lore.kernel.org/linux-mm/20240521023957.2587005-5-jaewon31.kim@samsung.com/ Change-Id: I3ab0bdcea5e9122f59b87e13afafc2c9b9606295
Loading
Please sign in to comment