diff --git a/[refs] b/[refs] index 3cdb027a44e4..8bf73e3d1ad4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a08cb629f546d1cecebe955392197f226e58dbe1 +refs/heads/master: 122c7a59055c77434118d7dd4dff4b625d4a2c15 diff --git a/trunk/kernel/kexec.c b/trunk/kernel/kexec.c index 6782dce93d01..cb85c79989b4 100644 --- a/trunk/kernel/kexec.c +++ b/trunk/kernel/kexec.c @@ -1405,6 +1405,9 @@ static int __init crash_save_vmcoreinfo_init(void) VMCOREINFO_LENGTH(zone.free_area, MAX_ORDER); VMCOREINFO_LENGTH(free_area.free_list, MIGRATE_TYPES); VMCOREINFO_NUMBER(NR_FREE_PAGES); + VMCOREINFO_NUMBER(PG_lru); + VMCOREINFO_NUMBER(PG_private); + VMCOREINFO_NUMBER(PG_swapcache); arch_crash_save_vmcoreinfo();