On Wed, Sep 02 2026, "Mattijs Korpershoek" <[email protected]> wrote:
> Hi Rasmus, > > Thank you for the patch. > > On Fri, Aug 28, 2026 at 12:50, Rasmus Villemoes <[email protected]> wrote: > >> Do not translate both OUT_OF_MEMORY and STORAGE_NO_SPACE to -ENOSPC; >> we have -ENOMEM which is more fitting for the former. >> >> Similarly, -ENOENT is a better match for ITEM_NOT_FOUND than "some IO >> went wrong". >> >> None of the callers currently care about the actual error code, so >> this makes no functional change, but we will add special handling of >> the -ENOSPC in a later patch. >> >> Signed-off-by: Rasmus Villemoes <[email protected]> > > Reviewed-by: Mattijs Korpershoek <[email protected]> Thanks. Note that the patch on the optee side is still in flux, and I have an updated version of the U-Boot patches locally. None of this should be merged until the optee side is sorted out and merged. Rasmus
