From: Kris Van Hees Date: Sun, 2 Apr 2017 13:26:46 +0000 (-0400) Subject: dtrace: NEWS and spec file for 0.6.0-3 X-Git-Tag: v4.1.12-111.0.20170907_2225~3^2~3^2~19 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9f7ef2431e16793a9866cfe8a9a8db794f010d7d;p=users%2Fjedix%2Flinux-maple.git dtrace: NEWS and spec file for 0.6.0-3 Signed-off-by: Kris Van Hees --- diff --git a/dtrace/NEWS b/dtrace/NEWS index 60452bba19321..db04b44fe159f 100644 --- a/dtrace/NEWS +++ b/dtrace/NEWS @@ -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) ------------------------------ diff --git a/dtrace/dtrace-module.spec b/dtrace/dtrace-module.spec index fd74dd7d1cb1a..24280b33baa9f 100644 --- a/dtrace/dtrace-module.spec +++ b/dtrace/dtrace-module.spec @@ -127,6 +127,10 @@ rm -rf %{buildroot} /usr/include/linux/dtrace/types.h %changelog +* Sun Apr 2 2017 - - 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 - - 0.6.0-2 - Further implementation of FBT with fixes to ustack [Orabug: 21220305]