From 4bcce0ae6fffefdfff6b465bc2630756d97b026e Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 11 Dec 2014 20:54:34 +0000 Subject: [PATCH] Update prctl PR_* constants * xlat/prctl_options.in: Add PR_SET_THP_DISABLE, PR_GET_THP_DISABLE, PR_MPX_ENABLE_MANAGEMENT, and PR_MPX_DISABLE_MANAGEMENT. --- xlat/prctl_options.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xlat/prctl_options.in b/xlat/prctl_options.in index 9eabddd0..478bea64 100644 --- a/xlat/prctl_options.in +++ b/xlat/prctl_options.in @@ -54,3 +54,7 @@ PR_GET_CHILD_SUBREAPER PR_SET_NO_NEW_PRIVS PR_GET_NO_NEW_PRIVS PR_GET_TID_ADDRESS +PR_SET_THP_DISABLE +PR_GET_THP_DISABLE +PR_MPX_ENABLE_MANAGEMENT +PR_MPX_DISABLE_MANAGEMENT -- 2.34.1