Re: [PATCH 01/16] lmb: add versions of the lmb API with flags

2024-09-17 Thread Sughosh Ganu
On Sat, 14 Sept 2024 at 20:01, Heinrich Schuchardt wrote: > > On 9/5/24 10:27, Sughosh Ganu wrote: > > The LMB module is to be used as a backend for allocating and freeing > > up memory requested from other modules like EFI. These memory requests > > are different from the typical LMB reservations

Re: [PATCH 01/16] lmb: add versions of the lmb API with flags

2024-09-14 Thread Heinrich Schuchardt
On 9/5/24 10:27, Sughosh Ganu wrote: The LMB module is to be used as a backend for allocating and freeing up memory requested from other modules like EFI. These memory requests are different from the typical LMB reservations in that memory required by the EFI module cannot be overwritten, or re-r

[PATCH 01/16] lmb: add versions of the lmb API with flags

2024-09-05 Thread Sughosh Ganu
The LMB module is to be used as a backend for allocating and freeing up memory requested from other modules like EFI. These memory requests are different from the typical LMB reservations in that memory required by the EFI module cannot be overwritten, or re-requested. Add versions of the LMB API f