Hello:
This patch was applied to netdev/net-next.git (main) by Paolo Abeni pabeni@redhat.com:
On Tue, 19 Nov 2024 11:30:11 +0800 you 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.
[...]
Here is the summary with links: - [net-next,v2] mm: page_frag: fix a compile error when kernel is not compiled https://git.kernel.org/netdev/net-next/c/96ed62ea0298
You are awesome, thank you!