From a617da8deb3d1948f7f57532db190d690acdc307 Mon Sep 17 00:00:00 2001 From: Kris Van Hees Date: Fri, 25 Apr 2014 10:03:57 -0400 Subject: [PATCH] dtrace: Updated NEWS and specfile Updated the NEWS and specfile to add a note that there is a known regression on test stress/buffering/tst.resize1.d due to the memory allocation checking changes that were made a while ago. This non-harmful regression will be fixed in the next release. Signed-off-by: Kris Van Hees --- dtrace/NEWS | 9 +++++++++ dtrace/dtrace-module.spec | 8 ++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/dtrace/NEWS b/dtrace/NEWS index 788ca3a1f596..3fd3ae71f2f3 100644 --- a/dtrace/NEWS +++ b/dtrace/NEWS @@ -26,6 +26,15 @@ Bugfixes: locking, stack detection, and potential page fault while accessing the stack of a task. +Known problems: + + - As a result of earlier code changes to ensure that all memory allocation + requests are checked for failures, the test for auto-resize behaviour of + the principal buffer allocations results in the dtrace utility aborted + processing rather than continuing operation with the reduced buffer size. + This is overall a non-harmful regression that will be addressed in a future + release. + Release 0.4.2 (Dec 20th, 2013) ------------------------------ Kernel release: 3.8.13-22.el6uek diff --git a/dtrace/dtrace-module.spec b/dtrace/dtrace-module.spec index c03642704119..3c9bb48eb7ee 100644 --- a/dtrace/dtrace-module.spec +++ b/dtrace/dtrace-module.spec @@ -31,7 +31,7 @@ if rpm.vercmp(kver, "3.8.13-32") >= 0 then rpm.define("srcver 0.4.3") - rpm.define("bldrel 2") + rpm.define("bldrel 4") rpm.define("dt_vcode "..rpm.expand("%{dt_0_4_3}")) elseif rpm.vercmp(kver, "3.8.13-22") >= 0 then rpm.define("srcver 0.4.2") @@ -215,8 +215,12 @@ rm -rf %{buildroot} %changelog %if %{dt_vcode} >= %{dt_0_4_3} +* Fri Apr 24 2014 Kris Van Hees - 0.4.3-4 +- Updated NEWS file: test stress/buffering/tst.resize1.d is XFAIL for now. +* Fri Apr 24 2014 Kris Van Hees - 0.4.3-3 +- Rebuild with cleaned up source tree. * Thu Apr 24 2014 Nick Alcock - 0.4.3-2 - Various fixes to handle multi-threaded processes. +- Various fixes to handle multi-threaded processes. [Orabug: 18412802] * Tue Apr 15 2014 Kris Van Hees - 0.4.3-1 - Implmentation of profile-* probes in the profile provider. -- 2.50.1