On Sat, Oct 26, 2024 at 01:05:50AM +0800, Alan Huang wrote: > On Oct 26, 2024, at 00:54, Kent Overstreet <[email protected]> wrote: > > > > On Fri, Oct 25, 2024 at 08:56:18PM +0900, Jeongjun Park wrote: > >> c->btree_roots_known[i].b can be NULL. In this case, a NULL pointer > >> dereference > >> occurs, so you need to add code to check the variable. > >> > >> Reported-by: [email protected] > >> Fixes: 7773df19c35f ("bcachefs: metadata version bucket_stripe_sectors") > >> Signed-off-by: Jeongjun Park <[email protected]> > > > > This looks identical to the v1? It's already in my testing branch > > This version fix the “Fixes" tag, the original one is: > > "Fixes: ("bcachefs: metadata version bucket_stripe_sectors”)"
thanks
