Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp173508ybi; Fri, 24 May 2019 01:59:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqw6otlJUCjhcwy0tc7f+OxQ9+eDr4y93Ncs9wkqemDpvxherbQiutzH+Ju8aSzVRPKmyTRx X-Received: by 2002:aa7:8296:: with SMTP id s22mr111895230pfm.52.1558688379644; Fri, 24 May 2019 01:59:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558688379; cv=none; d=google.com; s=arc-20160816; b=fOXuIIAEbG4HZWHyKWcmp6AgRkd67SDxVh7OTeftZ9nd8TDi24Q4vSdNavhSOx05s4 aQeZZJ+UzlxmAcok8Mmfq4QE2o6nIxRskMPY/aveyGZXs/X5eAumTXDsXubRBDVHDFQ9 xsCJBW0GYrfDimcwGXC2/n+R96DaBwoA8VgYEAZvzPp88/v2TvAsefgWxVetiDfW+sJ9 omWBDG3OTXuPgEP/yhDxmCam0erX/pKbCDrB34EPoADE3rmy2aO8xWMVEUw2DMAlzqI9 Szw3sIAy45lG35VEzO/C37Y8l4RbBSI4wBN42/ytwYDICe5Se3uNInhr8Z5NyL5FQzXD Z9cQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=aIGvfekvdw8JCYVf8UN+fV8Dwkg/D2tJg6w6LaGM2+c=; b=t3rtrQlq/GyjQ5MXwAw3Fm/Vcz46M84l+28l6qkQhZgVCE1NV7sWCH9BhDK0qApqsn oGRKK1gqdYxWr9ZRYaG9+YxGtBVyaDEPeJxBDJEiCzV10FeLT1lpsfvlZG+9TK2Tdp4Z KgguK2wRzIMPsRPKIhd1x7r4iFnNlEWd7LR+fgXAQ+DncB7YuJf+o7YD8uJltoTmIf1X tvx0rp7BYioaxq0Ki0YRgsLYFHHMhUuJIRhiQuOTQcJ8tnpnHSHUPqxd8EHNRSq+yyHY j0AsXVwfFOCCGq3IUyJoMymUFUAZ4M7k9K7u7F12K4+eODbnVo3dlcIn2JnxSaAna+Q8 TqDA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z7si2977736pgi.365.2019.05.24.01.59.21; Fri, 24 May 2019 01:59:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389957AbfEXI5w (ORCPT + 99 others); Fri, 24 May 2019 04:57:52 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:37198 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389677AbfEXI5v (ORCPT ); Fri, 24 May 2019 04:57:51 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B0AF1A78; Fri, 24 May 2019 01:57:50 -0700 (PDT) Received: from e107155-lin (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DC0413F5AF; Fri, 24 May 2019 01:57:46 -0700 (PDT) Date: Fri, 24 May 2019 09:57:40 +0100 From: Sudeep Holla To: Greg Kroah-Hartman Cc: Atish Patra , linux-kernel@vger.kernel.org, Jeffrey Hugo , Albert Ou , Andreas Schwab , Anup Patel , Catalin Marinas , devicetree@vger.kernel.org, Ingo Molnar , Jeremy Linton , linux-riscv@lists.infradead.org, Mark Rutland , Morten Rasmussen , Otto Sabart , Palmer Dabbelt , Paul Walmsley , "Peter Zijlstra (Intel)" , "Rafael J. Wysocki" , Rob Herring , Thomas Gleixner , Will Deacon , Sudeep Holla , linux-arm-kernel@lists.infradead.org Subject: Re: [RFT PATCH v5 3/5] cpu-topology: Move cpu topology code to common code. Message-ID: <20190524085720.GA13121@e107155-lin> References: <20190524000653.13005-1-atish.patra@wdc.com> <20190524000653.13005-4-atish.patra@wdc.com> <20190524081333.GA15566@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190524081333.GA15566@kroah.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 24, 2019 at 10:13:33AM +0200, Greg Kroah-Hartman wrote: > On Thu, May 23, 2019 at 05:06:50PM -0700, Atish Patra wrote: > > Both RISC-V & ARM64 are using cpu-map device tree to describe > > their cpu topology. It's better to move the relevant code to > > a common place instead of duplicate code. > > > > Signed-off-by: Atish Patra > > Tested-by: Jeffrey Hugo > > --- > > arch/arm64/include/asm/topology.h | 23 --- > > arch/arm64/kernel/topology.c | 303 +----------------------------- > > drivers/base/arch_topology.c | 296 +++++++++++++++++++++++++++++ > > include/linux/arch_topology.h | 28 +++ > > include/linux/topology.h | 1 + > > 5 files changed, 329 insertions(+), 322 deletions(-) > > What, now _I_ have to maintain drivers/base/arch_topology.c? That's > nice for everyone else, but not me :( > > Ugh. > > Anyway, what are you wanting to happen to this series? I think we need > some ARM people to sign off on it before I can take the whole thing, > right? > Greg, I am ready to take ownership. Juri the original author of this file agreed and I have been reviewing this file since Juri first wrote it. I am happy to submit a patch assuming maintainership for this file, was just waiting to hear from you when I asked explicitly you and Juri in last version of the patch when Will wanted someone from ARM to be reviewer of this file at-least. I am happy to take over as reviewer or maintainer which ever you prefer. Sorry if I was not so clear in my earlier mail. -- Regards, Sudeep