From: Dmitry V. Levin Date: Tue, 24 Nov 2015 02:23:18 +0000 (+0000) Subject: Fix syscall entries of deprecated sysfs syscall X-Git-Tag: v4.11~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25cb5cb04f29f07f9b6af1c26cf5ed3d898e5538;p=strace Fix syscall entries of deprecated sysfs syscall * linux/alpha/syscallent.h (sysfs): Change nargs from 5 to 3. * linux/hppa/syscallent.h (sysfs): Likewise. * linux/mips/syscallent-n32.h (sysfs): Likewise. * linux/mips/syscallent-n64.h (sysfs): Likewise. --- diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h index adc31ffb..9d5826b3 100644 --- a/linux/alpha/syscallent.h +++ b/linux/alpha/syscallent.h @@ -249,7 +249,7 @@ [251] = { 2, 0, SEN(printargs), "osf_usleep_thread" }, [252] = { 5, 0, SEN(printargs), "osf_audcntl" }, /*not implemented */ [253] = { 5, 0, SEN(printargs), "osf_audgen" }, /*not implemented */ -[254] = { 5, 0, SEN(sysfs), "sysfs" }, +[254] = { 3, 0, SEN(sysfs), "sysfs" }, [255] = { 5, 0, SEN(printargs), "osf_subsysinfo" }, /*not implemented */ [256] = { 5, 0, SEN(printargs), "osf_getsysinfo" }, [257] = { 5, 0, SEN(printargs), "osf_setsysinfo" }, diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index b3acfaf1..03be1e05 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -137,7 +137,7 @@ [132] = { 1, 0, SEN(getpgid), "getpgid" }, [133] = { 1, TD, SEN(fchdir), "fchdir" }, [134] = { 2, 0, SEN(bdflush), "bdflush" }, -[135] = { 5, 0, SEN(sysfs), "sysfs" }, +[135] = { 3, 0, SEN(sysfs), "sysfs" }, [136] = { 1, 0, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, [138] = { 1, NF, SEN(setfsuid), "setfsuid" }, diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h index ea53b22c..58ccf46a 100644 --- a/linux/mips/syscallent-n32.h +++ b/linux/mips/syscallent-n32.h @@ -136,7 +136,7 @@ [6133] = { 2, 0, SEN(ustat), "ustat" }, [6134] = { 3, TF, SEN(statfs), "statfs" }, [6135] = { 3, TD, SEN(fstatfs), "fstatfs" }, -[6136] = { 5, 0, SEN(sysfs), "sysfs" }, +[6136] = { 3, 0, SEN(sysfs), "sysfs" }, [6137] = { 2, 0, SEN(getpriority), "getpriority" }, [6138] = { 3, 0, SEN(setpriority), "setpriority" }, [6139] = { 2, 0, SEN(sched_setparam), "sched_setparam" }, diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h index 47b1ba1a..8ea3a7c0 100644 --- a/linux/mips/syscallent-n64.h +++ b/linux/mips/syscallent-n64.h @@ -136,7 +136,7 @@ [5133] = { 2, 0, SEN(ustat), "ustat" }, [5134] = { 3, TF, SEN(statfs), "statfs" }, [5135] = { 3, TD, SEN(fstatfs), "fstatfs" }, -[5136] = { 5, 0, SEN(sysfs), "sysfs" }, +[5136] = { 3, 0, SEN(sysfs), "sysfs" }, [5137] = { 2, 0, SEN(getpriority), "getpriority" }, [5138] = { 3, 0, SEN(setpriority), "setpriority" }, [5139] = { 2, 0, SEN(sched_setparam), "sched_setparam" },