Re: [PATCH] lib/vsprintf: don't increment buf in bitmap_list_string

From: Sergey Senozhatsky
Date: Thu Aug 19 2021 - 05:35:45 EST


On (21/08/18 13:10), Yury Norov wrote:
> On Wed, Aug 18, 2021 at 12:36:51PM -0700, Andrew Morton wrote:
> > On Wed, 18 Aug 2021 12:17:18 +0300 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
> >
> > > On Tue, Aug 17, 2021 at 12:37:35PM -0700, Yury Norov wrote:
> > >
> > > Thanks!
> > >
> > > > Increment is confusing as the buf is overritten at the same line.
> > >
> > > > Fixes: b1c4af4d3d6b (vsprintf: rework bitmap_list_string) (next-20210817)
> > >
> > > Fixes tag has its special format. I don't think we need it here, just to ask
> > > Andrew in comments that it needs to be folded.
> >
> > I'm assuming that Sergey will be handling this one?
>
> This is a fix to recent bitmap series. If you fold-in into
> b1c4af4d3d6b, would be also OK.

This type of patches simpler to handle when they sent as a reply
to the patch they fix.