From 9f7ef2431e16793a9866cfe8a9a8db794f010d7d Mon Sep 17 00:00:00 2001 From: Kris Van Hees Date: Sun, 2 Apr 2017 09:26:46 -0400 Subject: [PATCH] dtrace: NEWS and spec file for 0.6.0-3 Signed-off-by: Kris Van Hees --- dtrace/NEWS | 12 ++++++++++-- dtrace/dtrace-module.spec | 4 ++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/dtrace/NEWS b/dtrace/NEWS index 60452bba1932..db04b44fe159 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 fd74dd7d1cb1..24280b33baa9 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] -- 2.50.1