[PATCH] strace: s390 backend update

Heiko Carstens heiko.carstens at de.ibm.com
Tue Oct 25 01:56:32 UTC 2005


Hi Roland,

here a resend of the last s390 backend patch for strace. I sent it already
a month ago, but it problably got lost somewhere.
Patch is against CVS head as of today.

Thanks,
Heiko

diffstat:
 ChangeLog                |    7 +++++++
 linux/s390/syscallent.h  |   12 ++++++------
 linux/s390x/syscallent.h |   12 ++++++------
 3 files changed, 19 insertions(+), 12 deletions(-)

diff -urN a/ChangeLog b/ChangeLog
--- a/ChangeLog	2005-10-22 00:06:58.000000000 +0200
+++ b/ChangeLog	2005-10-25 10:48:29.000000000 +0200
@@ -1,3 +1,10 @@
+2005-10-25  Heiko Carstens  <heiko.carstens at de.ibm.com>
+
+	* linux/s390/syscallent.h: Added ioprio_set, ioprio_get,
+	inotify_init, inotify_add_watch, inotify_rm_watch.
+	Corrected number of arguments for request_key.
+	* linux/s390x/syscallent.h: Likewise.
+
 2005-10-21  Roland McGrath  <roland at redhat.com>
 
 	* util.c (printpathn): Cap N at sizeof path - 1.
diff -urN a/linux/s390/syscallent.h b/linux/s390/syscallent.h
--- a/linux/s390/syscallent.h	2005-08-03 13:27:34.000000000 +0200
+++ b/linux/s390/syscallent.h	2005-10-25 10:47:34.000000000 +0200
@@ -307,15 +307,15 @@
 	{ 3,	0,	sys_mq_getsetattr,	"mq_getsetattr"	}, /* 276 */
 	{ 5,	0,	printargs,		"sys_kexec_load" }, /* 277 */
 	{ 5,	0,	printargs,		"add_key"	}, /* 278 */
-	{ 5,	0,	printargs,		"request_key"	}, /* 279 */
+	{ 4,	0,	printargs,		"request_key"	}, /* 279 */
 	{ 5,	0,	printargs,		"keyctl"	}, /* 280 */
 	{ 5,	TP,	sys_waitid,		"waitid"	}, /* 281 */
+	{ 3,	0,	printargs,		"ioprio_set"	}, /* 282 */
+	{ 2,	0,	printargs,		"ioprio_get"	}, /* 283 */
+	{ 0,	0,	printargs,		"inotify_init"	}, /* 284 */
+	{ 3,	0,	printargs,		"inotify_add_watch" }, /* 285 */
+	{ 2,	0,	printargs,		"inotify_rm_watch" }, /* 286 */
 
-	{ 5,	0,	printargs,		"SYS_282"	}, /* 282 */
-	{ 5,	0,	printargs,		"SYS_283"	}, /* 283 */
-	{ 5,	0,	printargs,		"SYS_284"	}, /* 284 */
-	{ 5,	0,	printargs,		"SYS_285"	}, /* 285 */
-	{ 5,	0,	printargs,		"SYS_286"	}, /* 286 */
 	{ 5,	0,	printargs,		"SYS_287"	}, /* 287 */
 	{ 5,	0,	printargs,		"SYS_288"	}, /* 288 */
 	{ 5,	0,	printargs,		"SYS_289"	}, /* 289 */
diff -urN a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h
--- a/linux/s390x/syscallent.h	2005-08-03 13:27:34.000000000 +0200
+++ b/linux/s390x/syscallent.h	2005-10-25 10:47:34.000000000 +0200
@@ -306,15 +306,15 @@
 	{ 3,	0,	sys_mq_getsetattr,	"mq_getsetattr"	}, /* 276 */
 	{ 5,	0,	printargs,		"sys_kexec_load" }, /* 277 */
 	{ 5,	0,	printargs,		"add_key"	}, /* 278 */
-	{ 5,	0,	printargs,		"request_key"	}, /* 279 */
+	{ 4,	0,	printargs,		"request_key"	}, /* 279 */
 	{ 5,	0,	printargs,		"keyctl"	}, /* 280 */
 	{ 5,	TP,	sys_waitid,		"waitid"	}, /* 281 */
+	{ 3,	0,	printargs,		"ioprio_set"	}, /* 282 */
+	{ 2,	0,	printargs,		"ioprio_get"	}, /* 283 */
+	{ 0,	0,	printargs,		"inotify_init"	}, /* 284 */
+	{ 3,	0,	printargs,		"inotify_add_watch" }, /* 285 */
+	{ 2,	0,	printargs,		"inotify_rm_watch" }, /* 286 */
 
-	{ 5,	0,	printargs,		"SYS_282"	}, /* 282 */
-	{ 5,	0,	printargs,		"SYS_283"	}, /* 283 */
-	{ 5,	0,	printargs,		"SYS_284"	}, /* 284 */
-	{ 5,	0,	printargs,		"SYS_285"	}, /* 285 */
-	{ 5,	0,	printargs,		"SYS_286"	}, /* 286 */
 	{ 5,	0,	printargs,		"SYS_287"	}, /* 287 */
 	{ 5,	0,	printargs,		"SYS_288"	}, /* 288 */
 	{ 5,	0,	printargs,		"SYS_289"	}, /* 289 */




More information about the Strace-devel mailing list