Re: [lttng-dev] Compile fix for urcu-bp.c

2024-04-01 Thread Mathieu Desnoyers via lttng-dev
Hi, There are a few things missing before I can take this patch: - Missing commit message describing the issue, - Missing "Signed-off-by" tag. Thanks! Mathieu On 2024-03-29 10:06, Duncan Sands via lttng-dev wrote: --- src/urcu-bp.c +++ src/urcu-bp.c @@ -409,7 +409,7 @@ void

[lttng-dev] Compile fix for urcu-bp.c

2024-03-29 Thread Duncan Sands via lttng-dev
--- src/urcu-bp.c +++ src/urcu-bp.c @@ -409,7 +409,7 @@ void expand_arena(struct registry_arena *arena) new_chunk_size_bytes, 0); if (new_chunk != MAP_FAILED) { /* Should not have moved. */ - assert(new_chunk == last_chunk); +