summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-25 21:00:24 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 21:00:24 -0700
commitd71274e472d9003c2a8e0cbdf08778e895f38864 (patch)
tree93f68cd0b63b7acfd13f380ddf64bee7ae8a8eb9
parent96d8636245ad43c60cc261c920e0be54933abac5 (diff)
download25-new-d71274e472d9003c2a8e0cbdf08778e895f38864.tar.gz
foo
-rw-r--r--txt/proc-rewrite-stable_page_flags.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/txt/proc-rewrite-stable_page_flags.txt b/txt/proc-rewrite-stable_page_flags.txt
index 015b70ae9..53f84efae 100644
--- a/txt/proc-rewrite-stable_page_flags.txt
+++ b/txt/proc-rewrite-stable_page_flags.txt
@@ -10,6 +10,10 @@ apply to them, e.g. if it's dirty, all pages will have the dirty flag set
instead of just the head page. The mapped flag is still per page, as is
the hwpoison flag.
+[willy@infradead.org: fix up some bits vs masks]
+ Link: https://lkml.kernel.org/r/20240403173112.1450721-1-willy@infradead.org
+[willy@infradead.org: fix warnings]
+ Link: https://lkml.kernel.org/r/ZhBPtCYfSuFuUMEz@casper.infradead.org
Link: https://lkml.kernel.org/r/20240326171045.410737-11-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Svetly Todorov <svetly.todorov@memverge.com>