* Enhanced decoding of personality, sched_getaffinity,
and sched_setaffinity syscalls.
* Enhanced decoding of getxpid, getxuid, and getxgid syscalls on alpha.
+ * Added decoding of bind, listen, and setsockopt direct syscalls on sparc.
* Bug fixes
* Fixed build on arc, metag, nios2, or1k, and tile architectures.
* Fixed decoding of 32-bit times syscall return value on 64-bit architectures.
+ * Fixed decoding of mlock2 syscall on sparc.
Noteworthy changes in release 4.11 (2015-12-21)
===============================================
[350] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },
[351] = { 2, 0, SEN(membarrier), "membarrier", },
[352] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
-[353] = { 3, TM, SEN(mlock2), "mlock2" },
-[354 ... 399] = { },
+[353] = { 3, TN, SEN(bind), "bind" },
+[354] = { 2, TN, SEN(listen), "listen" },
+[355] = { 5, TN, SEN(setsockopt), "setsockopt" },
+[356] = { 3, TM, SEN(mlock2), "mlock2" },
+[357 ... 399] = { },
#define SYS_socket_subcall 400
#include "subcall.h"