Re: [PATCH V5 3/4] s390/mm: Define arch_get_mappable_range()

2021-02-01 Thread David Hildenbrand
On 01.02.21 04:25, Anshuman Khandual wrote: This overrides arch_get_mappabble_range() on s390 platform which will be used with recently added generic framework. It modifies the existing range check in vmem_add_mapping() using arch_get_mappable_range(). It also adds a VM_BUG_ON() check that would

[PATCH V5 3/4] s390/mm: Define arch_get_mappable_range()

2021-01-31 Thread Anshuman Khandual
This overrides arch_get_mappabble_range() on s390 platform which will be used with recently added generic framework. It modifies the existing range check in vmem_add_mapping() using arch_get_mappable_range(). It also adds a VM_BUG_ON() check that would ensure that mhp_range_allowed() has already be