Re: [RFC PATCH v4 01/28] sched: Cache aware load-balancing
From: Chen, Yu C
Date: Mon Aug 11 2025 - 23:27:14 EST
Hi,
On 8/12/2025 9:30 AM, kernel test robot wrote:
[ 18.146207][ T63] RIP: 0010:_find_next_bit (kbuild/src/consumer/lib/find_bit.c:156 (discriminator 2))
[ 18.146207][ T63] task_cache_work (kbuild/src/consumer/include/linux/find.h:71 (discriminator 2)
kbuild/src/consumer/kernel/sched/fair.c:1325 (discriminator 2))
This should have been fixed in the second patch:
02/28 ("sched: Several fixes for cache aware scheduling")that the LLC
sched domain could be NULL and we should skip the
NULL LLC sched domain.
It might be more applicable to test with the whole patch set.
As this is a RFC version and we will create a formal one with
the fixes integrated into the 01/28 patch, after the issues
have been addressed.
thanks,
Chenyu