Add new parameters required for mem_map-based freepages filtering, to
various tables.

Signed-off-by: HATAYAMA Daisuke <[email protected]>
---

 makedumpfile.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/makedumpfile.h b/makedumpfile.h
index 20f4d99..1304df0 100644
--- a/makedumpfile.h
+++ b/makedumpfile.h
@@ -1163,6 +1163,8 @@ struct size_table {
        long    cpumask_t;
        long    kexec_segment;
        long    elf64_hdr;
+
+       long    pageflags;
 };
 
 struct offset_table {
@@ -1171,6 +1173,8 @@ struct offset_table {
                long    _count;
                long    mapping;
                long    lru;
+               long    _mapcount;
+               long    private;
        } page;
        struct mem_section {
                long    section_mem_map;
@@ -1332,6 +1336,10 @@ struct number_table {
        long    PG_lru;
        long    PG_private;
        long    PG_swapcache;
+       long    PG_buddy;
+       long    PG_slab;
+
+       long    PAGE_BUDDY_MAPCOUNT_VALUE;
 };
 
 struct srcfile_table {


_______________________________________________
kexec mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/kexec

Reply via email to