]> granicus.if.org Git - strace/commitdiff
Wire up io_pgetevents and rseq on hppa, microblaze, mips, powerpc, and s390
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 25 Jun 2018 01:06:23 +0000 (03:06 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 11 Jul 2018 00:00:57 +0000 (00:00 +0000)
* linux/hppa/syscallent.h ([350]): Wire up io_pgetevents syscall
introduced by Linux commit v4.18-rc3~7^2~2.
* linux/microblaze/syscallent.h ([399], [400]): Wire up io_pgetevents
and rseq syscalls introduced by Linux commit v4.18-rc3~33^2~2.
* linux/mips/syscallent-n32.h ([6331], [6332]): Wire up rseq and
io_pgetevents syscalls introduced by Linux commits v4.18-rc2~11^2~2
and v4.18-rc2~11^2, respectively.
* linux/mips/syscallent-n64.h ([5327], [5328]): Likewise.
* linux/mips/syscallent-o32.h ([4367], [4368]): Likewise.
* linux/powerpc/syscallent.h ([388]): Wire up io_pgetevents syscall
introduced by Linux commit v4.18-rc3~14^2~2.
* linux/powerpc64/syscallent.h ([388]): Likewise.
* linux/s390/syscallent.h ([382], [383]): Wire up io_pgetevents
and rseq syscalls introduced by Linux commits v4.18-rc4~18^2~1
and v4.18-rc4~18^2, respectively.
* linux/s390x/syscallent.h([382], [383]): Likewise.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
linux/hppa/syscallent.h
linux/microblaze/syscallent.h
linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h
linux/mips/syscallent-o32.h
linux/powerpc/syscallent.h
linux/powerpc64/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h

index 70fe69063b00ea45ea16b471c153d5922a4201c1..1d421345638cca9cc7e3e85ce925aa0c978b55af 100644 (file)
 [347] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
 [348] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },
 [349] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
+[350] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
index 4c645f46c90b01a5734d4d201acc0886914ca556..1aba542fa0ea7795fdffdbdb00fb2e8ca4d5c534 100644 (file)
 [396] = { 2,   0,              SEN(pkey_alloc),                "pkey_alloc"            },
 [397] = { 1,   0,              SEN(pkey_free),                 "pkey_free"             },
 [398] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
+[399] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
+[400] = { 4,   0,              SEN(rseq),                      "rseq"                  },
index 6cc86df84870807e18fcaab755aaa586c685be37..faa91839ca81fb72ad793075a2efebdb97ec544f 100644 (file)
 [6328] = { 2,  0,              SEN(pkey_alloc),                "pkey_alloc"            },
 [6329] = { 1,  0,              SEN(pkey_free),                 "pkey_free"             },
 [6330] = { 5,  TD|TF|TSTA,     SEN(statx),                     "statx"                 },
+[6331] = { 4,  0,              SEN(rseq),                      "rseq"                  },
+[6332] = { 6,  0,              SEN(io_pgetevents),             "io_pgetevents"         },
 
 # define SYS_socket_subcall      6400
 # include "subcall.h"
index 892e92ee5464ede627eda61d126d05eadc3bf4f9..2a7beb6dc2a3f263d35eb908811e53ff26fb009c 100644 (file)
 [5324] = { 2,  0,              SEN(pkey_alloc),                "pkey_alloc"            },
 [5325] = { 1,  0,              SEN(pkey_free),                 "pkey_free"             },
 [5326] = { 5,  TD|TF|TSTA,     SEN(statx),                     "statx"                 },
+[5327] = { 4,  0,              SEN(rseq),                      "rseq"                  },
+[5328] = { 6,  0,              SEN(io_pgetevents),             "io_pgetevents"         },
 
 # define SYS_socket_subcall      5400
 # include "subcall.h"
index 66cf0cd476256cda2637742fc8fe3937d50ba420..491c0ba607dff20ad51448b52918cf54dd4070d8 100644 (file)
 [4364] = { 2,  0,              SEN(pkey_alloc),                "pkey_alloc"            },
 [4365] = { 1,  0,              SEN(pkey_free),                 "pkey_free"             },
 [4366] = { 5,  TD|TF|TSTA,     SEN(statx),                     "statx"                 },
+[4367] = { 4,  0,              SEN(rseq),                      "rseq"                  },
+[4368] = { 6,  0,              SEN(io_pgetevents),             "io_pgetevents"         },
 
 # define SYS_socket_subcall      4400
 # include "subcall.h"
index 3333794d6a10671c2895e48b2cb77bf68ac93a80..da04c2a7fb48b291c996581e2144f142ff12d388 100644 (file)
 [385] = { 1,   0,              SEN(pkey_free),                 "pkey_free"             },
 [386] = { 4,   TM|SI,          SEN(pkey_mprotect),             "pkey_mprotect"         },
 [387] = { 4,   0,              SEN(rseq),                      "rseq"                  },
+[388] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"
index 6bdd4c1a07ff2ba88207d2acee85e2c1813692a1..334b801c087de75b1551abb7e29b08b4fb4b0371 100644 (file)
 [385] = { 1,   0,              SEN(pkey_free),                 "pkey_free"             },
 [386] = { 4,   TM|SI,          SEN(pkey_mprotect),             "pkey_mprotect"         },
 [387] = { 4,   0,              SEN(rseq),                      "rseq"                  },
+[388] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"
index b39779d4434e9bce1bba9a71f9441c89b1f42db3..83fc48667b1eb8ed32850b0d8f47a58d9c2548e1 100644 (file)
 [379] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 [380] = { 4,   0,              SEN(s390_sthyi),                "s390_sthyi"            },
 [381] = { 5,   TD,             SEN(kexec_file_load),           "kexec_file_load"       },
+[382] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
+[383] = { 4,   0,              SEN(rseq),                      "rseq"                  },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"
index c4251eb9f76f4310a30bb659ae541e3e81db3227..a6df73e680b345a1ab67bcb31262889fbffc8b58 100644 (file)
 [379] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 [380] = { 4,   0,              SEN(s390_sthyi),                "s390_sthyi"            },
 [381] = { 5,   TD,             SEN(kexec_file_load),           "kexec_file_load"       },
+[382] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
+[383] = { 4,   0,              SEN(rseq),                      "rseq"                  },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"