All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH lttng-tools] Fix: double RCU unlock on event_agent_disable_all
@ 2015-09-08 22:32 Jonathan Rajotte
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Rajotte @ 2015-09-08 22:32 UTC (permalink / raw)
  To: lttng-dev; +Cc: jgalar

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
---
 src/bin/lttng-sessiond/event.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/lttng-sessiond/event.c b/src/bin/lttng-sessiond/event.c
index dacd56d..8cca213 100644
--- a/src/bin/lttng-sessiond/event.c
+++ b/src/bin/lttng-sessiond/event.c
@@ -647,8 +647,6 @@ int event_agent_disable_all(struct ltt_ust_session *usess,
 			goto error_unlock;
 		}
 	}
-	rcu_read_unlock();
-
 	ret = LTTNG_OK;
 
 error_unlock:
-- 
2.1.4

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

* Re: [PATCH lttng-tools] Fix: double RCU unlock on event_agent_disable_all
       [not found] <1441751532-11628-1-git-send-email-jonathan.rajotte-julien@efficios.com>
@ 2015-09-09 10:29 ` Jérémie Galarneau
  0 siblings, 0 replies; 2+ messages in thread
From: Jérémie Galarneau @ 2015-09-09 10:29 UTC (permalink / raw)
  To: Jonathan Rajotte; +Cc: lttng-dev, Jeremie Galarneau

Merged in master and stable-2.7, thanks!

Jeremie

On Tue, Sep 8, 2015 at 6:32 PM, Jonathan Rajotte
<jonathan.rajotte-julien@efficios.com> wrote:
> Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
> ---
>  src/bin/lttng-sessiond/event.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/src/bin/lttng-sessiond/event.c b/src/bin/lttng-sessiond/event.c
> index dacd56d..8cca213 100644
> --- a/src/bin/lttng-sessiond/event.c
> +++ b/src/bin/lttng-sessiond/event.c
> @@ -647,8 +647,6 @@ int event_agent_disable_all(struct ltt_ust_session *usess,
>                         goto error_unlock;
>                 }
>         }
> -       rcu_read_unlock();
> -
>         ret = LTTNG_OK;
>
>  error_unlock:
> --
> 2.1.4
>



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com

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

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

end of thread, other threads:[~2015-09-09 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-08 22:32 [PATCH lttng-tools] Fix: double RCU unlock on event_agent_disable_all Jonathan Rajotte
     [not found] <1441751532-11628-1-git-send-email-jonathan.rajotte-julien@efficios.com>
2015-09-09 10:29 ` Jérémie Galarneau

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.