Re: [PATCH v2 2/2] test: lmb: Add test for coalescing and overlap range

2023-10-10 Thread Tom Rini
On Tue, Sep 26, 2023 at 04:54:43PM +0530, Udit Kumar wrote: > Add test case for an address range which is coalescing with one of > range and overlapping with next range > > Cc: Simon Glass > Signed-off-by: Udit Kumar > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom

Re: [PATCH v2 2/2] test: lmb: Add test for coalescing and overlap range

2023-09-26 Thread Simon Glass
On Tue, 26 Sept 2023 at 05:25, Udit Kumar wrote: > > Add test case for an address range which is coalescing with one of > range and overlapping with next range > > Cc: Simon Glass > Signed-off-by: Udit Kumar > --- > test/lib/lmb.c | 13 - > 1 file changed, 12 insertions(+), 1

[PATCH v2 2/2] test: lmb: Add test for coalescing and overlap range

2023-09-26 Thread Udit Kumar
Add test case for an address range which is coalescing with one of range and overlapping with next range Cc: Simon Glass Signed-off-by: Udit Kumar --- test/lib/lmb.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/test/lib/lmb.c b/test/lib/lmb.c index