sparc: Use __builtin_object_size() to validate the buffer size for copy_from_user()
authorDavid S. Miller <davem@davemloft.net>
Fri, 11 Dec 2009 07:05:23 +0000 (23:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Dec 2009 07:05:23 +0000 (23:05 -0800)
This mirrors x86 commit 9f0cf4adb6aa0bfccf675c938124e68f7f06349d
(x86: Use __builtin_object_size() to validate the buffer size for copy_from_user())

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found