From fe8bbe7a877490178358890847aaa731a84fc52b Mon Sep 17 00:00:00 2001 From: xinghe Date: Mon, 29 Jun 2020 14:25:32 +0800 Subject: [PATCH 1/2] rename backport-remove-benchmarks.patch to fix-regtest-without-bench.patch. --- ...ort-remove-benchmarks.patch => fix-regtest-without-bench.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename backport-remove-benchmarks.patch => fix-regtest-without-bench.patch (100%) diff --git a/backport-remove-benchmarks.patch b/fix-regtest-without-bench.patch similarity index 100% rename from backport-remove-benchmarks.patch rename to fix-regtest-without-bench.patch -- Gitee From f12af363e7918a4552d7de078eabeba4292097ee Mon Sep 17 00:00:00 2001 From: xinghe Date: Mon, 29 Jun 2020 14:29:42 +0800 Subject: [PATCH 2/2] update userspace-rcu.spec. --- userspace-rcu.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/userspace-rcu.spec b/userspace-rcu.spec index a2c99e8..7fd6cb6 100644 --- a/userspace-rcu.spec +++ b/userspace-rcu.spec @@ -1,6 +1,6 @@ Name: userspace-rcu Version: 0.10.1 -Release: 9 +Release: 10 Summary: Userspace read-copy-update library License: LGPLv2+ URL: http://liburcu.org @@ -15,7 +15,7 @@ Patch6005: fix-workqueue-struct-urcu_work-vs-rcu_head-mixup.patch Patch6006: fix-don-t-wait-after-completion-of-job-batch-if-work.patch Patch6007: fix-don-t-wait-after-completion-of-a-work-queue-job-.patch Patch6008: fix-only-wait-if-work-queue-is-empty-in-real-time-mo.patch -Patch6009: backport-remove-benchmarks.patch +Patch6009: fix-regtest-without-bench.patch Patch9000: urcu-fix-deadlock-issue-using-SIG_RCU.patch @@ -77,6 +77,12 @@ make check %changelog +* Thu Jun 29 2020 xinghe - 0.10.1-10 +- Type:bugfix +- ID:NA +- SUG:restart +- DESC: Remove the benchmarks from the regtest. + * Sun Jun 28 2020 xinghe - 0.10.1-9 - Type:bugfix - ID:NA -- Gitee