Re: [PATCH 1/2] clocksource: Fix opencoded cpumask_any_but() in clocksource_verify_choose_cpus()
From: Thomas Gleixner
Date: Tue Jun 10 2025 - 05:03:56 EST
On Mon, Jun 09 2025 at 10:33, Yury Norov wrote:
> On Mon, Jun 09, 2025 at 12:03:23PM +0200, Thomas Gleixner wrote:
>> On Sat, Jun 07 2025 at 10:11, Yury Norov wrote:
>>
>> Why are you so obsessed to slap 'Fix' on every subject line?
>>
>> This fixes absolutely nothing at all.
>
> Opencoding helpers is an error, isn't? That's why 'fix'.
It's not. It's functionally correct, so there is no error. It's an
oversight in terms of code efficiency, not more.