diff options
author | Atsushi Kumagai <[email protected]> | 2016-04-28 16:18:18 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-04-28 19:34:04 -0700 |
commit | 8639a847b0e11f8d2daa3eafe15a9609c91fd357 (patch) | |
tree | 7a7d9ff8fe22c2376eb193870ec26a38c44665ef /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b75a2bf899b668b1d52de8846aafdbcf81349c73 (diff) |
kexec: update VMCOREINFO for compound_order/dtor
makedumpfile refers page.lru.next to get the order of compound pages for
page filtering.
However, now the order is stored in page.compound_order, hence
VMCOREINFO should be updated to export the offset of
page.compound_order.
The fact is, page.compound_order was introduced already in kernel 4.0,
but the offset of it was the same as page.lru.next until kernel 4.3, so
this was not actual problem.
The above can be said also for page.lru.prev and page.compound_dtor,
it's necessary to detect hugetlbfs pages. Further, the content was
changed from direct address to the ID which means dtor.
The problem is that unnecessary hugepages won't be removed from a dump
file in kernels 4.4.x and later. This means that extra disk space would
be consumed. It's a problem, but not critical.
Signed-off-by: Atsushi Kumagai <[email protected]>
Acked-by: Dave Young <[email protected]>
Cc: "Eric W. Biederman" <[email protected]>
Cc: Vivek Goyal <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions