The new statx() syscall has been added in the 4.11 kernel. Support needs to be added to the syscall tapset. Some more information: https://lwn.net/Articles/685519/
Created attachment 9959 [details] possible patch
Comment on attachment 9959 [details] possible patch The patch looks reasonable. I do have a question about the changes to testsuite/systemtap.syscall/nd_sys.stp. Why the change from 'probe nd_syscall.*' to 'probe syscall.getcwd ?, syscall.*open* ?, syscall.*stat* ?, syscall.*time* ?, syscall.creat ?'?
Err, that was a temporary tweak speeding up the module compilation during the patch development. I've mistakenly left that in place. Thanks a lot for spotting that.
Fixed in commit 4ae155ae612963b95d9a9a05273ab4baade1cf83