On Wed, May 20, 2020 at 8:58 AM Jason Wang <jasow...@redhat.com> wrote: > The ptr is a pointer to userspace memory. So we need annotate it with > __user otherwise we may get sparse warnings like: > > drivers/vhost/vhost.c:1603:13: sparse: sparse: incorrect type in initializer > (different address spaces) @@ expected void const *__gu_ptr @@ got > unsigned int [noderef] [usertypvoid const *__gu_ptr @@ > drivers/vhost/vhost.c:1603:13: sparse: expected void const *__gu_ptr > drivers/vhost/vhost.c:1603:13: sparse: got unsigned int [noderef] > [usertype] <asn:1> *idxp > > Cc: Geert Uytterhoeven <ge...@linux-m68k.org> > Cc: linux-m...@lists.linux-m68k.org > Cc: linux-kernel@vger.kernel.org > Reported-by: kbuild test robot <l...@intel.com> > Signed-off-by: Jason Wang <jasow...@redhat.com>
Fixes: 7124330dabe5b3cb ("m68k/uaccess: Revive 64-bit get_user()") Reviewed-by: Geert Uytterhoeven <ge...@linux-m68k.org> i.e. will queue in the m68k for-v5.8 branch. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds