commit: 96f27c21d09dc7148fcf0279f169eb7c9488a8d2 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Feb 10 15:45:02 2026 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Feb 10 15:45:02 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f27c21
dev-libs/userspace-rcu: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> ....14.1-replace-assert-by-urcu_posix_assert.patch | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/dev-libs/userspace-rcu/files/userspace-rcu-0.14.1-replace-assert-by-urcu_posix_assert.patch b/dev-libs/userspace-rcu/files/userspace-rcu-0.14.1-replace-assert-by-urcu_posix_assert.patch deleted file mode 100644 index 2ac035a87ec7..000000000000 --- a/dev-libs/userspace-rcu/files/userspace-rcu-0.14.1-replace-assert-by-urcu_posix_assert.patch +++ /dev/null @@ -1,25 +0,0 @@ -From bbff88f8091752ee19dca672bec197e49cc2ef5d Mon Sep 17 00:00:00 2001 -From: "Z. Liu" <[email protected]> -Date: Mon, 9 Jun 2025 10:39:54 +0800 -Subject: [PATCH] src/urcu-bp.c: assert => urcu_posix_assert - -otherwise build failed if has -DNDEBUG - -Signed-off-by: Z. Liu <[email protected]> - -diff --git a/src/urcu-bp.c b/src/urcu-bp.c -index 8e9afd8..e23ca95 100644 ---- a/src/urcu-bp.c -+++ b/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); -+ urcu_posix_assert(new_chunk == last_chunk); - memset((char *) last_chunk + old_chunk_size_bytes, 0, - new_chunk_size_bytes - old_chunk_size_bytes); - last_chunk->capacity = new_capacity; --- -2.45.2 -
