From 5f1d34e1f3d6d2e2832b4875d9fa7e700e92203a Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 8 Sep 2017 09:10:50 +0000 Subject: [PATCH] Update MADV_* constants * xlat/madvise_cmds.in: Add MADV_WIPEONFORK and MADV_KEEPONFORK introduced by kernel commit v4.14-rc1~126^2. * NEWS: Mention this. --- NEWS | 2 +- xlat/madvise_cmds.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2daf5bc3..043d75e6 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Noteworthy changes in release ?.?? (????-??-??) =============================================== * Improvements - * Updated lists of SOL_* and TCP_* constants. + * Updated lists of MADV_*, SOL_* and TCP_* constants. Noteworthy changes in release 4.19 (2017-09-05) =============================================== diff --git a/xlat/madvise_cmds.in b/xlat/madvise_cmds.in index bf6b1da0..415c02f3 100644 --- a/xlat/madvise_cmds.in +++ b/xlat/madvise_cmds.in @@ -15,3 +15,5 @@ MADV_HUGEPAGE MADV_NOHUGEPAGE MADV_DONTDUMP MADV_DODUMP +MADV_WIPEONFORK +MADV_KEEPONFORK -- 2.40.0