Re: [PATCH] lmb: remove overlapping region with next range

2023-09-25 Thread Kumar, Udit
Thanks Simon On 9/25/2023 9:39 PM, Simon Glass wrote: Hi Udit, On Sun, 24 Sept 2023 at 22:10, Kumar, Udit wrote: On 9/24/2023 7:21 PM, Heinrich Schuchardt wrote: Am 24. September 2023 13:18:32 MESZ schrieb Udit Kumar : [..] Assumption Thanks Heinrich will fix this typo in v2. Let me

Re: [PATCH] lmb: remove overlapping region with next range

2023-09-25 Thread Kumar, Udit
Hi Mark/Tom On 9/25/2023 9:01 PM, Tom Rini wrote: On Mon, Sep 25, 2023 at 05:27:26PM +0200, Mark Kettenis wrote: Date: Mon, 25 Sep 2023 11:21:26 -0400 From: Tom Rini On Sun, Sep 24, 2023 at 04:48:32PM +0530, Udit Kumar wrote: In case of new memory range to be added is coalesced with any

Re: [PATCH] lmb: remove overlapping region with next range

2023-09-25 Thread Simon Glass
Hi Udit, On Sun, 24 Sept 2023 at 22:10, Kumar, Udit wrote: > > On 9/24/2023 7:21 PM, Heinrich Schuchardt wrote: > > > > Am 24. September 2023 13:18:32 MESZ schrieb Udit Kumar : > >> In case of new memory range to be added is coalesced > >> with any already added non last lmb region. > >> > >>

Re: [PATCH] lmb: remove overlapping region with next range

2023-09-25 Thread Tom Rini
On Mon, Sep 25, 2023 at 05:27:26PM +0200, Mark Kettenis wrote: > > Date: Mon, 25 Sep 2023 11:21:26 -0400 > > From: Tom Rini > > > > On Sun, Sep 24, 2023 at 04:48:32PM +0530, Udit Kumar wrote: > > > > > In case of new memory range to be added is coalesced > > > with any already added non last

Re: [PATCH] lmb: remove overlapping region with next range

2023-09-25 Thread Mark Kettenis
> Date: Mon, 25 Sep 2023 11:21:26 -0400 > From: Tom Rini > > On Sun, Sep 24, 2023 at 04:48:32PM +0530, Udit Kumar wrote: > > > In case of new memory range to be added is coalesced > > with any already added non last lmb region. > > > > And there is possibility that, then region in which new

Re: [PATCH] lmb: remove overlapping region with next range

2023-09-25 Thread Tom Rini
On Sun, Sep 24, 2023 at 04:48:32PM +0530, Udit Kumar wrote: > In case of new memory range to be added is coalesced > with any already added non last lmb region. > > And there is possibility that, then region in which new memory > range added is not adjacent to next region. But have some >

Re: [PATCH] lmb: remove overlapping region with next range

2023-09-24 Thread Kumar, Udit
On 9/24/2023 7:21 PM, Heinrich Schuchardt wrote: Am 24. September 2023 13:18:32 MESZ schrieb Udit Kumar : In case of new memory range to be added is coalesced with any already added non last lmb region. And there is possibility that, then region in which new memory range added is not adjacent

Re: [PATCH] lmb: remove overlapping region with next range

2023-09-24 Thread Heinrich Schuchardt
Am 24. September 2023 13:18:32 MESZ schrieb Udit Kumar : >In case of new memory range to be added is coalesced >with any already added non last lmb region. > >And there is possibility that, then region in which new memory >range added is not adjacent to next region. But have some >sections are

[PATCH] lmb: remove overlapping region with next range

2023-09-24 Thread Udit Kumar
In case of new memory range to be added is coalesced with any already added non last lmb region. And there is possibility that, then region in which new memory range added is not adjacent to next region. But have some sections are overlapping. So along with adjacency check with next lmb region,