]> git.baikalelectronics.ru Git - kernel.git/commit
net: Fix wrong interpretation of some copy_to_user() results.
authorPavel Emelyanov <xemul@openvz.org>
Fri, 25 Apr 2008 08:49:48 +0000 (01:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Apr 2008 08:49:48 +0000 (01:49 -0700)
commita68e3a835f2d86ccf073d286e3d136903883a360
tree8d77bebbe29378c818313e4557242548b923d787
parent3dbcfe11d040b55fb6e7c008da192c8f00faaef4
net: Fix wrong interpretation of some copy_to_user() results.

I found some places, that erroneously return the value obtained from
the copy_to_user() call: if some amount of bytes were not able to get
to the user (this is what this one returns) the proper behavior is to
return the -EFAULT error, not that number itself.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/can/raw.c
net/dccp/probe.c
net/tipc/socket.c