Re: [PATCH 1/1] tick/nohz: Add fast-path tick stopping for idle isolated cores
From: Ionut Nechita (Sunlight Linux)
Date: Mon Jan 26 2026 - 14:32:55 EST
From: Ionut Nechita <sunlightlinux@xxxxxxxxx>
On Tue, Jan 13 2026 at 11:02, Thomas Gleixner wrote:
> You can avoid the per bit evaluation way simpler, which improves the
> evaluation independent of context. See uncompiled patch below.
Thank you for the detailed feedback and for taking the time to review
this patch.
Your approach is indeed much simpler and more elegant. I see no issues
with it, and it has the additional benefit of improving the evaluation
regardless of context, rather than being restricted to nohz_full CPUs
and the idle task. This is clearly a better solution.
I appreciate the learning opportunity - working on kernel development
continues to teach me new and interesting things every day.
Should I prepare a v2 based on your suggestion, or would you prefer to
submit this as a separate patch?
Thanks again,
Ionut