]> granicus.if.org Git - strace/commitdiff
xtensa: wire up new syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 15 Apr 2017 13:28:23 +0000 (13:28 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 15 Apr 2017 13:28:23 +0000 (13:28 +0000)
* linux/xtensa/syscallent.h [348..350]: New pkey_* entries.

Reported-by: Victor Krapivensky <krapivenskiy.va@phystech.edu>
linux/xtensa/syscallent.h

index 43b8c5fd6fa27aa9e9400da977850b6fb2d19107..4a8ccb602da49036b10dd68d3d54dd5d34b78aca 100644 (file)
 [345] = { 6,   TD,             SEN(copy_file_range),           "copy_file_range"       },
 [346] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
 [347] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },
-[348 ... 350] = { },
+[348] = { 4,   TM|SI,          SEN(pkey_mprotect),             "pkey_mprotect"         },
+[249] = { 2,   0,              SEN(pkey_alloc),                "pkey_alloc"            },
+[350] = { 1,   0,              SEN(pkey_free),                 "pkey_free"             },
 [351] = { 5,   TD|TF,          SEN(statx),                     "statx"                 },