Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers)
Subject: [lttng-dev] [PATCH lttng-modules] Fix: RHEL kernel 3.10.0-327.13.1 compat
Date: Wed, 20 Apr 2016 22:24:56 +0000 (UTC)	[thread overview]
Message-ID: <1374501110.65365.1461191096781.JavaMail.zimbra@efficios.com> (raw)
In-Reply-To: <1461189005-15862-1-git-send-email-mjeanson@efficios.com>

merged into master, 2.8 and 2.7, thanks!

Mathieu

----- On Apr 20, 2016, at 5:50 PM, Michael Jeanson mjeanson at efficios.com wrote:

> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> lttng-statedump-impl.c | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/lttng-statedump-impl.c b/lttng-statedump-impl.c
> index 4c1a99d..a252043 100644
> --- a/lttng-statedump-impl.c
> +++ b/lttng-statedump-impl.c
> @@ -403,7 +403,8 @@ void lttng_statedump_process_ns(struct lttng_session
> *session,
> 	 */
> #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0) || \
> 		LTTNG_UBUNTU_KERNEL_RANGE(3,13,11,36, 3,14,0,0) || \
> -		LTTNG_UBUNTU_KERNEL_RANGE(3,16,1,11, 3,17,0,0))
> +		LTTNG_UBUNTU_KERNEL_RANGE(3,16,1,11, 3,17,0,0) || \
> +		LTTNG_RHEL_KERNEL_RANGE(3,10,0,229,13,0, 3,11,0,0,0,0))
> 	proxy = p->nsproxy;
> #else
> 	rcu_read_lock();
> @@ -422,7 +423,8 @@ void lttng_statedump_process_ns(struct lttng_session
> *session,
> 	}
> #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0) || \
> 		LTTNG_UBUNTU_KERNEL_RANGE(3,13,11,36, 3,14,0,0) || \
> -		LTTNG_UBUNTU_KERNEL_RANGE(3,16,1,11, 3,17,0,0))
> +		LTTNG_UBUNTU_KERNEL_RANGE(3,16,1,11, 3,17,0,0) || \
> +		LTTNG_RHEL_KERNEL_RANGE(3,10,0,229,13,0, 3,11,0,0,0,0))
> 	/* (nothing) */
> #else
> 	rcu_read_unlock();
> --
> 2.7.4

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


      reply	other threads:[~2016-04-20 22:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20 21:50 Michael Jeanson
2016-04-20 22:24 ` Mathieu Desnoyers [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1374501110.65365.1461191096781.JavaMail.zimbra@efficios.com \
    --to=mathieu.desnoyers@efficios.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox