Re: [PATCH 1/2] kmsan: add missing __user tags
From: Alexander Potapenko
Date: Fri Jun 28 2024 - 03:56:43 EST
On Thu, Jun 27, 2024 at 5:14 PM Ilya Leoshkevich <iii@xxxxxxxxxxxxx> wrote:
>
> sparse complains that __user pointers are being passed to functions
> that expect non-__user ones. In all cases, these functions are in fact
> working with user pointers, only the tag is missing. Add it.
Thanks!
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202406272033.KejtfLkw-lkp@xxxxxxxxx/
> Signed-off-by: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
Reviewed-by: Alexander Potapenko <glider@xxxxxxxxxx>