commit | 20a4a236c7de5c915551cdc562482aa53eaff40e | [log] [tgz] |
---|---|---|
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | Thu Nov 13 18:06:04 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Nov 18 22:28:58 2008 +0100 |
tree | a801472196c4cb994309d767c15c90317e05cf0c | |
parent | 093bac154c142fa1fb31a3ac69ae1bc08930231b [diff] |
x86: uaccess_64: fix return value in __copy_from_user() __copy_from_user() will return invalid value 16 when it fails to access user space and the size is 10. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>