Re: [PATCH v1 0/8] Cleanup the LMB subsystem

2024-12-12 Thread Sam Protsenko
On Wed, Dec 11, 2024 at 4:55 AM Ilias Apalodimas wrote: > > Hi all, > > This is v1 of the rfc [0] > > The LMB subsystem was used opportunistically for a number of years. > A while back Sughosh merged it with the EFI subsystem in order to have a > common allocator and avoid subsystems overwriting m

Re: [PATCH v1 0/8] Cleanup the LMB subsystem

2024-12-12 Thread Sam Protsenko
On Thu, Dec 12, 2024 at 3:30 PM Sam Protsenko wrote: > Hi Ilias, > > This series doesn't apply as is on current master (tried MBOX file > from lore). I'll still try to review it by merging conflicts locally, > but please double check it on your side, and re-submit in case of > actual conflicts. >

Re: [PATCH v1 0/8] Cleanup the LMB subsystem

2024-12-12 Thread Sam Protsenko
On Wed, Dec 11, 2024 at 4:55 AM Ilias Apalodimas wrote: > > Hi all, > > This is v1 of the rfc [0] > > The LMB subsystem was used opportunistically for a number of years. > A while back Sughosh merged it with the EFI subsystem in order to have a > common allocator and avoid subsystems overwriting m

[PATCH v1 0/8] Cleanup the LMB subsystem

2024-12-11 Thread Ilias Apalodimas
Hi all, This is v1 of the rfc [0] The LMB subsystem was used opportunistically for a number of years. A while back Sughosh merged it with the EFI subsystem in order to have a common allocator and avoid subsystems overwriting memory they shouldn't. This is an initial cleanup of all the crud we ga