From nobody Sat Jul 25 04:21:24 2026 Received: from tbjjbihbhdcb.turbo-smtp.net (tbjjbihbhdcb.turbo-smtp.net [199.187.173.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 11D5638A718 for ; Sat, 18 Jul 2026 16:56:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=199.187.173.21 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784393798; cv=none; b=rCO0Dq1g1DEXhZ+tprOQ0R059y7Ey1OdtO8jReUwN7UT89QEFk8cmF7nirPNqCdQR+d1B7zrejEyZ6av/KW0vzzqHdC1rQEA1FhUgwiz36lfJxwUQVi5v/p1QjpAyli5e1aKYGAnyw4OXDZNiLlDYmRB70NcqnXJqSJKIq4QkgI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784393798; c=relaxed/simple; bh=+fArK0dWziI0yrfMHXJb8IO2dCKsIao0vXUWAy5DaHc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=dIuLjnlSVQvU44oa3XU4ITRK52MQ4lT8D6D32H1BKMlqGVJjs8Uk+Ee2rS/OQXVHXVo9wsr97HPCNhc5y8U5qj3lJ4nCF+9ijuUeNFWmhDHxAYl7jCVrEY2JGQ/rGw6uI7GELTuBzcvJ2XiuPsu/4mq1L+0VKhCeAxfjRZB8JqM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=yahyatoubali.me; spf=pass smtp.mailfrom=yahyatoubali.me; dkim=pass (1024-bit key) header.d=yahyatoubali.me header.i=@yahyatoubali.me header.b=FYeJ2LI/; arc=none smtp.client-ip=199.187.173.21 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=yahyatoubali.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yahyatoubali.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yahyatoubali.me header.i=@yahyatoubali.me header.b="FYeJ2LI/" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahyatoubali.me; s=turbo-smtp; x=1784998596; h=Received: Received:From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:Feedback-Id; bh=WMCwa85iHZ89ULQ/eQ5Z1T +nFif5nAG0Mg+ADuS0HH4=; b=FYeJ2LI/J/I9YEzfVQ5VzaroDDsZQjEU0xluBs VlViDpDDy8qMSs4mPyHf0DDzZM9FNLxSxPEOhWmlIPP9OIgmuJSvqNm1V0U5ouyt w+Pj7nYYbPf5i6OZJh/QK/WFxFR3u/kLJa80wHJlUKGAKXbAVn39v6/O6IOArb0t jBdpM= Received: (qmail 2893870 invoked from network); 18 Jul 2026 16:56:34 -0000 Received: from 197.145.178.94 by turbo-smtp.com with SMTP; 18 Jul 2026 16:56:33 -0000 X-TurboSMTP-Tracking: 64-018cfb16-00001e63be8269c2e002-002-32880ca5 From: Yahya Toubali To: Jonathan Corbet , Shuah Khan , linux-kernel@vger.kernel.org (open list:PROC FILESYSTEM), linux-fsdevel@vger.kernel.org (open list:PROC FILESYSTEM), linux-doc@vger.kernel.org (open list:DOCUMENTATION) Cc: Yahya Toubali Subject: [PATCH v3] Documentation: proc: fix repeated word 'page' Date: Sat, 18 Jul 2026 17:56:13 +0100 Message-ID: <20260718165613.1923550-1-yahya@yahyatoubali.me> X-Mailer: git-send-email 2.55.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Feedback-Id: 26016534 Content-Type: text/plain; charset="utf-8" Remove the duplicate 'page' in the sentence describing large page allocation accounting. The extra word makes the description confusing. Signed-off-by: Yahya Toubali --- Documentation/filesystems/proc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems= /proc.rst index 2ccd5b2dfdd3..d22ac0addd42 100644 --- a/Documentation/filesystems/proc.rst +++ b/Documentation/filesystems/proc.rst @@ -513,7 +513,7 @@ In some kernel configurations, the semantics of pages p= art of a larger allocation (e.g., THP) can differ: a page is accounted as "private" if all pages part of the corresponding large allocation are *certainly* mapped in= the same process, even if the page is mapped multiple times in that process. A -page is accounted as "shared" if any page page of the larger allocation +page is accounted as "shared" if any page of the larger allocation is *maybe* mapped in a different process. In some cases, a large allocation might be treated as "maybe mapped by multiple processes" even though this is no longer the case. base-commit: 1229e2e57a5c2980ccd457b9b53ea0eed5a22ab3 --=20 2.55.0