Re: [PATCH v5 04/11] spl: Convert fat to spl_load

2023-08-03 Thread Sean Anderson
On 8/3/23 04:30, Xavier Drudis Ferran wrote: > El Mon, Jul 31, 2023 at 06:42:56PM -0400, Sean Anderson deia: >> This converts the fat loader to use spl_load. Some platforms are very >> tight on space, so we take care to only include the code we really need. >> >> Signed-off-by: Sean Anderson >> -

Re: [PATCH v5 04/11] spl: Convert fat to spl_load

2023-08-03 Thread Xavier Drudis Ferran
El Mon, Jul 31, 2023 at 06:42:56PM -0400, Sean Anderson deia: > This converts the fat loader to use spl_load. Some platforms are very > tight on space, so we take care to only include the code we really need. > > Signed-off-by: Sean Anderson > --- > > Changes in v5: > - Rework to load header in

[PATCH v5 04/11] spl: Convert fat to spl_load

2023-07-31 Thread Sean Anderson
This converts the fat loader to use spl_load. Some platforms are very tight on space, so we take care to only include the code we really need. Signed-off-by: Sean Anderson --- Changes in v5: - Rework to load header in spl_load Changes in v3: - Fix failing on success common/spl/spl_fat.c | 55