From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BB4654B04BE for ; Wed, 19 Aug 2026 08:44:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.92.199 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787129099; cv=none; b=Ng2ugw0xQoNDHaqNe6lpGHbdq3SaORqsxihmDvS4+EfPSIlGe5UgV8mHE7dZ2oqhViGoQG3vEVpe6ZZHwGVIT1KfhJHKmQ/XgAo237m2jZUDZydQxgdhri7hlu1O/jdegFbSvjJ+Yeut2IqzFqysLN0h1GUpKhRwLne4FSF15xU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787129099; c=relaxed/simple; bh=iIGKciQxhQHnHzYgGYF1IiviMEJ+rJutWKYsaByZuAw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=G+9TD/wVqdPCFKoIyfQZznxoS1RaYBXSVAnt9EapFMCel2Y20lUBitYgte3ruVwghO4EppUWWI5G0gADql52It56ckDMhTSk4mLWw3KFB3cvnog3Z6t7TDguaBR3pLdvMQ0QG1Eff769oq0us49c5Tbu4HGqY1GtbiEbSOQb9DI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=pass smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=e30m80k5; arc=none smtp.client-ip=90.155.92.199 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="e30m80k5" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=P2fkO478b8OKrIshiuX18lWQn3DJNVh8bkAS49soB4k=; b=e30m80k5c4h6tqbucQfLtuV/9W cI6PAaUzhKEXk5w/PfvcVsj/eoQl5SHxHpCH56EAxENv68omm/UNYd/FJiBE+6hGsh9FaOl/6NNWA pgHC4wnfxjFVTfWpkYlDkyoLUZiLEeruTX5WosaA2PCxuja13CGLscdMteUwv/UXvDcZxDFOHfevu oGNk6b/6g0pWx9RhpVxcVLH5FghWhQ80wjX41++UM8tmVGes+HXSpaF/Vh6cbNY4SUmsCuBuREilv 968qTpelWeBjFYLMUaOm/vWIbR/Fey6+RvqhtHIzPyXyo3KzSYYFL4TX0InsyAkkOfYeKhKuPys+y hgT3xFWw==; Received: from 77-249-17-252.cable.dynamic.v4.ziggo.nl ([77.249.17.252] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.99.2 #2 (Red Hat Linux)) id 1wwbua-00000002CdL-3YmK; Wed, 19 Aug 2026 08:44:41 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id E41B030030F; Wed, 19 Aug 2026 10:44:38 +0200 (CEST) Date: Wed, 19 Aug 2026 10:44:38 +0200 From: Peter Zijlstra To: Hongyan Xia Cc: Ingo Molnar , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider , K Prateek Nayak , Jiazi Li , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH RESEND] sched: Move some scheduler fields to new static branch API Message-ID: <20260819084438.GG1247881@noisy.programming.kicks-ass.net> References: <20260819080932.11564-1-hongyan.xia@transsion.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260819080932.11564-1-hongyan.xia@transsion.com> On Wed, Aug 19, 2026 at 08:09:38AM +0000, Hongyan Xia wrote: > From: Hongyan Xia > > __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 > --- Your emails are encoded in a Microsoft special quoted-printable that my scripts don't like.