mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
The copy_to_user() function returns the number of bytes remaining to be
copied, but this code should return -EFAULT.
Fixes:
|
||
|---|---|---|
| .. | ||
| fsl-mc | ||
| mdev | ||
| pci | ||
| platform | ||
| Kconfig | ||
| Makefile | ||
| vfio_iommu_spapr_tce.c | ||
| vfio_iommu_type1.c | ||
| vfio_spapr_eeh.c | ||
| vfio.c | ||
| virqfd.c | ||