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 621FD3EA76 for ; Tue, 24 Dec 2024 20:48:24 +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=1735073304; cv=none; b=sozLk20J7WnfyAR1pcnamfAfMH7BdCwRmvpFmRF2VT90DNLLrHVc6V48t9ss7aTHaDMD+FE1ksz9kj/KqnWe6fQwRqToZdtRH20l8TOO3CXcQNU7NF0Qn0bgtLE1qowKHpFOTLx+1W3gqnd0yavSa2jLg2kowIgprSnu0G1FeY8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735073304; c=relaxed/simple; bh=k3MEmt1HwGnMKoCFf2NRvRCDy0vUTAuwJcvWyNN/uZg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KDXcrEmnQtVAA7lr1Uc34HB8ooN8tIbrpLTN5hBIkQysQW6yFTOK28DgCigVPVqqn8ZIf5x1oHsEbslUYfuS1SJTFzZB0WhLAwPB6+e8/IWCnGQzoXBbEat2EBl0vWRTBBTU3fH63yRZgW2ufreqCwtbpXoNa8cF8rAp08GENDI= 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/j0qHbd; 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/j0qHbd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3E98C4CED0; Tue, 24 Dec 2024 20:48:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1735073304; bh=k3MEmt1HwGnMKoCFf2NRvRCDy0vUTAuwJcvWyNN/uZg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S/j0qHbdJwyktbBTpGlVi+QEBWykTHhVamjraoXoaBjHRlXSDJCLyWjc0hST8aaN+ tT4HSau8CSJG09kPEQNxqUlxiWIHhRZwLNa2vHzRFwEC9YxrWuEkh6qyaB72V9ngi4 nzVrQ80ZoD9VRl+xXTr1wfH5N+BtxhSMWlUrLXphyWz5T+yGiUEZaeEplnep+B8+2T GorvsAa1Dvhn0LaUOFlwVzyof6+BlwEQgFt+Duuv0xU30FehKkSTnx3vTxRwWvh952 CADcRasRMSiVZN7E9McudaN4uTajl+QJEcEm3fkZlM4lIs5tFMRK/LbqrZOuLqkLr3 hTM+sZvL82T+g== Date: Tue, 24 Dec 2024 10:48:22 -1000 From: Tejun Heo To: Thorsten Blum Cc: David Vernet , Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider , linux-kernel@vger.kernel.org Subject: Re: [PATCH] sched_ext: Use str_enabled_disabled() helper in update_selcpu_topology() Message-ID: References: <20241222233109.205833-2-thorsten.blum@linux.dev> 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: <20241222233109.205833-2-thorsten.blum@linux.dev> On Mon, Dec 23, 2024 at 12:31:10AM +0100, Thorsten Blum wrote: > Remove hard-coded strings by using the str_enabled_disabled() helper > function. > > Signed-off-by: Thorsten Blum Applied to sched_ext/for-6.14. Thanks. -- tejun