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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 E2334C47095 for ; Wed, 9 Jun 2021 07:58:08 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 7881961361 for ; Wed, 9 Jun 2021 07:58:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7881961361 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id EFE626B0036; Wed, 9 Jun 2021 03:58:07 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id E88116B006E; Wed, 9 Jun 2021 03:58:07 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id D020B6B0070; Wed, 9 Jun 2021 03:58:07 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0148.hostedemail.com [216.40.44.148]) by kanga.kvack.org (Postfix) with ESMTP id 99D3F6B0036 for ; Wed, 9 Jun 2021 03:58:07 -0400 (EDT) Received: from smtpin28.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 343AFB792 for ; Wed, 9 Jun 2021 07:58:07 +0000 (UTC) X-FDA: 78233432214.28.B9A8AB1 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by imf14.hostedemail.com (Postfix) with ESMTP id B2A97C00CBDC for ; Wed, 9 Jun 2021 07:58:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1623225486; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=nlX5Q+2DzD0tH8iiIBHTsugJFJXGJze9zF4zU747aOQ=; b=NF53BojjB3K38rkBNelu+Hr2zDCt64JM97x//zhR226N7fQ60rooZWLWncGzYRKBqJSaZY N+J5jfdLMKEj+10qZbthhM9YqP/0wYbo05pDWlAq+7yxmLQSUsKoavQdBqfh1zM2+z5x5T QxG5kYoDsYxU/rqa1y2Wr1GENCxH9i0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-65-zAiDhkZfPO2stKepXVe3sA-1; Wed, 09 Jun 2021 03:58:02 -0400 X-MC-Unique: zAiDhkZfPO2stKepXVe3sA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id F2A67802575; Wed, 9 Jun 2021 07:57:59 +0000 (UTC) Received: from t480s.redhat.com (ovpn-114-217.ams2.redhat.com [10.36.114.217]) by smtp.corp.redhat.com (Postfix) with ESMTP id 009A019C45; Wed, 9 Jun 2021 07:57:52 +0000 (UTC) From: David Hildenbrand To: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org, David Hildenbrand , Andrew Morton , 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: [PATCH v3 0/2] memory-hotplug.rst: complete admin-guide overhaul Date: Wed, 9 Jun 2021 09:57:50 +0200 Message-Id: <20210609075752.4596-1-david@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Rspamd-Server: rspam01 X-Rspamd-Queue-Id: B2A97C00CBDC Authentication-Results: imf14.hostedemail.com; dkim=pass header.d=redhat.com header.s=mimecast20190719 header.b=NF53Bojj; spf=none (imf14.hostedemail.com: domain of david@redhat.com has no SPF policy when checking 216.205.24.124) smtp.mailfrom=david@redhat.com; dmarc=pass (policy=none) header.from=redhat.com X-Stat-Signature: zhjohriggihorb153c4odj53r175yrjy X-HE-Tag: 1623225482-294006 Content-Transfer-Encoding: quoted-printable 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: 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(-) --=20 2.31.1