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 Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id D925AC54EED for ; Mon, 30 Jan 2023 10:07:42 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 290FA6B0072; Mon, 30 Jan 2023 05:07:42 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 242746B0073; Mon, 30 Jan 2023 05:07:42 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 109FB6B0074; Mon, 30 Jan 2023 05:07:42 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0010.hostedemail.com [216.40.44.10]) by kanga.kvack.org (Postfix) with ESMTP id 021036B0072 for ; Mon, 30 Jan 2023 05:07:41 -0500 (EST) Received: from smtpin22.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay01.hostedemail.com (Postfix) with ESMTP id 931D31C6026 for ; Mon, 30 Jan 2023 10:07:41 +0000 (UTC) X-FDA: 80411038722.22.77C4F36 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf19.hostedemail.com (Postfix) with ESMTP id E3E9A1A0010 for ; Mon, 30 Jan 2023 10:07:38 +0000 (UTC) Authentication-Results: imf19.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=AQYD90Fq; spf=pass (imf19.hostedemail.com: domain of rppt@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=rppt@kernel.org; dmarc=pass (policy=none) header.from=kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1675073259; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=64UVfQiwIxuPCKCSXj4fCCl1wuiL7mtT4dIqGNOC9Pk=; b=WO3FBSfmOehLg4P2SXqarVpoqggAvToq+PszfR7/umv6xhOmAA0feOAL9E0LYfX/guhIQ3 ItW3EvcB9fWZFjt+2zipXn8pGhgQZnDGuJ+r1sE9PO7QnrvzPqhXYLTu9lrdCjcnrPDNl1 rUIKYTYAIduidkNRqMkrOcLYBLzE7Ac= ARC-Authentication-Results: i=1; imf19.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=AQYD90Fq; spf=pass (imf19.hostedemail.com: domain of rppt@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=rppt@kernel.org; dmarc=pass (policy=none) header.from=kernel.org ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1675073259; a=rsa-sha256; cv=none; b=xd88+Gyagf/3dcvfsoK1w9htv2gkT5q1fkygCgQ62E8u7yStVMLcx2DtMXqwmx5xfRsu4N XN0rIg0Cqg2CGyb0niWKr+W9R+lYE2JUsmQDTD7LwehpuCh2oBtgzOMQVHrozr4FhdAP/E s2brHgjjnLGFWs/IlTXYc/hDSf4+QPE= Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C885660E8F; Mon, 30 Jan 2023 10:07:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3606C433EF; Mon, 30 Jan 2023 10:07:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675073257; bh=duVMDImvFZfvYQ61d29Y76cm/zyFTulxj66PhFIobTE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AQYD90FqpWweSvwLoaIvtqwqCmD8WdvPWlprWogqp0f780P3a9vn67kv1IuuZBnaC LYLg7Mxb3iBcjV+0ihYcrbLHY3COv6VRrqPfQiqq5hWUsfnpDfeIxygfr/6xQkuyS1 TMzx+hCci74yQbtoL5EsGGFrfpByq3QBDe7TUAIyxtizNGhCvBSHT21Ek+9eQqDxBv oPDqeOvezfq7Udo2V/Iz5qL/jQSLUh+BsQF2gifeYlO+OsI0IdKL0haZFtXLIFlfCG 0HAEp43Knqqn3Zm6II+ii5D8rsYWfWcvV9e86CNylFbipAyfliS8GnlsbzL6MnrNDp tj4rWoM/wGDcA== Date: Mon, 30 Jan 2023 12:07:23 +0200 From: Mike Rapoport To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, =?iso-8859-1?B?Suly9G1l?= Glisse , Naoya Horiguchi , Miaohe Lin , linux-mm@kvack.org, Jonathan Corbet , linux-doc@vger.kernel.org Subject: Re: [PATCH 18/35] Documentation: mm: correct spelling Message-ID: References: <20230127064005.1558-1-rdunlap@infradead.org> <20230127064005.1558-19-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230127064005.1558-19-rdunlap@infradead.org> X-Rspamd-Server: rspam07 X-Rspamd-Queue-Id: E3E9A1A0010 X-Rspam-User: X-Stat-Signature: ho817jym191nosm1s1ykqgiqjggsteuw X-HE-Tag: 1675073258-9358 X-HE-Meta: U2FsdGVkX18RDrwCKD7jBQFRgzSM9WbRjaxCVjJlCi2XBwW3ldK/2AEj7cZ4jziyj+6dc56K4UGdQK0EJ2v+hllYlQQ20Pqk7XMRvxOjWlNIzYyPnCiO30riR/7hKuI9c9heIPnrIBxuH6JuvxJypenagLWNm38wfxQjCed4BaghvfMlKvFgVJIjPa41mgK2x1+NMsS7M3lXeSo1gbqZiKyGuszijWkO9h/K9+4te3tT1voKR0euWm03E1Mgp7Ws/zu3ythlav6FTFkQn5NDV/UA6BuSPiBg5svwR6fFISZ79sLkd/U+jIxONyLc3Pb42lj3v4c2AMvh7l7mms9jnU8l7j5dBv5TbzjAloWXAMDahq3pd3yRWcO2K2t2m10+ATEg6vf5bWJ5xC/g0NwZamUFb9om3bM9GZ5Y1U31uvRX79ObgbT8ZvmueDKi0nQE+bwsGSA2FHe75Y8QdNz0+t6oUO3hqShit2yHQIMNTQt+6mJRARgXJS26okAgxuuS4ngwTMVRydH19+IJ4G1sHCgiTfGkae1ls/0nY4jsJ7eE45Crf4dI2G5HKBgTOkWrhhf1im4erubRATTkTLLmd1jj6TvPw+NfaALwj0pNsgrZLExU8KBaR0P18F8KihhGvQXEq+qmODAOJZ1ekhlBECAu21n9OUWm3bhYo9LnC1DfByxQmrcRgB6mldAgwVm+AjmlVknKXf+De6fjlNPS0WX5x1xmB5bAo++MTjadxl/D5l0PSfHXtOVdlaAjvx1abBNFzrqkzPUxzMzmKJfLQYpNtESocevKTizk+zmq2saIlJjuX7t0ebPCOuISQUEpibIjnh9TS2ezZmZWvbwvSkBkAYM/cxK+9tblhfnR2nMINTNEThfhVb9kA7upjjSkb6DLGUXR9JygBf6HDOpiCfjmniFluw8b8/r9V2f5vu9N6FZ+nM4YFzHGceSmWcsT4cLotNbrGYWj+VEQ3kv Yg4NrKhB 6Q4BQsSlvGzj/l0NgLJZmfMcWiS32vxPbjWuWOHdvv68mTA+gqLnaYedIYdj4nYQlSvdiFoQ4T2Epu/93WDuXThQ49nvxj8aOZkJB9FkwWLBENZoD+/kYGu7dEJ6e1GsjAmHOHgPmj/QKUB2OUwuUPg1xHhU9Nlw8V63nXs7MBcUm8Pi+wJKSgbFfkfwlWNnMMMAQ57rrfNz2cuFjTUVL3gyBIGSUL7lRupZ/kZKsGDqHg5PVlvgSa6ICfYHVMylR8ycwLwMeSbylzHFscs2msCNAMRsbYJkge0tfY8uE3HLMv1z5u7IGU+oUsW5N1/xyVGWxNFP7i2TsIk4bu7/ZQNWVejrssHNpe/fZsekFNSClHANfgwPr8+0heuR+KLI4Gc1sCbFkad/TlMdtCRDcoB6Kxwvb0Q1GHp1TIC3hNzNsO9fcVMquQ3Ux7DGAj6Cp9Q9CSVfl3tf+bKXcKJrA8Fyit3N6ro9v6+5Sjw2msugiY5cYFGk4F0Xpb2zUYu77yyLIB5lYTydEEyurIC60+At4QLB9z+qauBa9hFNFHwXtno8biC9ORwBc27XY6EP5ClUyIBDJB71+ip25mPjc2mSnukOV3Q/cC3ChWsZaJKljjYQ= 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, Jan 26, 2023 at 10:39:48PM -0800, Randy Dunlap wrote: > Correct spelling problems for Documentation/mm/ as reported > by codespell. > > Signed-off-by: Randy Dunlap > Cc: Jérôme Glisse > Cc: Naoya Horiguchi > Cc: Miaohe Lin > Cc: linux-mm@kvack.org > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > --- > Documentation/mm/hmm.rst | 4 ++-- > Documentation/mm/hwpoison.rst | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) Acked-by: Mike Rapoport (IBM) > > diff -- a/Documentation/mm/hmm.rst b/Documentation/mm/hmm.rst > --- a/Documentation/mm/hmm.rst > +++ b/Documentation/mm/hmm.rst > @@ -416,10 +416,10 @@ can be used to make a memory range inacc > > This replaces all mappings for pages in the given range with special swap > entries. Any attempt to access the swap entry results in a fault which is > -resovled by replacing the entry with the original mapping. A driver gets > +resolved by replacing the entry with the original mapping. A driver gets > notified that the mapping has been changed by MMU notifiers, after which point > it will no longer have exclusive access to the page. Exclusive access is > -guranteed to last until the driver drops the page lock and page reference, at > +guaranteed to last until the driver drops the page lock and page reference, at > which point any CPU faults on the page may proceed as described. > > Memory cgroup (memcg) and rss accounting > diff -- a/Documentation/mm/hwpoison.rst b/Documentation/mm/hwpoison.rst > --- a/Documentation/mm/hwpoison.rst > +++ b/Documentation/mm/hwpoison.rst > @@ -50,7 +50,7 @@ of applications. KVM support requires a > For the KVM use there was need for a new signal type so that > KVM can inject the machine check into the guest with the proper > address. This in theory allows other applications to handle > -memory failures too. The expection is that near all applications > +memory failures too. The expectation is that near all applications > won't do that, but some very specialized ones might. > > Failure recovery modes -- Sincerely yours, Mike.