From 63de2e2055a01eccbdc833b7920383900afca7cb Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 5 Jan 2019 21:14:42 +0000 Subject: [PATCH] xlat: update PR_* constants * xlat/prctl_options.in (PR_PAC_RESET_KEYS): New constant introduced by Linux kernel commit v5.0-rc1~35^2~19. * NEWS: Mention this. --- NEWS | 2 +- xlat/prctl_options.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 69bd7457..e2124538 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Noteworthy changes in release ?.?? (????-??-??) =============================================== * Improvements - * Updated lists of BPF_*, BTRFS_*, KERN_*, KVM_CAP_*, NDA_*, V4L2_*, + * Updated lists of BPF_*, BTRFS_*, KERN_*, KVM_CAP_*, NDA_*, PR_*, V4L2_*, and *_MAGIC constants. * Bug fixes diff --git a/xlat/prctl_options.in b/xlat/prctl_options.in index 82787e33..22706faf 100644 --- a/xlat/prctl_options.in +++ b/xlat/prctl_options.in @@ -48,4 +48,5 @@ PR_SVE_SET_VL 50 PR_SVE_GET_VL 51 PR_GET_SPECULATION_CTRL 52 PR_SET_SPECULATION_CTRL 53 +PR_PAC_RESET_KEYS 54 PR_SET_VMA 0x53564d41 -- 2.40.0