Add TF flag to inotify_add_watch syscall entries
The second argument of the inotify_add_watch syscall is a file name, but inotify_add_watch has no TF flag set. * linux/32/syscallent.h (inotify_add_watch): Add TF flag. * linux/64/syscallent.h: Likewise. * linux/alpha/syscallent.h: Likewise. * linux/arm/syscallent.h: Likewise. * linux/avr32/syscallent.h: Likewise. * linux/bfin/syscallent.h: Likewise. * linux/crisv10/syscallent.h: Likewise. * linux/hppa/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/ia64/syscallent.h: Likewise. * linux/m68k/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/powerpc/syscallent.h: Likewise. * linux/powerpc64/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/sparc64/syscallent.h: Likewise. * linux/x32/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. * linux/xtensa/syscallent.h: Likewise.
This commit is contained in:
parent
71712fea8b
commit
86259ebb47
@ -28,7 +28,7 @@
|
||||
[ 24] = { 3, TD, SEN(dup3), "dup3" },
|
||||
[ 25] = { 3, TD, SEN(fcntl64), "fcntl64" },
|
||||
[ 26] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
|
||||
[ 27] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[ 27] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[ 28] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[ 29] = { 3, TD, SEN(ioctl), "ioctl" },
|
||||
[ 30] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
|
@ -25,7 +25,7 @@
|
||||
[ 24] = { 3, TD, SEN(dup3), "dup3" },
|
||||
[ 25] = { 3, TD, SEN(fcntl), "fcntl" },
|
||||
[ 26] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
|
||||
[ 27] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[ 27] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[ 28] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[ 29] = { 3, TD, SEN(ioctl), "ioctl" },
|
||||
[ 30] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
|
@ -408,7 +408,7 @@
|
||||
[442] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[443] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[444] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[445] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[445] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[446] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[447] = { 1, TD, SEN(fdatasync), "fdatasync" },
|
||||
[448] = { 4, 0, SEN(kexec_load), "kexec_load" },
|
||||
|
@ -342,7 +342,7 @@
|
||||
[314] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[315] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[316] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[317] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[317] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[318] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[319] = { 6, TM, SEN(mbind), "mbind" },
|
||||
[320] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" },
|
||||
|
@ -267,7 +267,7 @@
|
||||
[238] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[239] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[240] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[241] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[241] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[242] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[243] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
[244] = { 3, TD|TF, SEN(mkdirat), "mkdirat" },
|
||||
|
@ -318,7 +318,7 @@
|
||||
[289] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[290] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[291] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[292] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[292] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[293] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[294] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[295] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -285,7 +285,7 @@
|
||||
[289] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[290] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[291] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[292] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[292] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[293] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[294] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[295] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -273,7 +273,7 @@
|
||||
[267] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[268] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[269] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[270] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[270] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[271] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[272] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[273] = { 6, TD, SEN(pselect6), "pselect6" },
|
||||
|
@ -318,7 +318,7 @@
|
||||
[289] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[290] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[291] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[292] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[292] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[293] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[294] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[295] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -296,7 +296,7 @@
|
||||
[1275] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[1276] = { 6, TM, SEN(move_pages), "move_pages" },
|
||||
[1277] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[1278] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[1278] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[1279] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[1280] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[1281] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -311,7 +311,7 @@
|
||||
[282] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[283] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[284] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[285] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[286] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[287] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[288] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -318,7 +318,7 @@
|
||||
[289] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[290] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[291] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[292] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[292] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[293] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[294] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[295] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -248,7 +248,7 @@
|
||||
[6245] = { 5, 0, SEN(keyctl), "keyctl" },
|
||||
[6246] = { 1, 0, SEN(set_thread_area), "set_thread_area" },
|
||||
[6247] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[6248] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[6248] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[6249] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[6250] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[6251] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -244,7 +244,7 @@
|
||||
[5241] = { 5, 0, SEN(keyctl), "keyctl" },
|
||||
[5242] = { 1, 0, SEN(set_thread_area), "set_thread_area" },
|
||||
[5243] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[5244] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[5244] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[5245] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[5246] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[5247] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -285,7 +285,7 @@
|
||||
[4282] = { 5, 0, SEN(keyctl), "keyctl" },
|
||||
[4283] = { 1, 0, SEN(set_thread_area), "set_thread_area" },
|
||||
[4284] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[4285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[4285] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[4286] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[4287] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[4288] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -303,7 +303,7 @@
|
||||
[273] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[274] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[275] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[276] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[276] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[277] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[278] = { 3, 0, SEN(printargs), "spu_run" },
|
||||
[279] = { 4, 0, SEN(printargs), "spu_create" },
|
||||
|
@ -298,7 +298,7 @@
|
||||
[273] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[274] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[275] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[276] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[276] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[277] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[278] = { 3, 0, SEN(printargs), "spu_run" },
|
||||
[279] = { 4, 0, SEN(printargs), "spu_create" },
|
||||
|
@ -314,7 +314,7 @@
|
||||
[282] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[283] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[284] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[285] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[286] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[287] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[288] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -298,7 +298,7 @@
|
||||
[282] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[283] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[284] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[285] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[286] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[287] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[288] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -317,7 +317,7 @@
|
||||
[288] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[289] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[290] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[291] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[291] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[292] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[293] = { },
|
||||
[294] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
|
@ -343,7 +343,7 @@
|
||||
[316] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[317] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[318] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[319] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[319] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[320] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[321] = { },
|
||||
[322] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
|
@ -150,7 +150,7 @@
|
||||
[149] = { 5, 0, SEN(printargs), "pciconfig_write" },
|
||||
[150] = { 3, TN, SEN(getsockname), "getsockname" },
|
||||
[151] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[152] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[152] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[153] = { 3, TD, SEN(poll), "poll" },
|
||||
[154] = { 3, TD, SEN(getdents64), "getdents64" },
|
||||
[155] = { 3, TD, SEN(fcntl64), "fcntl64" },
|
||||
|
@ -148,7 +148,7 @@
|
||||
[149] = { 5, 0, SEN(printargs), "pciconfig_write" },
|
||||
[150] = { 3, TN, SEN(getsockname), "getsockname" },
|
||||
[151] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[152] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[152] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[153] = { 3, TD, SEN(poll), "poll" },
|
||||
[154] = { 3, TD, SEN(getdents64), "getdents64" },
|
||||
[155] = { },
|
||||
|
@ -252,7 +252,7 @@
|
||||
[251] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[252] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[253] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[254] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[254] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[255] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[256] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[257] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -252,7 +252,7 @@
|
||||
[251] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
|
||||
[252] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
|
||||
[253] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[254] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[254] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[255] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[256] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
|
||||
[257] = { 4, TD|TF, SEN(openat), "openat" },
|
||||
|
@ -267,7 +267,7 @@
|
||||
[274] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" },
|
||||
[275] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
|
||||
[276] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
||||
[277] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[277] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
|
||||
[278] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
||||
[279] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
|
||||
[280] = { 3, 0, SEN(getcpu), "getcpu" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user