Re: [PATCH] sched: remove unnecessary check in sched_{debug_}start()
From: Fushuai Wang
Date: Sun Oct 05 2025 - 20:42:56 EST
> -1 is a legal argument for cpumask_next(), and cpumask_next(-1, mask) is
> equivalent to cpumask_first(mask). The explicit check and separate branch
> are unnecessary.
Gentle ping. This patch has been reviewed but not merged yet.
Regards,
Wang.