strnlen_user_nofault
long strnlen_user_nofault(const void __user *unsafe_addr, long count);
return strnlen_user_nofault(uaddr, MAX_STRING_SIZE);