core.5: Add info about DAX coredump filtering flags

Kernel 4.4 added two new core dump filtering flags,
MMF_DUMP_DAX_PRIVATE and MMF_DUMP_DAX_SHARED.

These flags allow us to explicitly filter DAX mappings.
This is desirable because DAX mappings, like hugetlb
mappings, have the potential to be very large.

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Ross Zwisler 2015-11-11 11:03:02 -07:00 committed by Michael Kerrisk
parent ce108729e4
commit db02982a48
1 changed files with 6 additions and 0 deletions

View File

@ -288,6 +288,12 @@ Dump private huge pages.
.TP
bit 6 (since Linux 2.6.28)
Dump shared huge pages.
.TP
bit 7 (since Linux 4.4)
Dump private DAX pages.
.TP
bit 8 (since Linux 4.4)
Dump shared DAX pages.
.RE
.PD
.PP