On Mon, Apr 22, 2024 at 1:31 PM Richard Weinberger <richard@xxxxxx> wrote: > > ----- Ursprüngliche Mail ----- > > Von: "Suren Baghdasaryan" <surenb@xxxxxxxxxx> > >> > Fixes: 576477564ede ("mm: vmalloc: enable memory allocation profiling") > >> > >> This commit id is not in Linus tree. > >> Do I miss something? > > > > It's in mm-unstable under dc26c7e79daf2fc11169b23c150862f0e878ee5a. I > > think it just didn't reach Linus' tree yet. > > Hmm, so we better postpone this path until said commit hits Linus tree, > or you carry it together with the commit in mm-unstable. Oh, sorry, I didn't realize you were talking about the `Fixes: 576477564ede` part... Yeah, unfortunately SHAs in mm-unstable are unstable, so the change being fixed is under edf0a25633bda1e5b7844478dd13b4326a3d5d09 now. I think Andrew placed this fix right after the change it fixes with intention to merge them together later on. > > Thanks, > //richard