From 70e1972aaacb45a7bfdcfc80b9a868b9aeefd57f Mon Sep 17 00:00:00 2001 From: Kris Van Hees Date: Thu, 5 Sep 2013 17:23:16 -0400 Subject: [PATCH] dtrace: fixes for the module build Signed-off-by: Kris Van Hees --- dtrace/Kbuild | 2 -- dtrace/NEWS | 5 +++-- dtrace/dtrace-module.spec | 7 +++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dtrace/Kbuild b/dtrace/Kbuild index 3967b0227969..89b78c669701 100644 --- a/dtrace/Kbuild +++ b/dtrace/Kbuild @@ -24,8 +24,6 @@ # Copyright 2011 -- 2013 Oracle, Inc. All rights reserved. # Use is subject to license terms. -GCOV_PROFILE := y - EXTRA_CFLAGS := -I$(src)/include -I$(src)/include/uapi obj-$(CONFIG_DT_CORE) += dtrace.o diff --git a/dtrace/NEWS b/dtrace/NEWS index c2fbe8759e2e..dde3fa4f57b2 100644 --- a/dtrace/NEWS +++ b/dtrace/NEWS @@ -1,9 +1,9 @@ DTrace Kernel Modules News ========================== -Release 0.4.0 (Jul 23, 2013) +Release 0.4.0 (Aug 16, 2013) ---------------------------- -Kernel release: 3.8.13-1.el6uek +Kernel release: 3.8.13-14.el6uek New features: @@ -37,6 +37,7 @@ Bugfixes: first element in the result array. - The ustack() action implementation has been replaced. - Several obscure locking problems have been resolved. + - Correct handling of arg5 through arg9. Release 0.3.0 (Sep 14, 2012) ---------------------------- diff --git a/dtrace/dtrace-module.spec b/dtrace/dtrace-module.spec index af02a89c49c6..e6f6338f70c6 100644 --- a/dtrace/dtrace-module.spec +++ b/dtrace/dtrace-module.spec @@ -10,7 +10,7 @@ %define variant %{?build_variant:%{build_variant}}%{!?build_variant:-uek} # Set this to the version of the kernel this module is compiled against. -%define kver %{?build_kver:{build_kver}}%{!?build_kver:3.8.13-1.el6uek} +%define kver %{?build_kver:{build_kver}}%{!?build_kver:3.8.13-14.el6uek} # Increment this whenever the DTrace/userspace interface changes in an # incompatible way. @@ -34,7 +34,7 @@ ExclusiveArch: x86_64 DTrace kernel modules. This package contains the DTrace core module, and standard provider modules: -dtrace, profile, syscall, sdt (io, proc,sched). +dtrace, profile, syscall, sdt (io, proc,sched), and fasttrap (USDT). Maintainers: ------------ @@ -100,9 +100,8 @@ rm -rf %{buildroot} /usr/include/linux/dtrace/types.h %changelog -* Wed Aug 7 2013 Kris Van Hees - 0.4.0-2 +* Wed Aug 7 2013 Kris Van Hees - 0.4.0-1 - Bugfix for module unloading. -* Thu Jul 25 2013 Kris Van Hees - 0.4.0-1 - Support meta-providers, USDT, and fasttrap (for USDT only). - Export DTrace kernel headers to userspace. - Reimplemented ustack(). -- 2.50.1