lttng-ust:stable-2.3

Last commit made on 2014-03-10
Get this branch:
git clone -b stable-2.3 https://git.launchpad.net/lttng-ust

Branch merges

Branch information

Name:
stable-2.3
Repository:
lp:lttng-ust

Recent commits

29b4e5f... by Mathieu Desnoyers

Fix: incorrect urcu git URL in README

Reported-by: Ruslan Uvashev <email address hidden>
Signed-off-by: Mathieu Desnoyers <email address hidden>

de55c7d... by Mathieu Desnoyers

Version 2.3.2

Signed-off-by: Mathieu Desnoyers <email address hidden>

b367a10... by Mathieu Desnoyers

Fix: Cast from pointer to different integer size warning

Occurs on a 32-bit build. Caused by casting pointer arguments to 64-bit
integers (in the filter stack preparation code).

Fixes #691

Reviewed-by: Jérémie Galarneau <email address hidden>
Signed-off-by: Mathieu Desnoyers <email address hidden>

99e17c4... by Mathieu Desnoyers

Cleanup: fix comment

Fixes #652

Signed-off-by: Mathieu Desnoyers <email address hidden>

95d6edb... by Mathieu Desnoyers

Fix: add assert for NULL dereference

CID 1021248 (#1 of 1): Dereference null return value (NULL_RETURNS)3.
dereference: Dereferencing a null pointer "obj".

Signed-off-by: Mathieu Desnoyers <email address hidden>

9e9a943... by Mathieu Desnoyers

Fix: tracepoint out of memory handling

CID 1021247 (#1 of 1): Dereference null return value (NULL_RETURNS)3.
dereference: Dereferencing a null pointer "pl".

Handle more gracefully add_callsite memory allocation failure too.

Signed-off-by: Mathieu Desnoyers <email address hidden>

9f65ef2... by Mathieu Desnoyers

Cleanup: remove logically dead code

CID 1021235 (#1 of 1): Logically dead code (DEADCODE)
dead_error_line:
Execution cannot reach this statement "case LTTNG_UST_LOGLEVEL_ALL:".

Signed-off-by: Mathieu Desnoyers <email address hidden>

995034f... by Mathieu Desnoyers

Fix: handle sysconf errors

CID 1021261 (#1 of 1): Argument cannot be negative (NEGATIVE_RETURNS)10.
negative_returns: "sysconf(30)" is passed to a parameter that cannot be
negative.

Signed-off-by: Mathieu Desnoyers <email address hidden>

bb20a43... by Mathieu Desnoyers

Fix: FD leak in liblttng-ust-ctl

Make sure wait/wakeup stream and channel FDs are closed at teardown.
This led to FD leaks on the consumer daemon when the relay daemon
disconnects unexpectedly.

Signed-off-by: Mathieu Desnoyers <email address hidden>

e2aadae... by Mathieu Desnoyers

Fix: liblttng-ust-fork Makefile flags mismatch

Signed-off-by: Mathieu Desnoyers <email address hidden>