On 2/19/20 3:36 PM, Mina Almasry wrote: > Commit b5f16a533ce8a ("hugetlb: support file_region coalescing > again") made changes to the resv_map code which are hard to test, it > so added debug code guarded by CONFIG_DEBUG_VM which conducts an > expensive operation that loops over the resv_map and checks it for > errors. > > Unfortunately, some distros have CONFIG_DEBUG_VM on in their default > kernels, and we don't want this debug code behind CONFIG_DEBUG_VM > and called each time a file region is added. This patch removes this > debug code. I may look into making it a test or leave it for my local > testing. > > Signed-off-by: Mina Almasry <almasrymina@xxxxxxxxxx> > > Cc: David Rientjes <rientjes@xxxxxxxxxx> > Cc: Mike Kravetz <mike.kravetz@xxxxxxxxxx> > Cc: Shakeel Butt <shakeelb@xxxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: linux-mm@xxxxxxxxx > Cc: linux-kernel@xxxxxxxxxxxxxxx > > Fixes: b5f16a533ce8a ("hugetlb: support file_region coalescing again") Thanks! Reviewed-by: Mike Kravetz <mike.kravetz@xxxxxxxxxx> The review also applies to the original patch with the removal of this code. -- Mike Kravetz