Hi, When can the patch be expected to reach linux-next? Syzbot can't build/boot the tree for more than 12 days already :( -- Aleksandr On 27.08.25, David Hildenbrand wrote: > On 26.08.25 15:09, Marek Szyprowski wrote: > > Commit 167f21a81a9c ("mm: remove BDI_CAP_WRITEBACK_ACCT") removed > > BDI_CAP_WRITEBACK_ACCT flag and refactored code that depend on it. > > Unfortunately it also moved some variable intialization out of guarded > > scope in writeback handling, what triggers a true lockdep warning. Fix > > this by moving initialization to the proper place. > > Nasty > > > > > Fixes: 167f21a81a9c ("mm: remove BDI_CAP_WRITEBACK_ACCT") > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > > --- > > Acked-by: David Hildenbrand <david@xxxxxxxxxx> > > -- > Cheers > > David / dhildenb