From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 600E7C77B75 for ; Wed, 19 Apr 2023 14:30:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232762AbjDSOam (ORCPT ); Wed, 19 Apr 2023 10:30:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232504AbjDSOah (ORCPT ); Wed, 19 Apr 2023 10:30:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5FC818A50 for ; Wed, 19 Apr 2023 07:30:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DE55760C1B for ; Wed, 19 Apr 2023 14:30:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 48E30C433D2; Wed, 19 Apr 2023 14:30:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681914622; bh=M70RX4NCruISu4PxvB6EcGl+QW8E4STaGkaa4S6an8Y=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=aAWM7ZqJRuVsph/2fNLv2Zwednvp3qgyDgiKT1CBbAv3qcSoLjfkqejb+GX8d3hJa Vp32YeEApyxftA2PFG3bdjCzmLtsj1FLyT0j5Uy5YCRZunbBMdJY9quc1KI1B87FSn aKttwMZlbQ5yd4fjYHgMnO9QVGTSjwamvYxykvolEg0M39Y2GrKJkc/X8hXQdKXfRC ka4pdQOjG1NCx1qU2K1EUhBPrtPWuGv1eJu+APBgxa8+u7Jcqmh9Qsil18kaZ1lMFg poVC+fcatl3MPzuPXVJLY89AzC0U9rK1BlNpCNxmXsRtnK4VNC1WjaQ1QU/LwUtTAP /IBsLKFhufR1g== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 30BC3C395EA; Wed, 19 Apr 2023 14:30:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] riscv: Kconfig: enable SCHED_MC kconfig From: patchwork-bot+linux-riscv@kernel.org Message-Id: <168191462219.22791.16015879723160274958.git-patchwork-notify@kernel.org> Date: Wed, 19 Apr 2023 14:30:22 +0000 References: <20230310110336.970985-1-suagrfillet@gmail.com> In-Reply-To: <20230310110336.970985-1-suagrfillet@gmail.com> To: Song Shuai Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, conor@kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Fri, 10 Mar 2023 19:03:36 +0800 you wrote: > RISC-V now builds the sched domain based on the simple possible map. > > Enable SCHED_MC to make the building based on cpu_coregroup_mask() > which also takes care of the NUMA and cores with LLC. > > Signed-off-by: Song Shuai > > [...] Here is the summary with links: - riscv: Kconfig: enable SCHED_MC kconfig https://git.kernel.org/riscv/c/8bf7b3b66762 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html