Re: [PATCH v3 0/1] correct the inside linear map range during hotplug check

2021-03-22 Thread Will Deacon
On Tue, 16 Feb 2021 10:03:50 -0500, Pavel Tatashin wrote: > v3: - Sync with linux-next where arch_get_mappable_range() was > introduced. > v2: - Added test-by Tyler Hicks > - Addressed comments from Anshuman Khandual: moved check under > IS_ENABLED(CONFIG_RANDOMIZE_BASE),

[PATCH v3 0/1] correct the inside linear map range during hotplug check

2021-02-16 Thread Pavel Tatashin
v3: - Sync with linux-next where arch_get_mappable_range() was introduced. v2: - Added test-by Tyler Hicks - Addressed comments from Anshuman Khandual: moved check under IS_ENABLED(CONFIG_RANDOMIZE_BASE), added WARN_ON(start_linear_pa > end_linear_pa);