Re: [PATCH 1/3] nds32: Cleanup deprecated function strlen_user

2021-04-20 Thread Greentime Hu
於 2021年4月20日 週二 下午9:38寫道: > > From: Guo Ren > > $ grep strlen_user * -r > arch/csky/include/asm/uaccess.h:#define strlen_user(str) strnlen_user(str, > 32767) > arch/csky/lib/usercopy.c: * strlen_user: - Get the size of a string in user > space. > arch/ia64/lib/strlen.S: // Please note that in t

Re: [PATCH 1/3] nds32: Cleanup deprecated function strlen_user

2021-04-20 Thread Christoph Hellwig
Can you also clean up the reference to strlen_user in the comments in the ia64 and mips code, please?

[PATCH 1/3] nds32: Cleanup deprecated function strlen_user

2021-04-20 Thread guoren
From: Guo Ren $ grep strlen_user * -r arch/csky/include/asm/uaccess.h:#define strlen_user(str) strnlen_user(str, 32767) arch/csky/lib/usercopy.c: * strlen_user: - Get the size of a string in user space. arch/ia64/lib/strlen.S: // Please note that in the case of strlen() as opposed to strlen_us