From mboxrd@z Thu Jan 1 00:00:00 1970 From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers) Date: Mon, 20 Aug 2018 16:04:04 -0400 (EDT) Subject: [lttng-dev] [RELEASE] LTTng-UST 2.9.3 and 2.10.2 (Linux user-space tracer) Message-ID: <760818039.3086.1534795444342.JavaMail.zimbra@efficios.com> Hi, Those are bugfix releases of LTTng-UST for the 2.9 and 2.10 stable branches. LTTng-UST, the Linux Trace Toolkit Next Generation Userspace Tracer, is a low-overhead application tracer. The library "liblttng-ust" enables tracing of applications and libraries. Project website: http://lttng.org Documentation: http://lttng.org/docs Download link: http://lttng.org/download Changelog: 2018-08-20 (World Mosquito Day) lttng-ust 2.10.2 * Fix: add liblttng-ust dependency to liblttng-ust-fd * Fix: use LIBDL/LIBC_DL to select either libdl or libc * Fix: AM_CONDITIONAL should be outside AS_IF block * Fix: build jni libs with openjdk >= 10 * Fix: ustfork: save and restore errno in syscall wrappers * Fix: cache the result of getpid() internally * Fix: reset cached vpid context on fork * Fix: string comparison on incorrect length in context provider * Fix: remove for() loop initial declarations * Use ust_lock during sock_info operations for atomicity against fork * Force tracked fd to be bigger than STDERR_FILENO 2018-08-20 (World Mosquito Day) lttng-ust 2.9.3 * Fix: add liblttng-ust dependency to liblttng-ust-fd * Fix: use LIBDL/LIBC_DL to select either libdl or libc * Fix: AM_CONDITIONAL should be outside AS_IF block * Fix: build jni libs with openjdk >= 10 * Fix: ustfork: save and restore errno in syscall wrappers * Fix: cache the result of getpid() internally * Fix: reset cached vpid context on fork * Fix: string comparison on incorrect length in context provider * Fix: remove for() loop initial declarations * Use ust_lock during sock_info operations for atomicity against fork * Force tracked fd to be bigger than STDERR_FILENO -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com