Re: [PATCH net-next v2] mm: page_frag: fix a compile error when kernel is not compiled

2024-11-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : 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 mo

Re: [PATCH net-next v2] mm: page_frag: fix a compile error when kernel is not compiled

2024-11-19 Thread Paolo Abeni
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

[PATCH net-next v2] mm: page_frag: fix a compile error when kernel is not compiled

2024-11-18 Thread Yunsheng Lin
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 ker