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 A9E3C18C31 for ; Sun, 29 Dec 2024 22:43:28 +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=1735512208; cv=none; b=AuQ9hfvN5TyQTJeT7Ej+P+gkmaJunJeGeqselTXzgEfyg2W//2BFTBwBvZWtVG7v/aZn/OTZxYrLq6KbMd7G15iB904Sm0KlLR1F82FEeZrSkx6flmX8yNkDlghKqmRbMhJZMOi1sei1B//GFrzSNgxAuilq6nlDi2tzIlGAVbk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735512208; c=relaxed/simple; bh=gKKlf6Dc+HbP1CFfH+ZkaR2mOQBlBu5DRUs6gSWCyqo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iPe5Yrt2JZS1znt/zbqsmbyy4RpEisLHZEmtkh1++uKK6weoJsOyk0ER2sByETuEtUAi+9zDXObAauC7RWtq0qPXgRkjj4N0FiPIOD1ZKTPk1a9LiHAVnUh0XiICLkrqYcuYg9ugigVbZ7EVK4R/ouUcgk58Ko2VmXLr3z9Cfsg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=s/q2WLam; 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="s/q2WLam" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2CB59C4CED1; Sun, 29 Dec 2024 22:43:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1735512208; bh=gKKlf6Dc+HbP1CFfH+ZkaR2mOQBlBu5DRUs6gSWCyqo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=s/q2WLamaVDB5pIHLBuqfL9u11fTyb95W/LUhWpK+cK/f8plA0iuxVIUxeY4m3zve NlSH2YUf7DxBck9yiJCbEOja5KXA7nz+KdywRrfscj0lv3aoRHQf5WmSHQZAJL+Y00 +bVX5AuH5b9ZG1+7iZVpTTUkC6xDuvMshLFx7XhjlZJWYFTQ7ipUjx4puZIz/0G6LF xeoDENEbfGn100/cZT8u067ji3e5dAeAxcZJ4usNAJkUGFBVs8Ra2lcBZq/IUeZ625 64VCQK1NbIi+aB6pJ6nd+KdTBxmf+G6eVGw5BMeYnMOlkTfY/uHLM84gkvPgXGO1Id r9/C4hxFxWWQA== Date: Sun, 29 Dec 2024 12:43:27 -1000 From: Tejun Heo To: Andrea Righi Cc: David Vernet , Changwoo Min , Yury Norov , linux-kernel@vger.kernel.org Subject: Re: [PATCH sched_ext/for-6.14] sched_ext: idle: use assign_cpu() to update the idle cpumask Message-ID: References: <20241228100250.755421-1-arighi@nvidia.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: <20241228100250.755421-1-arighi@nvidia.com> On Sat, Dec 28, 2024 at 11:02:50AM +0100, Andrea Righi wrote: > Use the assign_cpu() helper to set or clear the CPU in the idle mask, > based on the idle condition. > > Acked-by: Yury Norov > Signed-off-by: Andrea Righi Applied to sched_ext/for-6.14. Thanks. -- tejun