Re: [PATCH RESEND] sched: Move some scheduler fields to new static branch API

From: Hongyan Xia

Date: Wed Aug 19 2026 - 05:09:51 EST


On 8/19/2026 4:44 PM, Peter Zijlstra wrote:
> On Wed, Aug 19, 2026 at 08:09:38AM +0000, Hongyan Xia wrote:
>> From: Hongyan Xia <hongyan.xia@xxxxxxxxxxxxx>
>>
>> __cfs_bandwidth_used uses struct static_key directly which is
>> deprecated. Fix.
>>
>> sk_dynamic_* uses static_key_{enable/disable}(), which aren't really
>> deprecated, but take the opportunity to move to the new static_branch_*
>> APIs to be consistent.
>>
>> No functional change.
>>
>> Signed-off-by: Hongyan Xia <hongyan.xia@xxxxxxxxxxxxx>
>> ---
>
> Your emails are encoded in a Microsoft special quoted-printable that my
> scripts don't like.

Hmm, this patch was sent through the normal git format-patch and
send-email flow, which looks okay on my end and via lore. Do you have
more details so that I can debug and avoid triggering future unhappiness
in your scripts?