forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit6e2e07c
mm: better document PG_reserved
The usage of PG_reserved and how PG_reserved pages are to be treated isburied deep down in different parts of the kernel. Let's shine somelight onto these details by documenting current users and expectedbehavior.Especially, clarify on the "Some of them might not even exist" case.These are physical memory gaps that will never be dumped as they are notmarked as IORESOURCE_SYSRAM. PG_reserved does in general not hinderanybody from dumping or swapping. In some cases, these pages will notbe stored in the hibernation image.Link:http://lkml.kernel.org/r/20190114125903.24845-10-david@redhat.comSigned-off-by: David Hildenbrand <david@redhat.com>Reviewed-by: Andrew Morton <akpm@linux-foundation.org>Cc: Stephen Rothwell <sfr@canb.auug.org.au>Cc: Pavel Tatashin <pasha.tatashin@oracle.com>Cc: Michal Hocko <mhocko@suse.com>Cc: Alexander Duyck <alexander.h.duyck@linux.intel.com>Cc: Matthew Wilcox <willy@infradead.org>Cc: Anthony Yznaga <anthony.yznaga@oracle.com>Cc: Miles Chen <miles.chen@mediatek.com>Cc: <yi.z.zhang@linux.intel.com>Cc: Dan Williams <dan.j.williams@intel.com>Cc: Randy Dunlap <rdunlap@infradead.org>Signed-off-by: Andrew Morton <akpm@linux-foundation.org>Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>1 parent731351d commit6e2e07c
1 file changed
+31
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
22 | 51 | | |
23 | 52 | | |
24 | 53 | | |
| |||
0 commit comments
Comments
(0)