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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 890D0C07E96 for ; Tue, 6 Jul 2021 22:19:02 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id F406961CB7 for ; Tue, 6 Jul 2021 22:19:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F406961CB7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 9AF5B6B0011; Tue, 6 Jul 2021 18:19:01 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 986486B0036; Tue, 6 Jul 2021 18:19:01 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 8271F6B005D; Tue, 6 Jul 2021 18:19:01 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0181.hostedemail.com [216.40.44.181]) by kanga.kvack.org (Postfix) with ESMTP id 6025E6B0011 for ; Tue, 6 Jul 2021 18:19:01 -0400 (EDT) Received: from smtpin16.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id CA26F256E3 for ; Tue, 6 Jul 2021 22:19:00 +0000 (UTC) X-FDA: 78333579240.16.D46B34A Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf26.hostedemail.com (Postfix) with ESMTP id 76DF72001705 for ; Tue, 6 Jul 2021 22:19:00 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 2484D61CA7; Tue, 6 Jul 2021 22:18:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1625609939; bh=vVhcm6en8OuKSbYaoUlMTM0oUqJ46aoOwp3VE0Lkut0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jdS4r8U1M1pTaqDulnkHBJr/iwtQv11Gn9U3lASJdfLZR9s3cGm6dBL/Ste7k3ARz 0+kNrLdpLbRcEXg+jv5lU6m0Dvy48a3oHxBxp2p9cYKDA2iBdLcy/eRC1nP5MMyOv5 lsFvbmXtZ/qdtc8rYk16ZDsBRSXjzu5ijcuEGWto= Date: Tue, 6 Jul 2021 15:18:51 -0700 From: Andrew Morton To: David Hildenbrand Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Anshuman Khandual , Dave Hansen , Jonathan Corbet , Matthew Wilcox , Michal Hocko , Mike Kravetz , Mike Rapoport , Mike Rapoport , Muchun Song , Oscar Salvador , Pavel Tatashin , Stephen Rothwell Subject: Re: [PATCH v3 0/2] memory-hotplug.rst: complete admin-guide overhaul Message-Id: <20210706151851.8edeaf8dbcf7e6710d90cfa5@linux-foundation.org> In-Reply-To: <4624932e-2022-a60d-f58f-e11b70014efa@redhat.com> References: <20210609075752.4596-1-david@redhat.com> <4624932e-2022-a60d-f58f-e11b70014efa@redhat.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Results: imf26.hostedemail.com; dkim=pass header.d=linux-foundation.org header.s=korg header.b=jdS4r8U1; spf=pass (imf26.hostedemail.com: domain of akpm@linux-foundation.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=akpm@linux-foundation.org; dmarc=none X-Rspamd-Server: rspam03 X-Rspamd-Queue-Id: 76DF72001705 X-Stat-Signature: 3t8ycgnx7cuz9h8hpez4pz1jywwnuuwt X-HE-Tag: 1625609940-301176 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Thu, 1 Jul 2021 17:30:13 +0200 David Hildenbrand wrote: > On 09.06.21 09:57, David Hildenbrand wrote: > > This is v3 of the memory hot(un)plug admin-guide overhaul. > > > > v2 -> v3: > > - Added ACKs and RBs (thanks!) > > - s/aarch64/arm64/ > > - Refine error handling when onlining/offlining > > - s/memory hotplug/memory offlining/ in the vmemmap optimization section > > for huge pages > > > > v1 -> v2: > > - Added "memory-hotplug.rst: remove locking details from admin-guide" > > - Incorporated all feedback from Mike and Michal (thanks!) > > - Compressed some lines to make full use of 80 chars. > > - Added details regarding 64bit/supported archs to the introduction. > > - Added KASAN to the list of sizing considerations. > > > > David Hildenbrand (2): > > memory-hotplug.rst: remove locking details from admin-guide > > memory-hotplug.rst: complete admin-guide overhaul > > > > .../admin-guide/mm/memory-hotplug.rst | 800 ++++++++++-------- > > 1 file changed, 455 insertions(+), 345 deletions(-) > > > > Andrew, > > are you planning on picking+sending this for this cycle, or do you > prefer to let this doc update rest for a little bit longer? > > I can spot that mmotm still contains v1. Seems that whenever I take a documentation patch, Jon pops up and takes it as well. Except this time ;) Please resend whatever's needed against current mainline?