On 11/16/2024 6:34 AM, Jakub Kicinski wrote:
On Fri, 15 Nov 2024 14:12:09 +0000 Mark Brown wrote:
As above, I am not sure if there is some elegant way to avoid the above error in the selftest core, one possible way to avoid the above error is to skip compiling like below as tools/testing/selftests/mm/test_page_frag.sh already skip the testing for page_frag if the test module is not compiled:
Since the tests currently don't build the test systems are by and by large not getting as far as trying to run anything, the entire mm suite is just getting skipped.
Yunsheng, please try to resolve this ASAP, or just send a revert removing the selftest for now. We can't ship net-next to Linus breaking other subsystem's selftests, and merge window will likely open next week.
Sure, Let me try to fix first, the revert can be used as last resort.
A possible fix is sent in [1], but somehow I missed to add the netdev ML for that:(
1. https://lore.kernel.org/lkml/20241116042314.100400-1-yunshenglin0825@gmail.c...