On 11/19/24 04:30, Yunsheng Lin wrote:
page_frag test module is an out of tree module, but built using KDIR as the main kernel tree, the mm test suite is just getting skipped if newly added page_frag test module fails to compile due to kernel not yet compiled.
Fix the above problem by ensuring both kernel is built first and a newer kernel which has page_frag_cache.h is used.
CC: Andrew Morton akpm@linux-foundation.org CC: Alexander Duyck alexanderduyck@fb.com CC: Linux-MM linux-mm@kvack.org Fixes: 7fef0dec415c ("mm: page_frag: add a test module for page_frag") Fixes: 65941f10caf2 ("mm: move the page fragment allocator from page_alloc into its own file") Reported-by: Mark Brown broonie@kernel.org Signed-off-by: Yunsheng Lin linyunsheng@huawei.com Tested-by: Mark Brown broonie@kernel.org
I'm closing the net-next PR right now, and we must either apply this patch even on short notice or reverting the blamed series.
As this fix should not cause any more conflict than the original series, looks reasonable to me and has been tested by Mark, I'm going to apply it.
/P