Re: [PATCH v2 3/3] lib/vsprintf: Force type of flags value for gfp_t

From: Sergey Senozhatsky
Date: Fri Jul 31 2020 - 21:36:23 EST


On (20/07/31 16:49), Steven Rostedt wrote:
> On Fri, 31 Jul 2020 21:08:24 +0300
> Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> > Sparse is not happy about restricted type being assigned:
> > lib/vsprintf.c:1940:23: warning: incorrect type in assignment (different base types)
> > lib/vsprintf.c:1940:23: expected unsigned long [assigned] flags
> > lib/vsprintf.c:1940:23: got restricted gfp_t [usertype]
> >
> > Force type of flags value to make sparse happy.
> >
> > Cc: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
>
> Reviewed-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>

Thanks.

> Petr or Sergey,
>
> Want to take these through the printk tree?

Can take through the printk-tree.

-ss