From: Dmitry V. Levin Date: Tue, 24 Nov 2015 02:17:48 +0000 (+0000) Subject: Fix syscall entries of deprecated bdflush syscall X-Git-Tag: v4.11~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a318cc05328f194135a0ad5401f2059c03029a88;p=strace Fix syscall entries of deprecated bdflush syscall * linux/alpha/syscallent.h (bdflush): Change nargs from 0 to 2. * linux/arm/syscallent.h (bdflush): Likewise. * linux/avr32/syscallent.h (bdflush): Likewise. * linux/bfin/syscallent.h (bdflush): Likewise. * linux/hppa/syscallent.h (bdflush): Likewise. * linux/i386/syscallent.h (bdflush): Likewise. * linux/ia64/syscallent.h (bdflush): Likewise. * linux/m68k/syscallent.h (bdflush): Likewise. * linux/microblaze/syscallent.h (bdflush): Likewise. * linux/powerpc/syscallent.h (bdflush): Likewise. * linux/s390/syscallent.h (bdflush): Likewise. * linux/s390x/syscallent.h (bdflush): Likewise. * linux/sh/syscallent.h (bdflush): Likewise. * linux/sh64/syscallent.h (bdflush): Likewise. * linux/sparc/syscallent.h (bdflush): Likewise. --- diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h index 8271c36d..adc31ffb 100644 --- a/linux/alpha/syscallent.h +++ b/linux/alpha/syscallent.h @@ -258,7 +258,7 @@ [260] = { 5, 0, SEN(printargs), "osf_memcntl" }, /*not implemented */ [261] = { 5, 0, SEN(printargs), "osf_fdatasync" }, /*not implemented */ [262 ... 299] = { }, -[300] = { 0, 0, SEN(bdflush), "bdflush" }, +[300] = { 2, 0, SEN(bdflush), "bdflush" }, [301] = { 3, 0, SEN(printargs), "sethae" }, [302] = { 5, TF, SEN(mount), "mount" }, [303] = { 1, 0, SEN(adjtimex), "adjtimex32" }, diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index 47e119af..9ca13151 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -160,7 +160,7 @@ [131] = { 4, TF, SEN(quotactl), "quotactl" }, [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, -[134] = { 0, 0, SEN(bdflush), "bdflush" }, +[134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 3, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index a563b67d..0b587109 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -144,7 +144,7 @@ [116] = { 2, 0, SEN(delete_module), "delete_module" }, [117] = { 4, TF, SEN(quotactl), "quotactl" }, [118] = { 1, 0, SEN(getpgid), "getpgid" }, -[119] = { 0, 0, SEN(bdflush), "bdflush" }, +[119] = { 2, 0, SEN(bdflush), "bdflush" }, [120] = { 3, 0, SEN(sysfs), "sysfs" }, [121] = { 1, 0, SEN(personality), "personality" }, [122] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h index 46b710c7..884c33bd 100644 --- a/linux/bfin/syscallent.h +++ b/linux/bfin/syscallent.h @@ -160,7 +160,7 @@ [131] = { 4, TF, SEN(quotactl), "quotactl" }, [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, -[134] = { 0, 0, SEN(bdflush), "bdflush" }, +[134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 3, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index 10ba33e5..b3acfaf1 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -136,7 +136,7 @@ [131] = { 4, TF, SEN(quotactl), "quotactl" }, [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, -[134] = { 0, 0, SEN(bdflush), "bdflush" }, +[134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 5, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/i386/syscallent.h b/linux/i386/syscallent.h index 1d9ad31a..fbec3f77 100644 --- a/linux/i386/syscallent.h +++ b/linux/i386/syscallent.h @@ -160,7 +160,7 @@ [131] = { 4, TF, SEN(quotactl), "quotactl" }, [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, -[134] = { 0, 0, SEN(bdflush), "bdflush" }, +[134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 3, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index 2a5b16cb..a95edac5 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -348,7 +348,7 @@ [1135] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" }, [1136] = { 5, 0, SEN(query_module), "query_module" }, [1137] = { 4, TF, SEN(quotactl), "quotactl" }, -[1138] = { 0, 0, SEN(bdflush), "bdflush" }, +[1138] = { 2, 0, SEN(bdflush), "bdflush" }, [1139] = { 3, 0, SEN(sysfs), "sysfs" }, [1140] = { 1, 0, SEN(personality), "personality" }, [1141] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/m68k/syscallent.h b/linux/m68k/syscallent.h index c1dcf725..a669a879 100644 --- a/linux/m68k/syscallent.h +++ b/linux/m68k/syscallent.h @@ -160,7 +160,7 @@ [131] = { 4, TF, SEN(quotactl), "quotactl" }, [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, -[134] = { 0, 0, SEN(bdflush), "bdflush" }, +[134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 3, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/microblaze/syscallent.h b/linux/microblaze/syscallent.h index 1bdb8a70..6ba3804a 100644 --- a/linux/microblaze/syscallent.h +++ b/linux/microblaze/syscallent.h @@ -160,7 +160,7 @@ [131] = { 4, TF, SEN(quotactl), "quotactl" }, [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, -[134] = { 0, 0, SEN(bdflush), "bdflush" }, +[134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 3, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h index e50c3a26..ca7a2159 100644 --- a/linux/powerpc/syscallent.h +++ b/linux/powerpc/syscallent.h @@ -160,7 +160,7 @@ [131] = { 4, TF, SEN(quotactl), "quotactl" }, [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, -[134] = { 0, 0, SEN(bdflush), "bdflush" }, +[134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 3, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index 925d92ad..b46d4c8d 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -162,7 +162,7 @@ [131] = { 4, TF, SEN(quotactl), "quotactl" }, [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, -[134] = { 0, 0, SEN(bdflush), "bdflush" }, +[134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 3, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index 228f25bb..873b6b8f 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -156,7 +156,7 @@ [131] = { 4, TF, SEN(quotactl), "quotactl" }, [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, -[134] = { 0, 0, SEN(bdflush), "bdflush" }, +[134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 3, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h index 67de8143..181e3024 100644 --- a/linux/sh/syscallent.h +++ b/linux/sh/syscallent.h @@ -162,7 +162,7 @@ [131] = { 4, TF, SEN(quotactl), "quotactl" }, [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, -[134] = { 0, 0, SEN(bdflush), "bdflush" }, +[134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 3, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index 4caf6b9c..3ac29742 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -160,7 +160,7 @@ [131] = { 4, TF, SEN(quotactl), "quotactl" }, [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, -[134] = { 0, 0, SEN(bdflush), "bdflush" }, +[134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 3, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, diff --git a/linux/sparc/syscallent.h b/linux/sparc/syscallent.h index 01a10b3f..e4e78410 100644 --- a/linux/sparc/syscallent.h +++ b/linux/sparc/syscallent.h @@ -223,7 +223,7 @@ [222] = { 2, 0, SEN(delete_module), "delete_module" }, [223] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" }, [224] = { 1, 0, SEN(getpgid), "getpgid" }, -[225] = { 0, 0, SEN(bdflush), "bdflush" }, +[225] = { 2, 0, SEN(bdflush), "bdflush" }, [226] = { 3, 0, SEN(sysfs), "sysfs" }, [227] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, [228] = { 1, NF, SEN(setfsuid16), "setfsuid" },