On Thu, Jun 18 2026 at 11:11, Jing Wu wrote:
>
> if (update_housekeeping) {
> + static const unsigned long noise_types =
> + BIT(HK_TYPE_KERNEL_NOISE) | BIT(HK_TYPE_MANAGED_IRQ);
> +
> update_housekeeping = false;
> cpumask_copy(isolated_hk_cpus, isolated_cpus);
>
> - /*
> - * housekeeping_update() is now called without holding
> - * cpus_read_lock and cpuset_mutex. Only cpuset_top_mutex
> - * is still being held for mutual exclusion.
> - */Why are you randomly removing useful comments?

