commit | 7f509a9ef7af0d6ac852d49eb87ed2b9857821cc | [log] [tgz] |
---|---|---|
author | GuanXuetao <gxt@mprc.pku.edu.cn> | Sat Jan 15 18:08:09 2011 +0800 |
committer | GuanXuetao <gxt@mprc.pku.edu.cn> | Thu Mar 17 09:19:05 2011 +0800 |
tree | b6e1eb8c435cf14ce5626a33ab2da36aee9f791c | |
parent | 38f5bf84bd588a82890f5ab32cba3317555a73e1 [diff] |
asm-generic headers: add arch-specific __strnlen_user calling in uaccess.h This patch changes the implementation of strnlen_user in include/asm-generic/uaccess.h. Originally, it calls strlen() function directly, which may not correctly handle the access of user space in most mmu-enabled architectures. New __strnlen_user is added for using as an architecture specific function. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Reviewed-by: Arnd Bergmann <arnd@arndb.de>