From patchwork Fri Sep 17 12:39:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 12501939 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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 32C4CC433F5 for ; Fri, 17 Sep 2021 12:40:08 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 6989161056 for ; Fri, 17 Sep 2021 12:40:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6989161056 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id 8EE7E6B0071; Fri, 17 Sep 2021 08:40:06 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 89CA9900002; Fri, 17 Sep 2021 08:40:06 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 78BA46B0073; Fri, 17 Sep 2021 08:40:06 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0147.hostedemail.com [216.40.44.147]) by kanga.kvack.org (Postfix) with ESMTP id 65FC06B0071 for ; Fri, 17 Sep 2021 08:40:06 -0400 (EDT) Received: from smtpin23.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 1A61C3A2AF for ; Fri, 17 Sep 2021 12:40:06 +0000 (UTC) X-FDA: 78597022812.23.9DD5CBA Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf28.hostedemail.com (Postfix) with ESMTP id C24C090000B5 for ; Fri, 17 Sep 2021 12:40:05 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 56CE9610C9; Fri, 17 Sep 2021 12:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631882404; bh=N7x/pZ+Idx4FDBB36mXNOaNZYaMxR9L+4/ApMVnUuig=; h=From:To:Cc:Subject:Date:From; b=rDepe45dRQWINPb0zH11OGx4dZ1sGSktQMc+mui/yUcg9plpZ7i572od1JKRwXG0s obcNsBA5R02ThJ/4s2oLFkxoBqwI0Xg5jVzK92VlxLNYiTWovCOqPGbBgog4aXCwrP Kbx81ORXo5HM2d67EHPvgRIQnPIOjc0TR3vsVrxRC/EEXzbALytq84k7mjGYHFtgXp pO/5/N+EGZnjo2d0qo2/HceoffJbigv3Re8x8cLQ4rjnIcCrB6A0bz37ty7URWLPpL hk7OdOI6f3CpT0dFbTsp5Q6OjqoxQdx97/1sSJfdaK1NKGGTzxZE7fcw38u08X8Fjv RwNz7hABc0hIw== From: SeongJae Park To: akpm@linux-foundation.org Cc: corbet@lwn.net, sj@kernel.org, linux-damon@amazon.com, linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/5] mm, mm/damon: Trivial fixes Date: Fri, 17 Sep 2021 12:39:53 +0000 Message-Id: <20210917123958.3819-1-sj@kernel.org> X-Mailer: git-send-email 2.17.1 Authentication-Results: imf28.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=rDepe45d; spf=pass (imf28.hostedemail.com: domain of sj@kernel.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=none) header.from=kernel.org X-Stat-Signature: siuqfqcxba4nw3ttj5ytk9xee8mh1pxd X-Rspamd-Server: rspam02 X-Rspamd-Queue-Id: C24C090000B5 X-HE-Tag: 1631882405-7966 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 commit fixes trivial nits in mm documentation and DAMON. SeongJae Park (5): Documentation/vm: Move user guides to admin-guide/mm/ MAINTAINERS: Update SeongJae's email address docs/vm/damon: Remove broken reference include/linux/damon.h: Fix kernel-doc comments for 'damon_callback' mm/damon/core: Print kdamond start log in debug mode only Documentation/admin-guide/mm/index.rst | 2 ++ .../{vm => admin-guide/mm}/swap_numa.rst | 0 .../{vm => admin-guide/mm}/zswap.rst | 0 Documentation/vm/damon/index.rst | 1 - Documentation/vm/index.rst | 26 ++++--------------- MAINTAINERS | 2 +- include/linux/damon.h | 6 ++--- mm/damon/core.c | 2 +- 8 files changed, 12 insertions(+), 27 deletions(-) rename Documentation/{vm => admin-guide/mm}/swap_numa.rst (100%) rename Documentation/{vm => admin-guide/mm}/zswap.rst (100%)