On Wed, Oct 30, 2024 at 02:35:31PM -0700, Nicolin Chen wrote: > From: Jason Gunthorpe <j...@nvidia.com> > > The iommu_copy_struct_from_user_array helper can be used to copy a single > entry from a user array which might not be efficient if the array is big. > > Add a new iommu_copy_struct_from_full_user_array to copy the entire user > array at once. Update the existing iommu_copy_struct_from_user_array kdoc > accordingly. > > Signed-off-by: Jason Gunthorpe <j...@nvidia.com> > Reviewed-by: Kevin Tian <kevin.t...@intel.com> > Signed-off-by: Nicolin Chen <nicol...@nvidia.com> > --- > include/linux/iommu.h | 48 ++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 47 insertions(+), 1 deletion(-)
Reviewed-by: Jason Gunthorpe <j...@nvidia.com> Jason