[PATCH v3 0/6] lmb: miscellaneous fixes and improvements
Tom Rini
trini at konsulko.com
Tue Mar 18 05:56:14 CET 2025
On Mon, 03 Mar 2025 19:02:25 +0530, Sughosh Ganu wrote:
> The patch series contains some fixes and improvements in the lmb
> code, along with addition of corresponding test cases for the changes
> made.
>
> The lmb_reserve() function currently does not check if the requested
> reservation would overlap with existing reserved regions. While some
> scenarios are being handled, some corner cases still exist. These are
> being handled by patch 1, along with adding test cases for these
> scenarios.
>
> [...]
Applied to u-boot/next, thanks!
[1/6] lmb: check if a region can be reserved by lmb_reserve()
commit: 56f186a68b35e8b45136fd44b69c554a0bb0ce35
[2/6] lmb: handle scenario of encompassing overlap
commit: e0a7ea3725d8931a2c31f29ed665ec1f22e37172
[3/6] lmb: check for a region's coalescing with all existing regions
commit: 6e4df5886d27cff043561c8087f373e26cfe9f34
[4/6] lmb: remove superfluous address overlap check from lmb_add_region_flags()
commit: f5f0a0287134223c16ce64303df60c3708684e6a
[5/6] lmb: use a common function to check if regions overlap or are adjacent
commit: fa5b4f5a5f99d1f4ab995d07845d2bff50aaabb7
[6/6] lmb: optimise the lmb allocation functions
commit: 2bf5811e22efffe37bf5dccb8d13529c51fc65dd
--
Tom
More information about the U-Boot
mailing list