All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH lttng-modules] Fix: asoc instrumentation for RHEL 7.3
@ 2016-12-07 19:17 Michael Jeanson
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Jeanson @ 2016-12-07 19:17 UTC (permalink / raw
  To: lttng-dev

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
---
 instrumentation/events/lttng-module/asoc.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/instrumentation/events/lttng-module/asoc.h b/instrumentation/events/lttng-module/asoc.h
index 09e1fe2..25136ec 100644
--- a/instrumentation/events/lttng-module/asoc.h
+++ b/instrumentation/events/lttng-module/asoc.h
@@ -21,7 +21,8 @@ struct snd_soc_card;
 struct snd_soc_dapm_widget;
 #endif
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,16,0))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,16,0) \
+	|| LTTNG_RHEL_KERNEL_RANGE(3,10,0,514,0,0, 3,11,0,0,0,0))
 #define CODEC_NAME_FIELD component.name
 #define CODEC_ID_FIELD component.id
 #else
-- 
2.7.4

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH lttng-modules] Fix: asoc instrumentation for RHEL 7.3
       [not found] <1481138253-2365-1-git-send-email-mjeanson@efficios.com>
@ 2016-12-08  1:27 ` Mathieu Desnoyers
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2016-12-08  1:27 UTC (permalink / raw
  To: Michael Jeanson; +Cc: lttng-dev

Merged into master, 2.9, 2.8, thanks!

Mathieu

----- On Dec 7, 2016, at 2:17 PM, Michael Jeanson mjeanson@efficios.com wrote:

> Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
> ---
> instrumentation/events/lttng-module/asoc.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/instrumentation/events/lttng-module/asoc.h
> b/instrumentation/events/lttng-module/asoc.h
> index 09e1fe2..25136ec 100644
> --- a/instrumentation/events/lttng-module/asoc.h
> +++ b/instrumentation/events/lttng-module/asoc.h
> @@ -21,7 +21,8 @@ struct snd_soc_card;
> struct snd_soc_dapm_widget;
> #endif
> 
> -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,16,0))
> +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,16,0) \
> +	|| LTTNG_RHEL_KERNEL_RANGE(3,10,0,514,0,0, 3,11,0,0,0,0))
> #define CODEC_NAME_FIELD component.name
> #define CODEC_ID_FIELD component.id
> #else
> --
> 2.7.4

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-08  1:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07 19:17 [PATCH lttng-modules] Fix: asoc instrumentation for RHEL 7.3 Michael Jeanson
     [not found] <1481138253-2365-1-git-send-email-mjeanson@efficios.com>
2016-12-08  1:27 ` Mathieu Desnoyers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.