From 81598514b1f1048b396279b52e7b341f21c541f0 Mon Sep 17 00:00:00 2001 From: Kris Van Hees Date: Wed, 24 May 2017 08:15:54 -0400 Subject: [PATCH] dtrace: fix spec file for 0.6.1-1 Signed-off-by: Kris Van Hees --- dtrace/dtrace-module.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/dtrace/dtrace-module.spec b/dtrace/dtrace-module.spec index 573f04e59d69..121fd8a38b77 100644 --- a/dtrace/dtrace-module.spec +++ b/dtrace/dtrace-module.spec @@ -19,8 +19,8 @@ Name: dtrace-modules-%{kver} Summary: dtrace module -Version: 0.6.0 -Release: 2%{dist} +Version: 0.6.1 +Release: 1%{dist} Provides: dtrace-modules Requires: at License: CDDL @@ -127,6 +127,16 @@ rm -rf %{buildroot} /usr/include/linux/dtrace/types.h %changelog +* Wed May 24 2017 - - 0.6.1-1 +- Implement link_ntop() DTrace subroutine logic (Nick Alcock) [Orabug: 25931479] +- Add canload() for input of *_ntop(), *_nto*() (Tomas Jedlicka) +- Fix implementation of mutex_* subroutines [Orabug: 26044447] +- Improve probe execution debugging +- Support passing offset as arg0 to FBT return probes [Orabug: 25949086] +- Use different probe trigger instruction for entry vs return [Orabug: 25949048] +- Ensure FBT return probes only run with in_irq() true when in true IRQ context + [Orabug: 26089286] +- Ensure ustackdepth returns correct value [Orabug: 25949692] * Wed Apr 12 2017 - - 0.6.0-4 - Always inline dtrace_dif_variable to ensure consistent aframes count [Orabug: 25872472] -- 2.50.1