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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D856DC433EF for ; Tue, 23 Nov 2021 18:59:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235842AbhKWTCp (ORCPT ); Tue, 23 Nov 2021 14:02:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235561AbhKWTCl (ORCPT ); Tue, 23 Nov 2021 14:02:41 -0500 Received: from mail-pf1-x449.google.com (mail-pf1-x449.google.com [IPv6:2607:f8b0:4864:20::449]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57A8FC061574 for ; Tue, 23 Nov 2021 10:59:33 -0800 (PST) Received: by mail-pf1-x449.google.com with SMTP id y124-20020a623282000000b0047a09271e49so84855pfy.16 for ; Tue, 23 Nov 2021 10:59:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:message-id:mime-version:subject:from:to:cc; bh=JSd2S9z2V3MZjP2a2Ef2IdvJPVtfBfJfS0XI2IAbi4A=; b=FjclG0+HzvCmiD2eVJpLfFPtnbsLgJ2A1tbhbo6VMhcJT1Db0ik4d+qcI0MII+e9kH K+VKh0PgNOYEHWw0keCDaoCs9ZSemNtDHJ6v99jV80Y2xHCT6oPAgfZP9edGJXqBfnQb 5ioKIidURpWO5rXOHwIn9qwWELMb9++b4V7F1FGqbJemNUplfRa7Fb6DA80jcivTT5wn AvNGOv0U60d3xd7oXdfhgzzVmWQD0NtS+MnmDGcdUXX0xMAhVT7fPSXmKSJJUog6UXe9 vAXiINVyfxGOkZYIZqHIVE2uktjHGES/Po8oQTY4K8rGtOHiNaOsHQNca5al7l8Ph3Rk cKLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=JSd2S9z2V3MZjP2a2Ef2IdvJPVtfBfJfS0XI2IAbi4A=; b=b/FlmNiMoajFLUS1zx1i6R8cSLqJXFqPUhI53fVDl01brvd8+frlEDvg4qJTE5WJQp 9x8pV6czOG0o+VPgBXc1SWIlgdyFBos/msOZR+YJjctCZJr2ZHvXX7fE2HKQEv+roerS 643X9SJE0eYy85He9yPoqhN+Vg7lGGC8w7etnldl2alKWRg9sQBQM76q719PqYQ+/ZO0 0kc9JapnJft4gORPmbtFwg9IS4W7TlpouU9S4+XGXvNEpySXfedfmIgxqgRlPzpi+2vR 1+OSS7mnICuYnQog2VBuGPUA0VxkfspOJabKE1PbVXOydm9jGEdxfWm/A9WE8+EpMKNg b5tQ== X-Gm-Message-State: AOAM530sg9bOOH5x5gstxwsuVi5yuSah1A6fIowm08XlI6KjMtQYOMM3 AnMdOrBNMRusPbXyIq+Ng9js9tv3Ln4= X-Google-Smtp-Source: ABdhPJxaXPciCv0gtMpPz7r1EVWuNa6W36lbxsIpYB99okkUEjZg0ksv/WQGojXYSME6YVmAjOnbhyvyeiE= X-Received: from surenb-desktop.mtv.corp.google.com ([2620:15c:211:200:1a94:1f02:8575:f669]) (user=surenb job=sendgmr) by 2002:aa7:8887:0:b0:4a4:f002:66ec with SMTP id z7-20020aa78887000000b004a4f00266ecmr7625370pfe.73.1637693972808; Tue, 23 Nov 2021 10:59:32 -0800 (PST) Date: Tue, 23 Nov 2021 10:59:28 -0800 Message-Id: <20211123185928.2513763-1-surenb@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.34.0.rc2.393.gf8c9666880-goog Subject: [PATCH 1/1] docs: proc.rst: /proc/PID/maps: fix malformed table From: Suren Baghdasaryan To: sfr@canb.auug.org.au Cc: akpm@linux-foundation.org, ccross@google.com, surenb@google.com, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, kernel-team@android.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix malformed table describing "pathname" values for mappings not associated with a file. Fixes: 2df148be9486 ("mm: add a field to store names for private anonymous memory") Reported-by: Stephen Rothwell Signed-off-by: Suren Baghdasaryan --- Documentation/filesystems/proc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems/proc.rst index 46c1f5243028..061744c436d9 100644 --- a/Documentation/filesystems/proc.rst +++ b/Documentation/filesystems/proc.rst @@ -426,14 +426,14 @@ with the memory region, as the case would be with BSS (uninitialized data). The "pathname" shows the name associated file for this mapping. If the mapping is not associated with a file: - ======= ==================================== + ============= ==================================== [heap] the heap of the program [stack] the stack of the main process [vdso] the "virtual dynamic shared object", the kernel system call handler -[anon:] an anonymous mapping that has been + [anon:] an anonymous mapping that has been named by userspace - ======= ==================================== + ============= ==================================== or if empty, the mapping is anonymous. -- 2.34.0.rc2.393.gf8c9666880-goog