All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] proc.5: Document KPF_PGTABLE for /proc/kpageflags
@ 2022-06-17 12:22 Marco Bonelli
  2023-03-31  0:09 ` Alejandro Colomar
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Bonelli @ 2022-06-17 12:22 UTC (permalink / raw)
  To: linux-man; +Cc: Alejandro Colomar, Michael Kerrisk, Marco Bonelli

KPG_PGTABLE (bit 26) was introduced in Linux v4.18 (commit
1d40a5ea01d53251c23c7be541d3f4a656cfc537).

Signed-off-by: Marco Bonelli <marco@mebeim.net>
---
 man5/proc.5 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/man5/proc.5 b/man5/proc.5
index 7ceb6d5..1115101 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -3358,6 +3358,8 @@ The bits are as follows:
 .\" KPF_ZERO_PAGE: commit 56873f43abdcd574b25105867a990f067747b2f4
     25 - KPF_IDLE           (since Linux 4.3)
 .\" KPF_IDLE: commit f074a8f49eb87cde95ac9d040ad5e7ea4f029738
+    26 - KPF_PGTABLE        (since Linux 4.18)
+.\" KPF_PGTABLE: commit 1d40a5ea01d53251c23c7be541d3f4a656cfc537
 .IP
 For further details on the meanings of these bits,
 see the kernel source file
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-31  0:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-17 12:22 [PATCH] proc.5: Document KPF_PGTABLE for /proc/kpageflags Marco Bonelli
2023-03-31  0:09 ` Alejandro Colomar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.