Received: by 2002:a05:6359:c8b:b0:c7:702f:21d4 with SMTP id go11csp5277861rwb; Wed, 21 Sep 2022 05:49:44 -0700 (PDT) X-Google-Smtp-Source: AMsMyM5FcvHhcv2oKMqdS2q1HjjKv3shMTIA1XCgco74koMsGRXxK9o+uN2QKEIWalJQudcF54xt X-Received: by 2002:a05:6a00:c91:b0:540:f165:b049 with SMTP id a17-20020a056a000c9100b00540f165b049mr28798196pfv.76.1663764584210; Wed, 21 Sep 2022 05:49:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1663764584; cv=none; d=google.com; s=arc-20160816; b=BZrLibJZ8SaYYJ+RwY3mJElb0ZReFDtGQUDDPZbNp/WxnMp72UbF+8UYg1sbj+Z8mj eDMArXz1eDnrXOWHAHwH+hJYg2mTPoIuFaf9PcFe/8e8jxU/jsOtmqwqFksO8FAcHCdL /D9jDy0sOOnlh5QoIdpWZOAJ8d90oc5YzcNgLFpNQ+gSw/YC+dl144pF5xiFpVDAVk+E wJHfCX3kbLD7atbtlqVjOwJcrjLQxqkDUEtf5LnBYJLCc6muuXtklp8BB57wt52OAqiz jiDdQryy+O12m7V69Pzi8oxh86qq/Z+q9Q6ExCummScM9P5qtAZpt8Xl7+Nu4sk83dc+ Fbng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:to:from; bh=0gq/QAMm2glJ8yOJxUi6afx5587ZtUBmRWe/d9rZts4=; b=JdJDxw7/5qXg9/mk4pr+BEkMdFcC3N/F5JhTemGM5ZjnAnS6aAcx3v6hJJBjt0HPiB p8Ls3zUINDm+GIKdbAztZWJE3pIiAClueNd0QXoV2PgCj5TI0JcqzHS1rQsVfp8QY4Ep OnBCXyBLyEZRte8yEiPA3NkeNgmQSTeiLkRd6sREcGXLGp/L7nKJhvF3ZB9k4Aodkpfy QFMKX84GrKBe6fALz6hkXdcO9ifKxkVOkfxnZhPX2RE+8m7r+cq4YJ4kKICVARtfWdCN UbPQpXiyA7I++EiOsXRLstgLgPFWGYg4r32zRdjuvpPLr9TAxRtUocNUPNcHfQz1OyCb Lr+g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id q27-20020a63751b000000b0042b9117b723si3106094pgc.794.2022.09.21.05.49.30; Wed, 21 Sep 2022 05:49:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230133AbiIUMrY (ORCPT + 99 others); Wed, 21 Sep 2022 08:47:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229969AbiIUMrU (ORCPT ); Wed, 21 Sep 2022 08:47:20 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0869E8E991 for ; Wed, 21 Sep 2022 05:47:17 -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 ams.source.kernel.org (Postfix) with ESMTPS id 04F14B82F71 for ; Wed, 21 Sep 2022 12:47:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D8E1C433D6; Wed, 21 Sep 2022 12:47:13 +0000 (UTC) From: Catalin Marinas To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kefeng Wang , will@kernel.org Subject: Re: [PATCH v2] arm64: defconfig: Enable memory hotplug and hotremove config Date: Wed, 21 Sep 2022 13:47:11 +0100 Message-Id: <166376440307.3544597.14696655839071628170.b4-ty@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220629093524.34801-1-wangkefeng.wang@huawei.com> References: <20220629093524.34801-1-wangkefeng.wang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Jun 2022 17:35:24 +0800, Kefeng Wang wrote: > Let's enable ACPI_HMAT, ACPI_HOTPLUG_MEMORY, MEMORY_HOTPLUG > and MEMORY_HOTREMOVE for more test coverage, also there are > useful for heterogeneous memory scene. > > Applied to arm64 (for-next/defconfig), thanks! [1/1] arm64: defconfig: Enable memory hotplug and hotremove config https://git.kernel.org/arm64/c/31dbadcc2828 -- Catalin