commit | c4aec3101319f84363a57e09086c2aff6c60a3c3 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Feb 25 10:52:12 2016 +0300 |
committer | Alex Williamson <alex.williamson@redhat.com> | Thu Feb 25 21:48:42 2016 -0700 |
tree | 553031dcd815fc2059ecb467d611c23df4d565ef | |
parent | a13b64591747e8a4ab2df24540a17fca34de2d34 [diff] |
vfio/pci: return -EFAULT if copy_to_user fails The copy_to_user() function returns the number of bytes that were not copied but we want to return -EFAULT on error here. Fixes: 188ad9d6cbbc ('vfio/pci: Include sparse mmap capability for MSI-X table regions') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>