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 X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5A6DC47E49 for ; Mon, 28 Oct 2019 15:12:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 83A9420830 for ; Mon, 28 Oct 2019 15:12:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390592AbfJ1PMx (ORCPT ); Mon, 28 Oct 2019 11:12:53 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:60193 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731098AbfJ1PMx (ORCPT ); Mon, 28 Oct 2019 11:12:53 -0400 Received: from cust-east-parth2-46-193-72-114.wb.wifirst.net (46.193.72.114) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.292) id 83bf5fa78bdd09e1; Mon, 28 Oct 2019 16:12:50 +0100 From: "Rafael J. Wysocki" To: Dan Williams Cc: "Rafael J. Wysocki" , Ingo Molnar , Len Brown , Keith Busch , "Rafael J. Wysocki" , Dave Hansen , Peter Zijlstra , Vishal Verma , Ard Biesheuvel , the arch/x86 maintainers , linux-efi , Linux Kernel Mailing List , ACPI Devel Maling List , Jonathan Cameron , Thomas Gleixner Subject: Re: [PATCH v7 01/12] acpi/numa: Establish a new drivers/acpi/numa/ directory Date: Mon, 28 Oct 2019 16:12:49 +0100 Message-ID: <1666116.19LcctqB44@kreacher> In-Reply-To: References: <157118756627.2063440.9878062995925617180.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, October 22, 2019 6:48:12 PM CET Dan Williams wrote: > On Tue, Oct 22, 2019 at 3:02 AM Rafael J. Wysocki wrote: > > > > On Fri, Oct 18, 2019 at 11:25 AM Rafael J. Wysocki wrote: > > > > > > On Wed, Oct 16, 2019 at 3:13 AM Dan Williams wrote: > > > > > > > > Currently hmat.c lives under an "hmat" directory which does not enhance > > > > the description of the file. The initial motivation for giving hmat.c > > > > its own directory was to delineate it as mm functionality in contrast to > > > > ACPI device driver functionality. > > > > > > > > As ACPI continues to play an increasing role in conveying > > > > memory location and performance topology information to the OS take the > > > > opportunity to co-locate these NUMA relevant tables in a combined > > > > directory. > > > > > > > > numa.c is renamed to srat.c and moved to drivers/acpi/numa/ along with > > > > hmat.c. > > > > > > > > Cc: Len Brown > > > > Cc: Keith Busch > > > > Acked-by: Rafael J. Wysocki > > > > Reviewed-by: Dave Hansen > > > > Signed-off-by: Dan Williams > > > > > > Please note that https://patchwork.kernel.org/patch/11078171/ is being > > > pushed to Linus (it is overdue anyway), so if it is pulled, there will > > > be a merge conflict with this patch. > > > > > > Respin maybe? > > > > Actually, would you mind it if I took this one into the ACPI tree right away? > > > > There's https://patchwork.kernel.org/patch/11198373/ queued up that, > > again, will clash with it. > > > > Also, there is the generic Initiator proximity domains series from > > Jonathan depending on it and I would like to move forward with that > > one if there are no objections. > > Given Ard has acked all the EFI core and ARM changes can we proceed > with merging the EFI Specific Purpose Memory series through Rafael's > tree? It would need acks from x86 maintainers. In the face of the lack of responses here, I think I will apply this patch alone and expose a stable branch containing it in case somebody else wants to pull it in. Thanks!