On Wed, 26 Mar 2025 22:23:36 +0530, Sughosh Ganu wrote: > Commit 56f186a68b3 ("lmb: check if a region can be reserved by > lmb_reserve()") fixed the lmb_reserve() and lmb_alloc_addr() API's for > some corner case scenarios, and also added corresonding test cases for > these corner cases. These tests were checking, among other things, the > lmb_alloc_addr() API. The above commit was applied to the next branch. > > Subsequently, there was commit 67be24906fe > ("lmb: change the return code on lmb_alloc_addr()") which was first > applied on the master branch, and subsequently got merged to next as > part of the rebase. The second commit changes the return value of the > lmb_alloc_addr() API, which now results in some of the tests added as > part of the first commit to fail. Fix those test cases. > > [...]
Applied to u-boot/next, thanks! [1/1] test: lmb: fix the lmb_alloc_addr() based test cases commit: b052de94fa14577cb5d9e724edeb09fee674d582 -- Tom