lttng-tools:stable-2.1

Last commit made on 2013-07-11
Get this branch:
git clone -b stable-2.1 https://git.launchpad.net/lttng-tools

Branch merges

Branch information

Name:
stable-2.1
Repository:
lp:lttng-tools

Recent commits

2cb0db7... by David Goulet

Update version to v2.1.2

Signed-off-by: David Goulet <email address hidden>

8a78c3b... by David Goulet

Fix: don't create a channel on an enable channel

Backported from master branch of the 2.2 development cycle.
Commit: d54b4440428fedc9c7ec6af65586746ff027fb19

Signed-off-by: David Goulet <email address hidden>

9d45202... by David Goulet

Fix: remove double consumer_del_stream in error path

During a recv_stream call, an error path could have try to delete a
stream two times and could ultimately have triggererd a double free and
refcount issues on the channel.

Signed-off-by: David Goulet <email address hidden>

6d4c7a4... by David Goulet

Fix: handle invalid ops pointer in relayd_close()

Add a lttcomm socket ops pointer check before calling the close
operation of the socket. This can happen if the socket object was
allocated but NOT created.

Furthermore, a fallback is added if no ops pointer is found, the
close(3) system call is used.

This commit also fixes the fact that relayd_close could have been called
on a socket with an invalid operation pointer during the relayd object
creation process in an error path.

Fixes #429

Signed-off-by: David Goulet <email address hidden>

12d7ac5... by David Goulet

Fix: lttng create default name check

Fixes #449

Signed-off-by: David Goulet <email address hidden>

d7686e2... by David Goulet

Fix: add missing error output

Signed-off-by: David Goulet <email address hidden>

b5412c5... by David Goulet

Fix: minor errors in lttng.1 man page

Fixes #448

Signed-off-by: David Goulet <email address hidden>

644ff45... by David Goulet

Fix: kernel function event was listed as probe

Fixes #442

Signed-off-by: David Goulet <email address hidden>

ec64e6c... by David Goulet

Add unsupported error code to lttng cmd line

Fixes #438

Signed-off-by: David Goulet <email address hidden>

a59af24... by David Goulet

Fix: typo in the create command help and man page

Backported from master. Fixes bug436.

Signed-off-by: David Goulet <email address hidden>