Re: [PATCH 2/6] tree-wide: rename vmemdup_user to kvmemdup_user

2020-09-01 Thread Christoph Hellwig
On Thu, Aug 13, 2020 at 05:04:07PM -0400, Josef Bacik wrote: > This helper uses kvmalloc, not vmalloc, so rename it to kvmemdup_user to > make it clear we're using kvmalloc() and will need to use kvfree(). > > Signed-off-by: Josef Bacik Looks good, Reviewed-by: Christoph Hellwig

[PATCH 2/6] tree-wide: rename vmemdup_user to kvmemdup_user

2020-08-13 Thread Josef Bacik
This helper uses kvmalloc, not vmalloc, so rename it to kvmemdup_user to make it clear we're using kvmalloc() and will need to use kvfree(). Signed-off-by: Josef Bacik --- arch/x86/kvm/cpuid.c | 6 +++--- drivers/gpu/drm/virtio/virtgpu_ioctl.c | 2 +-