From patchwork Mon Oct 11 08:20:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Hildenbrand X-Patchwork-Id: 12549339 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B42BEC433FE for ; Mon, 11 Oct 2021 08:21:11 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 6673160EB1 for ; Mon, 11 Oct 2021 08:21:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6673160EB1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id F39AC900002; Mon, 11 Oct 2021 04:21:10 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id F1AF26B0071; Mon, 11 Oct 2021 04:21:10 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id DD7BF900002; Mon, 11 Oct 2021 04:21:10 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0251.hostedemail.com [216.40.44.251]) by kanga.kvack.org (Postfix) with ESMTP id CAF0C6B006C for ; Mon, 11 Oct 2021 04:21:10 -0400 (EDT) Received: from smtpin27.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 7CDB12D011 for ; Mon, 11 Oct 2021 08:21:10 +0000 (UTC) X-FDA: 78683461500.27.8965036 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by imf19.hostedemail.com (Postfix) with ESMTP id 339D7B00244C for ; Mon, 11 Oct 2021 08:21:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633940469; 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=sW0c/i55Fq/6yP7efJE25J35ulCCGirElLMMcE6B1RM=; b=JjeViFQHJx5Ip706ru4o77hRFeE6b8vFzoTsH3CLgluuMqlb6p9g8t5owNmT7gfynADPGe aUv0zQEIHZBq1QpjAHKo4khvCpz6C7eXUebbNMN/K5/wTSJdBA3ivDmXh38pOMOo0kTxUr z5LGqHvSDyX81wtb5jl5axVXcpp6s9A= 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-305-LTi1WtWpNJeuc-CurDKgZg-1; Mon, 11 Oct 2021 04:21:06 -0400 X-MC-Unique: LTi1WtWpNJeuc-CurDKgZg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C5926100B702; Mon, 11 Oct 2021 08:21:04 +0000 (UTC) Received: from t480s.redhat.com (unknown [10.39.192.99]) by smtp.corp.redhat.com (Postfix) with ESMTP id 27BAC5C232; Mon, 11 Oct 2021 08:20:59 +0000 (UTC) From: David Hildenbrand To: linux-kernel@vger.kernel.org Cc: David Hildenbrand , Andrew Morton , Jonathan Corbet , Michal Hocko , Oscar Salvador , Mike Rapoport , linux-doc@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH v2 0/3] memory-hotplug.rst: document the "auto-movable" online policy Date: Mon, 11 Oct 2021 10:20:55 +0200 Message-Id: <20211011082058.6076-1-david@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Rspamd-Server: rspam05 X-Rspamd-Queue-Id: 339D7B00244C X-Stat-Signature: qoiiay9tuk68iub7ky4owgtie89yfsbb Authentication-Results: imf19.hostedemail.com; dkim=pass header.d=redhat.com header.s=mimecast20190719 header.b=JjeViFQH; dmarc=pass (policy=none) header.from=redhat.com; spf=none (imf19.hostedemail.com: domain of david@redhat.com has no SPF policy when checking 216.205.24.124) smtp.mailfrom=david@redhat.com X-HE-Tag: 1633940470-878204 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: As promised, now that the memory-hotplug.rst overhaul is upstream, proper documentation for the "auto-movable" online policy, documenting all new toggles and options. Along, two fixes for the original overhaul. v1 -> v2: - "memory-hotplug.rst: document the "auto-movable" online policy" -- Add a pointer to generic command line parameter documentation -- Explain relationship of "auto-movable" and "movable_node" command line parameter, also indicating in which setups "auto-movable" doesn't really make sense. Cc: Andrew Morton Cc: Jonathan Corbet Cc: Michal Hocko Cc: Oscar Salvador Cc: Mike Rapoport Cc: linux-doc@vger.kernel.org Cc: linux-mm@kvack.org David Hildenbrand (3): memory-hotplug.rst: fix two instances of "movablecore" that should be "movable_node" memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ path memory-hotplug.rst: document the "auto-movable" online policy .../admin-guide/mm/memory-hotplug.rst | 143 +++++++++++++++--- 1 file changed, 122 insertions(+), 21 deletions(-) base-commit: 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc