Skip to content

Commit a39a6ac

Browse files
Matthew Wilcox (Oracle)tehcaster
authored andcommitted
vmcoreinfo: Remove documentation of PG_slab and PG_hugetlb
The changes to kernel/vmcore_info.c were sadly not reflected in the documentation. Rectify that for both these flags as well as adding PAGE_UNACCEPTED_MAPCOUNT_VALUE. Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Acked-by: Harry Yoo <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Vlastimil Babka <[email protected]>
1 parent 1808517 commit a39a6ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/admin-guide/kdump/vmcoreinfo.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,14 +325,14 @@ NR_FREE_PAGES
325325
On linux-2.6.21 or later, the number of free pages is in
326326
vm_stat[NR_FREE_PAGES]. Used to get the number of free pages.
327327

328-
PG_lru|PG_private|PG_swapcache|PG_swapbacked|PG_slab|PG_hwpoision|PG_head_mask|PG_hugetlb
329-
-----------------------------------------------------------------------------------------
328+
PG_lru|PG_private|PG_swapcache|PG_swapbacked|PG_hwpoison|PG_head_mask
329+
--------------------------------------------------------------------------
330330

331331
Page attributes. These flags are used to filter various unnecessary for
332332
dumping pages.
333333

334-
PAGE_BUDDY_MAPCOUNT_VALUE(~PG_buddy)|PAGE_OFFLINE_MAPCOUNT_VALUE(~PG_offline)|PAGE_OFFLINE_MAPCOUNT_VALUE(~PG_unaccepted)
335-
-------------------------------------------------------------------------------------------------------------------------
334+
PAGE_SLAB_MAPCOUNT_VALUE|PAGE_BUDDY_MAPCOUNT_VALUE|PAGE_OFFLINE_MAPCOUNT_VALUE|PAGE_HUGETLB_MAPCOUNT_VALUE|PAGE_UNACCEPTED_MAPCOUNT_VALUE
335+
------------------------------------------------------------------------------------------------------------------------------------------
336336

337337
More page attributes. These flags are used to filter various unnecessary for
338338
dumping pages.

0 commit comments

Comments
 (0)