Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp241904ybg; Mon, 8 Jun 2020 22:31:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx89xXlgJKmfm2yEMnF5Ifz/44zUzPKmRq+2B2tMbwOppFtn/DrdmoEkXkD3UnVJR6/gTlj X-Received: by 2002:a17:906:57d3:: with SMTP id u19mr24573964ejr.401.1591680705982; Mon, 08 Jun 2020 22:31:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591680705; cv=none; d=google.com; s=arc-20160816; b=Lcq0RRr/8vAeVcThZ3ucDBF2vSc6qzG8xasBUqvEdlC/SZl2OkUxUPVHUVdB6aC79N BG8EksaKumYJLJR7GN2h4oom5fDor1GY5udlTTULiJff7vESZlcIjHyTd+RaswnsE7yr pMN6fyTVxnex5aIHzSXFR5uJfrgpfzjm23b/WuK4qvsaP1W/Pr+hkv9bOm01oJmLz0H3 csmsffeuqt1hveLpQKtb7zS1gG1ZB4ksTD/1fhYjYfJeWt/0mCWta8R8jHGeacgFEB9q XT0Ph0VcdLCfM3DDXYDHyIBfaUdbtesftdWH5AD7U0XdcOT2NZoLJFlWA8EKEbLqxGwa zvpA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:references :in-reply-to:cc:to:from; bh=NgR+/11iBDi8NzyTsOO/S2ORFhhFQr1DuwfRdr78+54=; b=DE8hRHywM2DEFHIAp3OOyBuq6IMxlCkIChoc8MbuD6zo0Vl5Y5owh2zlrgyB4cGdUP 6ub/QLuZs5HPVScrJJL+gCON+B4BgTU+vNRRPnLx1C7E+3WrJwA+BSP3Qt4bVSwerZMB F2xo0ERW4fiuu/02cCf7g/qQ+B8vsGGeRKp9So1W9tfrLgbAaQrMB1TpHMJJt2GpbMKf rLINVPM20sk7izenaG00cfjfEChFLfY3SA8Z9Zu737Vfju1Yj/ZkyjY/AAgoh3FvWCpG 1kDxy6kRZPfpdOoSu0GBgcUJ3/t5cOFwkloqZ43jslWVTNG/C2M1OehPL0qnHsJ6IokE qsEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j93si9813051edb.331.2020.06.08.22.31.23; Mon, 08 Jun 2020 22:31:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727944AbgFIF3S (ORCPT + 99 others); Tue, 9 Jun 2020 01:29:18 -0400 Received: from ozlabs.org ([203.11.71.1]:38845 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727842AbgFIF3K (ORCPT ); Tue, 9 Jun 2020 01:29:10 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 49gzFF26KKz9sTl; Tue, 9 Jun 2020 15:29:03 +1000 (AEST) From: Michael Ellerman To: Thomas Gleixner , Greg Kroah-Hartman , Leonardo Bras , Hari Bathini , Allison Randal , Claudio Carvalho , Benjamin Herrenschmidt , Michael Ellerman , Paul Mackerras , Nathan Fontenot , Bharata B Rao Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <20200402195156.626430-1-leonardo@linux.ibm.com> References: <20200402195156.626430-1-leonardo@linux.ibm.com> Subject: Re: [PATCH v3 1/1] powerpc/kernel: Enables memory hot-remove after reboot on pseries guests Message-Id: <159168034470.1381411.12073746896730178123.b4-ty@ellerman.id.au> Date: Tue, 9 Jun 2020 15:29:03 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2 Apr 2020 16:51:57 -0300, Leonardo Bras wrote: > While providing guests, it's desirable to resize it's memory on demand. > > By now, it's possible to do so by creating a guest with a small base > memory, hot-plugging all the rest, and using 'movable_node' kernel > command-line parameter, which puts all hot-plugged memory in > ZONE_MOVABLE, allowing it to be removed whenever needed. > > [...] Applied to powerpc/next. [1/1] powerpc/kernel: Enables memory hot-remove after reboot on pseries guests https://git.kernel.org/powerpc/c/b6eca183e23e7a6625a0d2cdb806b7cd1abcd2d2 cheers