]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dtrace: Updated NEWS and specfile
authorKris Van Hees <kris.van.hees@oracle.com>
Fri, 25 Apr 2014 14:03:57 +0000 (10:03 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Fri, 25 Apr 2014 14:06:05 +0000 (10:06 -0400)
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 <kris.van.hees@oracle.com>
dtrace/NEWS
dtrace/dtrace-module.spec

index 788ca3a1f59643146b699d7fc27bbf580854dad4..3fd3ae71f2f3aa9ee13f61aa634cbeac3d22aa30 100644 (file)
@@ -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
index c03642704119e65c707b763b56ef2123ea7add43..3c9bb48eb7ee50110ae7470d2f80b612cc5efa13 100644 (file)
@@ -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 <kris.van.hees@oracle.com> - 0.4.3-4
+- Updated NEWS file: test stress/buffering/tst.resize1.d is XFAIL for now.
+* Fri Apr 24 2014 Kris Van Hees <kris.van.hees@oracle.com> - 0.4.3-3
+- Rebuild with cleaned up source tree.
 * Thu Apr 24 2014 Nick Alcock <nick.alcock@oracle.com> - 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 <kris.van.hees@oracle.com> - 0.4.3-1
 - Implmentation of profile-* probes in the profile provider.