Re: [PATCH] sched_ext: Fix incorrect use of bitwise AND
From: Tejun Heo
Date: Fri Nov 08 2024 - 14:57:25 EST
On Fri, Nov 08, 2024 at 08:51:44PM +0100, Andrea Righi wrote:
> There is no reason to use a bitwise AND when checking the conditions to
> enable NUMA optimization for the built-in CPU idle selection policy, so
> use a logical AND instead.
>
> Fixes: f6ce6b949304 ("sched_ext: Do not enable LLC/NUMA optimizations when domains overlap")
> Reported-by: Nathan Chancellor <nathan@xxxxxxxxxx>
> Closes: https://lore.kernel.org/lkml/20241108181753.GA2681424@thelio-3990X/
> Signed-off-by: Andrea Righi <arighi@xxxxxxxxxx>
Applied to sched_ext/for-6.13.
Thanks.
--
tejun