Re: [PATCH v2 0/3] boot: image-fdt: Restore suppression of irrelevant ERROR message
Tom Rini <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 11 Aug 2026 23:16:46 +0000, Jonas Karlman wrote:
> This series changes the returned error code for lmb_alloc_mem() and
> lmb_free() may return to help restore suppression of the verbose ERROR
> messages when FDT memreserve and reserved-memory is being processed.
>
> Changes in v2:
> - Change lmb_alloc_mem() to return -EFAULT when region is not part of
> the LMB memory map
> - Change lmb_free() to return -EFAULT when the region is not allocated
> - Change to use a debug message when -EFAULT is returned
>
> [...]
Applied to u-boot/main, thanks!
[1/3] lmb: Return -EFAULT when requested region is not part of memory map
commit: 93e5e5f4cbefccab206a79f86e98c2c39a9d2440
[2/3] lmb: Return -EFAULT when freeing unallocated memory regions
commit: 480644c06e202abec58543aec502f218939fff1e
[3/3] boot: image-fdt: Restore suppression of irrelevant ERROR message
commit: 94a09715bf4c8dfdefbefcd341d0c9da04c5a6c1
--
Tom