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

2024-11-18 Thread Jakub Kicinski
On Sat, 16 Nov 2024 13:02:38 +0800 Yunsheng Lin wrote: > It seemed that somehow I missed to add the netdev ML:( Then repost, please.

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

2024-11-18 Thread Mark Brown
On Sat, Nov 16, 2024 at 12:23:13PM +0800, 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. > > Fi

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

2024-11-15 Thread Yunsheng Lin
It seemed that somehow I missed to add the netdev ML:( On 11/16/2024 12:23 PM, 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

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

2024-11-15 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