keyctl_capabilities
return keyctl_capabilities(compat_ptr(arg2), arg3);
extern long keyctl_capabilities(unsigned char __user *_buffer, size_t buflen);
return keyctl_capabilities((unsigned char __user *)arg2, (size_t)arg3);