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 5E4CBC433F5 for ; Tue, 22 Mar 2022 09:04:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232251AbiCVJF0 (ORCPT ); Tue, 22 Mar 2022 05:05:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231705AbiCVJFV (ORCPT ); Tue, 22 Mar 2022 05:05:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4634E3ED23; Tue, 22 Mar 2022 02:03:54 -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 B592561660; Tue, 22 Mar 2022 09:03:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B053C340EC; Tue, 22 Mar 2022 09:03:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1647939833; bh=fjzX2BdQHdr3ZaSisD0rP9IQyxDRzYITaNP9a8Lv4Uw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VKlKsR5IXWOK5v94DA2C7CBG4kD+8/4ucEdUKjxK0HshUFGD4Ks3nqTpoKYYNUQQh yFtaZUUaskv9i6EnHrmuxKqTOXP6RanGWgGLeztREGm12HEbFhNb4uz9dg9irRll0H oHHKGUokk775vkKikfm5va1HmL7KjWTWFAkl+nSA= Date: Mon, 21 Mar 2022 16:56:08 +0100 From: Greg Kroah-Hartman To: Will Deacon Cc: Sudeep Holla , Darren Hart , Dietmar Eggemann , Vincent Guittot , LKML , Linux Arm , "Rafael J. Wysocki" , Catalin Marinas , Peter Zijlstra , Valentin Schneider , "D . Scott Phillips" , Ilkka Koskinen , stable@vger.kernel.org, Barry Song <21cnbao@gmail.com> Subject: Re: [PATCH v3] topology: make core_mask include at least cluster_siblings Message-ID: References: <7ac47c67-0b5e-5caa-20bb-a0100a0cb78f@arm.com> <9398d7ad-30e7-890a-3e18-c3011c383585@arm.com> <20220321143021.GB11145@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220321143021.GB11145@willie-the-truck> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Mar 21, 2022 at 02:30:22PM +0000, Will Deacon wrote: > On Wed, Mar 16, 2022 at 03:55:41PM +0000, Sudeep Holla wrote: > > On Wed, Mar 16, 2022 at 08:20:32AM -0700, Darren Hart wrote: > > > On Wed, Mar 16, 2022 at 03:48:50PM +0100, Dietmar Eggemann wrote: > > > > [...] > > > > > > > > > > Yeah, I can see your point. It's the smaller hack. My solution just > > > > prevents us to manipulate the coregroup mask only to get the MC layer > > > > degenerated by the core topology code. But people might say that's a > > > > clever thing to do here. So I'm fine with your original solution as well. > > > > > > > > [...] > > > > > > Thanks Dietmar, > > > > > > Sudeep, do we have sufficient consensus to pull in this patch? > > > > Indeed. I have already Acked, and sure after all these discussions we have > > concluded that this is the best we can do though not matches everyone's taste. > > > > Greg or Will(not sure why he had asked since v3 doesn't touch arm64), > > Can one of you pick this patch ? > > Right, this doesn't touch arm64 any more so I don't think I'm the right > person to queue it. It's too late for 5.18-rc1. Please rebase and resend it after that is out and I will be glad to queue it up. thanks, greg k-h