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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 EEDD0C4320A for ; Wed, 25 Aug 2021 18:11:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB93460FE7 for ; Wed, 25 Aug 2021 18:11:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235627AbhHYSMF (ORCPT ); Wed, 25 Aug 2021 14:12:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:35420 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230007AbhHYSME (ORCPT ); Wed, 25 Aug 2021 14:12:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 84E3F60EBD; Wed, 25 Aug 2021 18:11:16 +0000 (UTC) Date: Wed, 25 Aug 2021 19:11:13 +0100 From: Catalin Marinas To: Kefeng Wang Cc: will@kernel.org, ryabinin.a.a@gmail.com, andreyknvl@gmail.com, dvyukov@google.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kasan-dev@googlegroups.com, linux-mm@kvack.org, elver@google.com, Andrew Morton , Greg Kroah-Hartman Subject: Re: [PATCH v3 0/3] arm64: support page mapping percpu first chunk allocator Message-ID: <20210825181112.GK3420@arm.com> References: <20210809093750.131091-1-wangkefeng.wang@huawei.com> <9b75f4e5-a675-1227-0476-43fc21509086@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9b75f4e5-a675-1227-0476-43fc21509086@huawei.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 12, 2021 at 02:07:36PM +0800, Kefeng Wang wrote: > The drivers/base/arch_numa.c is only shared by riscv and arm64, > > and the change from patch2 won't broke riscv. > > Could all patches be merged by arm64 tree? or any new comments? The series touches drivers/ and mm/ but missing acks from both Greg and Andrew (cc'ing them). I'm also happy for the series to go in via the mm tree in case Andrew wants to take it. -- Catalin