Re: [PATCH 00/10] mm/hugetlb: code refine and simplification

2020-08-07 Thread Mike Kravetz
On 8/7/20 2:12 AM, Wei Yang wrote: > Following are some cleanup for hugetlb. > > Simple test with tools/testing/selftests/vm/map_hugetlb pass. > > Wei Yang (10): > mm/hugetlb: not necessary to coalesce regions recursively > mm/hugetlb: make sure to get NULL when list is empty > mm/hugetlb:

[PATCH 00/10] mm/hugetlb: code refine and simplification

2020-08-07 Thread Wei Yang
Following are some cleanup for hugetlb. Simple test with tools/testing/selftests/vm/map_hugetlb pass. Wei Yang (10): mm/hugetlb: not necessary to coalesce regions recursively mm/hugetlb: make sure to get NULL when list is empty mm/hugetlb: use list_splice to merge two list at once mm/huge