On Fri, Jun 14, 2024 at 10:40:52AM -0700, Andrew Morton wrote: > On Fri, 14 Jun 2024 10:16:02 -0700 Yury Norov <yury.norov@xxxxxxxxx> wrote: > > > On Thu, May 23, 2024 at 08:00:07PM -0700, Andrew Morton wrote: > > > > > > The patch titled > > > Subject: gcc: disable '-Warray-bounds' for gcc-9 > > > has been added to the -mm mm-hotfixes-unstable branch. Its filename is > > > gcc-disable-warray-bounds-for-gcc-9.patch > > > > Hi Andrew, > > > > The script said you've applied it to mm-hotfixes, but the patch is > > still not in mainline. Are you going to move it in this cycle, or > > what are your plans on it? > > I was thinking it would go via the net tree but it seems that > b44759705f7d is in mainline so I can send this into Linus soon. > > Did we agree that > > Fixes: b44759705f7d ("bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()") > > is the appropriate target? Not that b44759705f7d introduced a bug, it reveals GCC bug. But I think it's worth to mention the b44759705f7d somehow. Please put it at your discretion. Thanks, Yury