alpha: fix tracing flags of osf_select and osf_utimes syscalls

* linux/alpha/syscallent.h (osf_select): Add TD flag.
(osf_utimes): Add TF flag.
* NEWS: Mention alpha specific fixes.
This commit is contained in:
Дмитрий Левин 2017-04-16 23:37:13 +00:00
parent 7ffc669fb5
commit 3d0939c56e
2 changed files with 3 additions and 2 deletions

1
NEWS
View File

@ -24,6 +24,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* Bug fixes
* Fixed decoding of flags argument of preadv2 and pwritev2 syscalls on x32.
* Fixed the number of arguments and tracing flags of alpha specific syscalls.
Noteworthy changes in release 4.16 (2017-02-14)
===============================================

View File

@ -119,7 +119,7 @@
[ 90] = { 2, TD, SEN(dup2), "dup2" },
[ 91] = { 2, TD, SEN(fstat), "fstat" },
[ 92] = { 3, TD, SEN(fcntl), "fcntl" },
[ 93] = { 5, 0, SEN(osf_select), "osf_select" },
[ 93] = { 5, TD, SEN(osf_select), "osf_select" },
[ 94] = { 3, TD, SEN(poll), "poll" },
[ 95] = { 1, TD, SEN(fsync), "fsync" },
[ 96] = { 3, 0, SEN(setpriority), "setpriority" },
@ -164,7 +164,7 @@
[135] = { 4, TN, SEN(socketpair), "socketpair" },
[136] = { 2, TF, SEN(mkdir), "mkdir" },
[137] = { 1, TF, SEN(rmdir), "rmdir" },
[138] = { 2, 0, SEN(osf_utimes), "osf_utimes" },
[138] = { 2, TF, SEN(osf_utimes), "osf_utimes" },
[139] = { 5, 0, SEN(printargs), "osf_old_sigreturn" }, /* not implemented */
[140] = { 5, 0, SEN(printargs), "osf_adjtime" }, /* not implemented */
[141] = { 3, TN, SEN(getpeername), "getpeername" },