From: Kris Van Hees Date: Wed, 24 May 2017 12:15:54 +0000 (-0400) Subject: dtrace: fix spec file for 0.6.1-1 X-Git-Tag: v4.1.12-111.0.20170907_2225~3^2~3^2~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=81598514b1f1048b396279b52e7b341f21c541f0;p=users%2Fjedix%2Flinux-maple.git dtrace: fix spec file for 0.6.1-1 Signed-off-by: Kris Van Hees --- diff --git a/dtrace/dtrace-module.spec b/dtrace/dtrace-module.spec index 573f04e59d691..121fd8a38b772 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]