]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dtrace: NEWS and spec file for 0.6.0-3
authorKris Van Hees <kris.van.hees@oracle.com>
Sun, 2 Apr 2017 13:26:46 +0000 (09:26 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Sun, 2 Apr 2017 13:26:46 +0000 (09:26 -0400)
Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/NEWS
dtrace/dtrace-module.spec

index 60452bba193211036193a1b56611e7f20c757c63..db04b44fe159f1c472ec5d72a37529dd0b20b536 100644 (file)
@@ -1,9 +1,9 @@
 DTrace Kernel Modules News
 ==========================
 
-Release 0.6.0 (Mar  3rd, 2017)
+Release 0.6.0 (Apr  3rd, 2017)
 ------------------------------
-Kernel release: 4.1.12-92.el6uek
+Kernel release: 4.1.12-97.el6uek
 
 New features:
 
@@ -68,6 +68,14 @@ Bugfixes:
  - The implementation of the D 'ustack' action has been reworked completely to
    improve stability and accuracy.
 
+ - The number of stack frames to skip has been adjusted to changes in the
+   implementation of various providers, ensuring that DTrace related frames
+   are skipped as they should.  This makes the D 'stack' action and the D
+   'caller' variable values correct.
+
+ - The implementation of the D 'stackdepth' variable could cause memory writes
+   beyond the end of the DTrace probe scratch buffer.
+
 
 Release 0.5.3 (May 25th, 2016)
 ------------------------------
index fd74dd7d1cb1a87ccafc2d6ec85919209e3118d5..24280b33baa9f745d662039bd2c082648a1bd7e6 100644 (file)
@@ -127,6 +127,10 @@ rm -rf %{buildroot}
 /usr/include/linux/dtrace/types.h
 
 %changelog
+* Sun Apr  2 2017 - <kris.van.hees@oracle.com> - 0.6.0-3
+- Lockfree walltimestamp implementation (Tomas Jedlicka) [Orabug: 25715256]
+- Corrected aframes values to skip DTrace frames [Orabug: 25727046]
+- Bug fix for stackdepth buffer overrun [Orabug: 25559321]
 * Fri Mar  3 2017 - <kris.van.hees@oracle.com> - 0.6.0-2
 - Further implementation of FBT with fixes to ustack
   [Orabug: 21220305]