From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 088874C77C4 for ; Mon, 11 May 2026 18:46:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778525166; cv=none; b=mcdtYEF9lOOglbwsO42L2sH51VkdgtfWhp6qSOohrYYFSNqBSQZON4mDB5JcnAxW8glJqY3IwCSEKvl3dv1D8NsCoAUKQh97SlOfkDNWDXYkedU9GLOYVHRMThmb8Z+3Ng2VBCG6+88mViYS9cdnrdprJBMy6rQwyXFCcPLhi3s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778525166; c=relaxed/simple; bh=shSsiTAZA40p7WS5OlIzi7VUnS1m3HZTTaxc/lnLglc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Tamf3tY6LvbVwhHnlalAkw9hekpndFwo5WJCVutwd6ZQFO75736JAuYbaLwjJT8QxFqfbUxOZOEYAeJfFXEmV3Lk1/h4VrEJ4D7hzDmR1h0EH/8skpltWZhs9En3Nl2eLTM9VDW4rhJ5e0GRryYslskHsJtlGfhT4sUNztQ5YpI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BHjGsNGn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BHjGsNGn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7AD76C2BCB0; Mon, 11 May 2026 18:46:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778525165; bh=shSsiTAZA40p7WS5OlIzi7VUnS1m3HZTTaxc/lnLglc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BHjGsNGn85Sbz//2NJrZhEOMwZ6Rl9CjSswePghxdz6361WtddP4nI2vm+JBp5iV4 bT52FmNMq0rj9N06YgzCEE5KlfYMdk/ngNKqfrw3UZEdJXQFEe9VpfNeyawydTu4A2 oRSBgy0b1sfgooJ50u93FhYgcbMbQkX9prZFBEatGaJj8wr3lgiwdORGh1LdF1XYoG 3FoKls0EzJfgtxcY4l5PjkN35nR6QfjKTfUqpAycpqL4v0p3CRIOx8CacWyH7w4aBp x+jx2qi5uKqMttrI7ZFpzZ3bUN3HQN/gXEEgrQgHyDNwQk5+tR1k0d/pSk4ezktmlv PgLmKxZRATu3A== Date: Mon, 11 May 2026 08:46:04 -1000 From: Tejun Heo To: Shrikanth Hegde Cc: Valentin Schneider , kprateek.nayak@amd.com, juri.lelli@redhat.com, dietmar.eggemann@arm.com, rostedt@goodmis.org, tglx@kernel.org, mgorman@suse.de, bsegall@google.com, arighi@nvidia.com, linux-kernel@vger.kernel.org, mingo@kernel.org, peterz@infradead.org, vincent.guittot@linaro.org Subject: Re: [PATCH 2/3] sched: Simplify ifdeffery around cpu_smt_mask Message-ID: References: <20260506110052.9974-1-sshegde@linux.ibm.com> <20260506110052.9974-3-sshegde@linux.ibm.com> <09edb32d-774a-4780-bb05-cb227f6cddb7@linux.ibm.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: <09edb32d-774a-4780-bb05-cb227f6cddb7@linux.ibm.com> Hello, On Mon, May 11, 2026 at 08:07:23PM +0530, Shrikanth Hegde wrote: > sched_ext just added the ifdefs for the masks i think. > It has sched_smt_active() already. Yeah, sched_ext parts look good to me. Acked-by: Tejun Heo Thanks. -- tejun