From b43f44bca39f0164e06be70f2ed58dcdaf636270 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 27 May 2019 21:25:52 +0000 Subject: [PATCH] xlat: update CLONE_* constants * xlat/clone_flags.in (CLONE_PIDFD): New constant introduced by Linux kernel commit v5.2-rc1~158^2~2. * NEWS: Mention this. --- NEWS | 2 +- xlat/clone_flags.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 84744038..e18b5056 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Noteworthy changes in release ?.? (????-??-??) ============================================== * Improvements - * Updated lists of AUDIT_* and V4L2_* constants. + * Updated lists of AUDIT_*, CLONE_*, and V4L2_* constants. Noteworthy changes in release 5.1 (2019-05-22) ============================================== diff --git a/xlat/clone_flags.in b/xlat/clone_flags.in index 2b08c79b..17f9f1a0 100644 --- a/xlat/clone_flags.in +++ b/xlat/clone_flags.in @@ -3,6 +3,7 @@ CLONE_FS 0x00000200 CLONE_FILES 0x00000400 CLONE_SIGHAND 0x00000800 CLONE_IDLETASK 0x00001000 +CLONE_PIDFD 0x00001000 CLONE_PTRACE 0x00002000 CLONE_VFORK 0x00004000 CLONE_PARENT 0x00008000 -- 2.40.0