]> granicus.if.org Git - strace/commitdiff
Add syscall entries for new linux syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 8 May 2013 16:36:29 +0000 (16:36 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 8 May 2013 16:57:53 +0000 (16:57 +0000)
* linux/dummy.h: Add printargs aliases for sys_finit_module, sys_kcmp
and sys_sync_file_range2.
* linux/alpha/syscallent.h: Add entries for process_vm_readv
and process_vm_writev.
* linux/bfin/syscallent.h: Likewise.
* linux/arm/syscallent.h: Add entries for sync_file_range2, kcmp
and finit_module.
* linux/hppa/syscallent.h: Add entries for process_vm_readv,
process_vm_writev, kcmp and finit_module.
* linux/tile/syscallent.h: Likewise.
* linux/tile/syscallent1.h: Likewise.
* linux/ia64/syscallent.h: Add entry for finit_module.
* linux/i386/syscallent.h: Add entries for kcmp and finit_module.
* linux/m68k/syscallent.h: Likewise.
* linux/metag/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/or1k/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
* linux/s390/syscallent.h: Add entries for s390_runtime_instr, kcmp
and finit_module.
* linux/s390x/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Add entries for kern_features, kcmp
and finit_module.

25 files changed:
linux/alpha/syscallent.h
linux/arm/syscallent.h
linux/bfin/syscallent.h
linux/dummy.h
linux/hppa/syscallent.h
linux/i386/syscallent.h
linux/ia64/syscallent.h
linux/m68k/syscallent.h
linux/metag/syscallent.h
linux/microblaze/syscallent.h
linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h
linux/mips/syscallent-o32.h
linux/or1k/syscallent.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h
linux/sparc/syscallent.h
linux/tile/syscallent.h
linux/tile/syscallent1.h
linux/x32/syscallent.h
linux/x86_64/syscallent.h
linux/xtensa/syscallent.h

index 30a5094b1855d9e7c4a38bee4615f56abc1ec9f2..28e2eeb31a7df7c3691e6ffbd422f6ebbce85240 100644 (file)
        { 2,    TD,     sys_setns,              "setns"                 }, /* 501 */
        { 4,    TN,     sys_accept4,            "accept4"               }, /* 502 */
        { 4,    TN,     sys_sendmmsg,           "sendmmsg"              }, /* 503 */
+       { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 504 */
+       { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 505 */
index 8976a82c0ea38a5cfdbb49facb10ee603726756f..132b22ad8aea66c434983e99426c8f6eaed5d114 100644 (file)
        { 2,    0,      sys_set_robust_list,    "set_robust_list" }, /* 338 */
        { 3,    0,      sys_get_robust_list,    "get_robust_list" }, /* 339 */
        { 6,    TD,     sys_splice,             "splice"        }, /* 340 */
-       { 5,    0,      NULL,                   NULL            }, /* 341 */
+       { 6,    TD,     sys_sync_file_range2,   "sync_file_range2"}, /* 341 */
        { 4,    TD,     sys_tee,                "tee"           }, /* 342 */
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 343 */
        { 6,    TM,     sys_move_pages,         "move_pages"    }, /* 344 */
        { 2,    TD,     sys_setns,              "setns"         }, /* 375 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 376 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 377 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 378 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 379 */
 #ifdef __ARM_EABI__
-# define ARM_LAST_ORDINARY_SYSCALL 377
+# define ARM_LAST_ORDINARY_SYSCALL 379
 #else
-       { 5,    0,      NULL,                   NULL            }, /* 378 */
-       { 5,    0,      NULL,                   NULL            }, /* 379 */
        { 5,    0,      NULL,                   NULL            }, /* 380 */
        { 5,    0,      NULL,                   NULL            }, /* 381 */
        { 5,    0,      NULL,                   NULL            }, /* 382 */
index 18001216b9d8e12490c51c6d9b4a4729da612a0b..b27237cf3a71811a1dbabe32e7e9d128e542d985 100644 (file)
        { 1,    TD,     sys_syncfs,             "syncfs"        }, /* 378 */
        { 2,    TD,     sys_setns,              "setns"         }, /* 379 */
        { 4,    TN,     sys_sendmmsg,           "sendmmsg"      }, /* 380 */
+       { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 381 */
+       { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 382 */
index a54f8a7c604e2375963c91d242431533853dbcc8..9d33fe1837bce41b919cf51d7c30971c17eb10cb 100644 (file)
 #define        sys_add_key             printargs
 #define        sys_fanotify_init       printargs
 #define        sys_fanotify_mark       printargs
+#define        sys_finit_module        printargs
 #define        sys_ioperm              printargs
 #define        sys_iopl                printargs
 #define        sys_ioprio_get          printargs
 #define        sys_ioprio_set          printargs
+#define        sys_kcmp                printargs
 #define        sys_kexec_load          printargs
 #define        sys_keyctl              printargs
 #define        sys_lookup_dcookie      printargs
@@ -46,6 +48,7 @@
 #define        sys_open_by_handle_at   printargs
 #define        sys_request_key         printargs
 #define        sys_sync_file_range     printargs
+#define        sys_sync_file_range2    printargs
 #define        sys_sysfs               printargs
 #define        sys_vm86old             printargs
 #define        sys_vm86                printargs
index 48e4d0477b867d0a32d6ddbafa3ae723e667bbc7..242d43c389e63bdea7e7170a2d0dd3eaab782cf4 100644 (file)
        { 1,    TD,     sys_syncfs,             "syncfs"                }, /* 327 */
        { 2,    TD,     sys_setns,              "setns"                 }, /* 328 */
        { 4,    TN,     sys_sendmmsg,           "sendmmsg"              }, /* 329 */
+       { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 330 */
+       { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 331 */
+       { 5,    0,      sys_kcmp,               "kcmp"                  }, /* 332 */
+       { 3,    TD,     sys_finit_module,       "finit_module"          }, /* 333 */
index 7e40f32dd55b488e8481809c6428326147f981fa..b10969984e015d9dbcc3a4b29b05e78f7f278fee 100644 (file)
        { 2,    TD,     sys_setns,              "setns"         }, /* 346 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 347 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 348 */
-       { 5,    0,      NULL,                   NULL            }, /* 349 */
-       { 5,    0,      NULL,                   NULL            }, /* 350 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 349 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 350 */
        { 5,    0,      NULL,                   NULL            }, /* 351 */
        { 5,    0,      NULL,                   NULL            }, /* 352 */
        { 5,    0,      NULL,                   NULL            }, /* 353 */
index 7c88976a4d76b96227ddc2f5255fd952695cb867..0242280ce5ff2d882516a5fa9565d155c02b45a3 100644 (file)
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 1332 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 1333 */
        { 4,    TN,     sys_accept4,            "accept4"       }, /* 1334 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 1335 */
index 222a5220b4b05c5cbc91dcac59b4250693de59fb..a7ba6e389d62f1f90a3a278b41b9590617ebea23 100644 (file)
        { 2,    TD,     sys_setns,              "setns"         }, /* 344 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 345 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 346 */
-       { 5,    0,      NULL,                   NULL            }, /* 347 */
-       { 5,    0,      NULL,                   NULL            }, /* 348 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 347 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 348 */
        { 5,    0,      NULL,                   NULL            }, /* 349 */
        { 5,    0,      NULL,                   NULL            }, /* 350 */
        { 5,    0,      NULL,                   NULL            }, /* 351 */
index 4a1a53207fae3b852e5c078956ff354152c49ea9..9401ca46ffb98b4d79b9fa29be496a0817557fc0 100644 (file)
        { 4,    TN,     sys_sendmmsg,                   "sendmmsg"              }, /* 269 */
        { 6,    0,      sys_process_vm_readv,           "process_vm_readv"      }, /* 270 */
        { 6,    0,      sys_process_vm_writev,          "process_vm_writev"     }, /* 271 */
-       { 5,    TP,     printargs,                      "kcmp"                  }, /* 272 */
+       { 5,    0,      sys_kcmp,                       "kcmp"                  }, /* 272 */
+       { 3,    TD,     sys_finit_module,               "finit_module"          }, /* 273 */
index 53b8877432a906d76f5761e4c03d24042b51b011..35a804cd19ca6db89396ed05962bdd5c43ac60ab 100644 (file)
        { 4,    TN,     sys_sendmmsg,           "sendmmsg"      }, /* 376 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 377 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 378 */
+       { 5,    0,      sys_kcmp,               "kcmp"                  }, /* 379 */
+       { 3,    TD,     sys_finit_module,       "finit_module"          }, /* 380 */
index 130d03bf9a5c46e4cb4b48691efc0e1a6eb8e26b..a6259cd0bef9bcf138be139f13fa6208b270e0a6 100644 (file)
        { 2,    TD,     sys_setns,              "setns"         }, /* 6308 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 6309 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 6310 */
+       { 5,    0,      sys_kcmp,               "kcmp"                  }, /* 6311 */
+       { 3,    TD,     sys_finit_module,       "finit_module"          }, /* 6312 */
 #else
        { 0,    0,      printargs,              "n32_read"              }, /* 6000 */
        { 0,    0,      printargs,              "n32_write"             }, /* 6001 */
        { 2,    TD,     printargs,              "n32_setns"             }, /* 6308 */
        { 6,    0,      printargs,              "n32_process_vm_readv"  }, /* 6309 */
        { 6,    0,      printargs,              "n32_process_vm_writev" }, /* 6310 */
+       { 5,    0,      printargs,              "n32_kcmp"              }, /* 6311 */
+       { 3,    TD,     printargs,              "n32_finit_module"      }, /* 6312 */
 #endif
index a0a92ec1e83c0b205358cda0a2f48f48276da843..0f68e5b64cf2295fdc43d750ae5e0c72dc434d3d 100644 (file)
        { 2,    TD,     sys_setns,              "setns"         }, /* 5303 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 5304 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 5305 */
+       { 5,    0,      sys_kcmp,               "kcmp"                  }, /* 5306 */
+       { 3,    TD,     sys_finit_module,       "finit_module"          }, /* 5307 */
 #else
        { 0,    0,      printargs,              "n64_read"              }, /* 5000 */
        { 0,    0,      printargs,              "n64_write"             }, /* 5001 */
        { 2,    TD,     printargs,              "n64_setns"             }, /* 5303 */
        { 6,    0,      printargs,              "n64_process_vm_readv"  }, /* 5304 */
        { 6,    0,      printargs,              "n64_process_vm_writev" }, /* 5305 */
+       { 5,    0,      printargs,              "kcmp"                  }, /* 5306 */
+       { 3,    TD,     printargs,              "finit_module"          }, /* 5307 */
 #endif
-       [5306 ... 5999] = { }, /* 5999 */ /* end of Linux N64 */
+       [5308 ... 5999] = { }, /* 5999 */ /* end of Linux N64 */
index 975835390487ba8e1b32b6168c9e45593223a0a2..5e6a2429e7d7b5b0bd4cf64de8b344fefb8cbddf 100644 (file)
        { 2,    TD,     sys_setns,              "setns"         }, /* 4344 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 4345 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 4346 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 4347 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 4348 */
 #else
        { 0,    0,      printargs,              "o32_syscall"   }, /* 4000 */
        { 0,    0,      printargs,              "o32_exit"              }, /* 4001 */
        { 2,    TD,     printargs,              "o32_setns"     }, /* 4344 */
        { 6,    0,      printargs,              "o32_process_vm_readv"  }, /* 4345 */
        { 6,    0,      printargs,              "o32_process_vm_writev" }, /* 4346 */
+       { 5,    0,      printargs,              "o32_kcmp"              }, /* 4347 */
+       { 3,    TD,     printargs,              "o32_finit_module"      }, /* 4348 */
 #endif
-       [4347 ... 4999] = { }, /* 4999 */ /* end of Linux o32 */
+       [4349 ... 4999] = { }, /* 4999 */ /* end of Linux o32 */
index 975427dcb9a25af6790c3ab5315bb5f8fbd8da9c..697803d52053311774accb39e5aa49fed86225eb 100644 (file)
        { 4,    TN,     sys_sendmmsg,                   "sendmmsg"              }, /* 269 */
        { 6,    0,      sys_process_vm_readv,           "process_vm_readv"      }, /* 270 */
        { 6,    0,      sys_process_vm_writev,          "process_vm_writev"     }, /* 271 */
+       { 5,    0,      sys_kcmp,                       "kcmp"                  }, /* 272 */
+       { 3,    TD,     sys_finit_module,               "finit_module"          }, /* 273 */
index ada58f7453cce22d4f5ed6eb6f7749ad8c022bd9..6174900b6b9a215a5614aa5e7289c3d6812aaf6d 100644 (file)
        { 2,    TD,     sys_setns,              "setns"                 }, /* 350 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 351 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 352 */
-       { 5,    0,      NULL,                   NULL                    }, /* 353 */
-       { 5,    0,      NULL,                   NULL                    }, /* 354 */
+       { 5,    0,      sys_kcmp,               "kcmp"                  }, /* 353 */
+       { 3,    TD,     sys_finit_module,       "finit_module"          }, /* 354 */
        { 5,    0,      NULL,                   NULL                    }, /* 355 */
        { 5,    0,      NULL,                   NULL                    }, /* 356 */
        { 5,    0,      NULL,                   NULL                    }, /* 357 */
index 8faeba6ec0822e494dd1a6e9836433ce00a373cc..418711e2110457a8206d4348ea4dc89fa9e5617a 100644 (file)
        { 2,    TD,     sys_setns,              "setns"         }, /* 339 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 340 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 341 */
-       { 5,    0,      NULL,                   NULL            }, /* 342 */
-       { 5,    0,      NULL,                   NULL            }, /* 343 */
-       { 5,    0,      NULL,                   NULL            }, /* 344 */
+       { 2,    0,      printargs,              "s390_runtime_instr"    }, /* 342 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 343 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 344 */
        { 5,    0,      NULL,                   NULL            }, /* 345 */
        { 5,    0,      NULL,                   NULL            }, /* 346 */
        { 5,    0,      NULL,                   NULL            }, /* 347 */
index 1b19a41f232434bf46f54f514b216e33ab957313..66face5f36f81fe2775e75e0882e5ace6f742681 100644 (file)
        { 2,    TD,     sys_setns,              "setns"         }, /* 339 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 340 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 341 */
-       { 5,    0,      NULL,                   NULL            }, /* 342 */
-       { 5,    0,      NULL,                   NULL            }, /* 343 */
-       { 5,    0,      NULL,                   NULL            }, /* 344 */
+       { 2,    0,      printargs,              "s390_runtime_instr"    }, /* 342 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 343 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 344 */
        { 5,    0,      NULL,                   NULL            }, /* 345 */
        { 5,    0,      NULL,                   NULL            }, /* 346 */
        { 5,    0,      NULL,                   NULL            }, /* 347 */
index af06962903ebbd27fa040284758ad78f5703677c..0189ddbc2b264ca6d8872e7b25318b4fc6e01b79 100644 (file)
        { 2,    TD,     sys_setns,              "setns"         }, /* 364 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 365 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 366 */
-       { 5,    0,      NULL,                   NULL            }, /* 367 */
-       { 5,    0,      NULL,                   NULL            }, /* 368 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 367 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 368 */
        { 5,    0,      NULL,                   NULL            }, /* 369 */
        { 5,    0,      NULL,                   NULL            }, /* 370 */
        { 5,    0,      NULL,                   NULL            }, /* 371 */
index fa9c0aa3d8cbe80e4e7dedede850b7b7b47714a8..e970147d20ec53641a81fbe89f4f860efa2439ff 100644 (file)
        { 2,    TD,     sys_setns,              "setns"         }, /* 375 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 376 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 377 */
-       { 5,    0,      NULL,                   NULL            }, /* 378 */
-       { 5,    0,      NULL,                   NULL            }, /* 379 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 378 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 379 */
        { 5,    0,      NULL,                   NULL            }, /* 380 */
        { 5,    0,      NULL,                   NULL            }, /* 381 */
        { 5,    0,      NULL,                   NULL            }, /* 382 */
index dc000964567c08555acf31259a325cf806af75ff..804e8c36bfab993639e269cee48e5656b5041f4c 100644 (file)
        { 2,    TD,     sys_setns,              "setns"         }, /* 337 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 338 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 339 */
-       { 5,    0,      NULL,                   NULL            }, /* 340 */
-       { 5,    0,      NULL,                   NULL            }, /* 341 */
-       { 5,    0,      NULL,                   NULL            }, /* 342 */
+       { 0,    NF,     printargs,              "kern_features" }, /* 340 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 341 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 342 */
        { 5,    0,      NULL,                   NULL            }, /* 343 */
        { 5,    0,      NULL,                   NULL            }, /* 344 */
        { 5,    0,      NULL,                   NULL            }, /* 345 */
index 5ac87f14ad21efed20a9f912545f981cd48b70cb..6847d144d3d938e52f0bf64139a40a119032101b 100644 (file)
        { 1,    TD,     sys_syncfs,                     "syncfs"                        }, /*  267 */
        { 2,    TD,     sys_setns,                      "setns"                         }, /*  268 */
        { 4,    TN,     sys_sendmmsg,                   "sendmmsg"                      }, /*  269 */
+       { 6,    0,      sys_process_vm_readv,           "process_vm_readv"              }, /*  270 */
+       { 6,    0,      sys_process_vm_writev,          "process_vm_writev"             }, /*  271 */
+       { 5,    0,      sys_kcmp,                       "kcmp"                          }, /*  272 */
+       { 3,    TD,     sys_finit_module,               "finit_module"                  }, /*  273 */
index 4ebcbb457c03954cb669439b7c3ef85f1a7d43c1..1c11c8eca23908937a963c72ff5c1bd78fec290d 100644 (file)
        { 1,    TD,     sys_syncfs,                     "syncfs"                        }, /*  267 */
        { 2,    TD,     sys_setns,                      "setns"                         }, /*  268 */
        { 4,    TN,     sys_sendmmsg,                   "sendmmsg"                      }, /*  269 */
+       { 6,    0,      sys_process_vm_readv,           "process_vm_readv"              }, /*  270 */
+       { 6,    0,      sys_process_vm_writev,          "process_vm_writev"             }, /*  271 */
+       { 5,    0,      sys_kcmp,                       "kcmp"                          }, /*  272 */
+       { 3,    TD,     sys_finit_module,               "finit_module"                  }, /*  273 */
index c43f7ac0f95c0edb4a9e9dd17ea8121e3e6a7708..65df127192be6768aedb30f56553c6df40d30227 100644 (file)
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 309 */
        { 6,    0,      printargs,              "64:process_vm_readv"   }, /* 310 */
        { 6,    0,      printargs,              "64:process_vm_writev"  }, /* 311 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 312 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 313 */
 
-       [312 ... 511] = {},
+       [314 ... 511] = {},
 
        { 4,    TS,     sys_rt_sigaction,       "rt_sigaction"  },  /* 512 */
        { 0,    TS,     sys_rt_sigreturn,       "rt_sigreturn"  },  /* 513 */
index b53b736e3bb45c37fbeab87122563467c0d2713d..8e3a2007ad7bda8fbc7318fd081c6fff3ed2a369 100644 (file)
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 309 */
        { 6,    0,      sys_process_vm_readv,   "process_vm_readv"      }, /* 310 */
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"     }, /* 311 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 312 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 313 */
index fdfec375a8b5d21bc0e40f533a5c3508894588f4..ba9430d50a773fde9509317403048f7c91a3f3d8 100644 (file)
        { 4,    TP|TS,  sys_rt_tgsigqueueinfo,  "rt_tgsigqueueinfo"}, /* 328 */
        { 2,    0,      sys_clock_adjtime,      "clock_adjtime" }, /* 329 */
        { 4,    0,      sys_prlimit64,          "prlimit64"     }, /* 330 */
-       { 5,    TP,     printargs,              "kcmp"          }, /* 331 */
-       { 3,    TP,     printargs,              "finit_module"  }, /* 332 */
+       { 5,    0,      sys_kcmp,               "kcmp"          }, /* 331 */
+       { 3,    TD,     sys_finit_module,       "finit_module"  }, /* 332 */
        { 4,    TN,     sys_accept4,            "accept4"       }, /* 333 */