[...] > > ret = lmb_alloc_addr(ram - 1, 1, LMB_NONE); > > - ut_asserteq(ret, 0); > > + ut_asserteq(ret, -1); > > } > > > > lmb_pop(&store); > > -- > > 2.47.2 > > Tested-by: Ben Schneider <ben at bens.haus> Thanks Ben. Especially for the testing and the whole debugging saga /Ilias