Re: [PATCH v5 0/9] bitops: let optimize out non-atomic bitops on compile-time constants

From: Yury Norov
Date: Thu Jun 30 2022 - 22:58:24 EST


On Thu, Jun 30, 2022 at 06:56:11PM +0200, Alexander Lobakin wrote:
> From: Alexander Lobakin <alexandr.lobakin@xxxxxxxxx>
> Date: Fri, 24 Jun 2022 14:13:04 +0200
>
> > While I was working on converting some structure fields from a fixed
> > type to a bitmap, I started observing code size increase not only in
> > places where the code works with the converted structure fields, but
> > also where the converted vars were on the stack. That said, the
> > following code:
>
> Hey,
>
> Seems like everything is fine this time. I got some reports, but
> those aren't caused by any of the changes from the series.
> Maybe we can take it to -next and see how it goes?

Applied on github.com:/norov/linux.git branch bitmap-for-next

Thanks!