aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-07-09 14:42:57 -0700
committerDmitry Vyukov <dvyukov@google.com>2019-07-15 13:44:02 +0300
commit139ac68a738cd793e67056bac39ab2061043c1da (patch)
treeec3d471456aa7135f9444595e65102d7277f640f /executor
parenta827bf70d7e428a73ad721c03244abfd8bfd9b4f (diff)
sys/linux: update key descriptions
- Add KEYCTL_MOVE (new in v5.3) - Add KEYCTL_CAPABILITIES (new in v5.3) - Add KEYCTL_GRANT_PERMISSION (new in v5.3) - Remove KEY_PERM_UNDEF (was only ever in an internal kernel header, not in UAPI; removed in v5.3)
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h10
-rw-r--r--executor/syscalls.h15
2 files changed, 20 insertions, 5 deletions
diff --git a/executor/defs.h b/executor/defs.h
index aa5a64c95..5ac8ae674 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -70,7 +70,7 @@
#if GOARCH_386
#define GOARCH "386"
-#define SYZ_REVISION "e1d571d7656738305806faf2f939b56bd48fb61c"
+#define SYZ_REVISION "3871884a345b3a9604c0babd821e8daaa0204135"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -80,7 +80,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "036bfe5c68bb7bfe0cc9b16821d139bf4e784047"
+#define SYZ_REVISION "5cf2332fa4990ae991912d28bceba030beecb353"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -90,7 +90,7 @@
#if GOARCH_arm
#define GOARCH "arm"
-#define SYZ_REVISION "4f93d6fd1be9e81a5269d0c391896732dcf1b956"
+#define SYZ_REVISION "1939ae489fb8317047d17fe5a044e7b7c927126a"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -100,7 +100,7 @@
#if GOARCH_arm64
#define GOARCH "arm64"
-#define SYZ_REVISION "c7faa6f5df21fe6bb7786a037d98a97089215d07"
+#define SYZ_REVISION "4e828105a0a6301e379991dd24125329cda5a83d"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -110,7 +110,7 @@
#if GOARCH_ppc64le
#define GOARCH "ppc64le"
-#define SYZ_REVISION "25180460bf4bd8392ca8a027cc38042d376a10cd"
+#define SYZ_REVISION "8a95b8d87e753e402df12fee4647aab26022e8e1"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
diff --git a/executor/syscalls.h b/executor/syscalls.h
index fb6b5f64f..6e1ed2f50 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -3606,6 +3606,9 @@ const call_t syscalls[] = {
{"kcmp", 349},
{"kcmp$KCMP_EPOLL_TFD", 349},
{"kexec_load", 283},
+ {"keyctl$KEYCTL_CAPABILITIES", 288},
+ {"keyctl$KEYCTL_GRANT_PERMISSION", 288},
+ {"keyctl$KEYCTL_MOVE", 288},
{"keyctl$KEYCTL_PKEY_DECRYPT", 288},
{"keyctl$KEYCTL_PKEY_ENCRYPT", 288},
{"keyctl$KEYCTL_PKEY_QUERY", 288},
@@ -6344,6 +6347,9 @@ const call_t syscalls[] = {
{"kcmp", 312},
{"kcmp$KCMP_EPOLL_TFD", 312},
{"kexec_load", 246},
+ {"keyctl$KEYCTL_CAPABILITIES", 250},
+ {"keyctl$KEYCTL_GRANT_PERMISSION", 250},
+ {"keyctl$KEYCTL_MOVE", 250},
{"keyctl$KEYCTL_PKEY_DECRYPT", 250},
{"keyctl$KEYCTL_PKEY_ENCRYPT", 250},
{"keyctl$KEYCTL_PKEY_QUERY", 250},
@@ -9041,6 +9047,9 @@ const call_t syscalls[] = {
{"kcmp", 378},
{"kcmp$KCMP_EPOLL_TFD", 378},
{"kexec_load", 347},
+ {"keyctl$KEYCTL_CAPABILITIES", 311},
+ {"keyctl$KEYCTL_GRANT_PERMISSION", 311},
+ {"keyctl$KEYCTL_MOVE", 311},
{"keyctl$KEYCTL_PKEY_DECRYPT", 311},
{"keyctl$KEYCTL_PKEY_ENCRYPT", 311},
{"keyctl$KEYCTL_PKEY_QUERY", 311},
@@ -11726,6 +11735,9 @@ const call_t syscalls[] = {
{"kcmp", 272},
{"kcmp$KCMP_EPOLL_TFD", 272},
{"kexec_load", 104},
+ {"keyctl$KEYCTL_CAPABILITIES", 219},
+ {"keyctl$KEYCTL_GRANT_PERMISSION", 219},
+ {"keyctl$KEYCTL_MOVE", 219},
{"keyctl$KEYCTL_PKEY_DECRYPT", 219},
{"keyctl$KEYCTL_PKEY_ENCRYPT", 219},
{"keyctl$KEYCTL_PKEY_QUERY", 219},
@@ -14386,6 +14398,9 @@ const call_t syscalls[] = {
{"kcmp", 354},
{"kcmp$KCMP_EPOLL_TFD", 354},
{"kexec_load", 268},
+ {"keyctl$KEYCTL_CAPABILITIES", 271},
+ {"keyctl$KEYCTL_GRANT_PERMISSION", 271},
+ {"keyctl$KEYCTL_MOVE", 271},
{"keyctl$KEYCTL_PKEY_DECRYPT", 271},
{"keyctl$KEYCTL_PKEY_ENCRYPT", 271},
{"keyctl$KEYCTL_PKEY_QUERY", 271},