From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com BE318133439 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=efficios.com; s=default; t=1552408556; bh=rXamu+KIfX7FDVjBVXweJ8TgYtj6TGa6TXOr9mbg6vM=; h=Date:From:To:Message-ID:MIME-Version; b=Y6GQXjD00l30VeM1Ql4Zdkeqm5BEnfEbmLN0twIZAjhQ+ZvtfZYKC5KrNjSJYwZsl moMZkJ77YB+ULLN/g5dS6O+BYxW4Tw8fkBx2G0X1u6J3AOi6HAtgIqE8HxPaX/6JhX 0fIhtVdgekZVmUpNKYAqU/aDZAuzpfzwUPPRXGiydFBmOanDnig9wisIVJJGRfWghX 9kB8wWTgjEHoGAHy4klXEh1sPFMbsFQjH1mvuCS09myq+Y7HODEyPV0u6VNxf4nhVU 0U6mQCVECxNlOQuq5Gg5/PG/ysEvh7v8jBL+xVUOQ+1D+dIhBA7sukW670wD4N5PxU BRRu7YpRdWQfA== Date: Tue, 12 Mar 2019 12:35:56 -0400 (EDT) From: Mathieu Desnoyers Message-ID: <804725660.4775.1552408556592.JavaMail.zimbra@efficios.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [diamon-discuss] [RELEASE] LTTng-modules 2.9.12, 2.10.9, 2.11.0-rc4 (Linux kernel tracer) List-Id: DiaMon diagnostic and monitoring workgroup general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: lttng-dev@lists.lttng.org, diamon-discuss@lists.linuxfoundation.org Cc: lwn , linux-kernel Hi, LTTng-modules tracer 2.9.12, 2.10.9, 2.11.0-rc4 releases add support for Linux kernel v4.20 and v5.0, as well as support for the RHEL 7.6 Linux kernel. I realized that 2.11.0-rc3 was missing a RHEL 7.6 build fix, so I released a 2.11.0-rc4 immediately after this "Doh!" moment, appropriately celebrating Homer Simpson's birthday. Project website: http://lttng.org Documentation: http://lttng.org/docs Download link: http://lttng.org/download Changelog: 2019-03-12 (Homer Simpson Birthday) LTTng modules 2.9.12 * Blacklist: kprobe for arm * Cleanup: tp mempool: Remove logically dead code * Fix: btrfs: Remove fsid/metadata_fsid fields from btrfs_info * Fix: SUNRPC: Simplify defining common RPC trace events (v5.0) * Fix: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid * Fix: Remove 'type' argument from access_ok() function (v5.0) * Fix: timer instrumentation for RHEL 7.6 * Fix: ext4: adjust reserved cluster count when removing extents (v4.20) * Fix: signal: Remove SEND_SIG_FORCED (v4.20) * Fix: signal: Distinguish between kernel_siginfo and siginfo (v4.20) 2019-03-12 (Homer Simpson Birthday) LTTng modules 2.10.9 * Blacklist: kprobe for arm * Cleanup: tp mempool: Remove logically dead code * Fix: btrfs: Remove fsid/metadata_fsid fields from btrfs_info * Fix: SUNRPC: Simplify defining common RPC trace events (v5.0) * Fix: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid * Fix: Remove 'type' argument from access_ok() function (v5.0) * Fix: timer instrumentation for RHEL 7.6 * Fix: ext4: adjust reserved cluster count when removing extents (v4.20) * Fix: signal: Remove SEND_SIG_FORCED (v4.20) * Fix: signal: Distinguish between kernel_siginfo and siginfo (v4.20) 2019-03-12 (Homer Simpson Birthday) LTTng modules 2.11.0-rc4 * Fix: timer instrumentation for RHEL 7.6 2019-03-12 (Homer Simpson Birthday) LTTng modules 2.11.0-rc3 * Move timekeeping blacklisting to a header file * Blacklist: kprobe for arm * Cleanup: tp mempool: Remove logically dead code * Fix: btrfs: Remove fsid/metadata_fsid fields from btrfs_info * Fix: SUNRPC: Simplify defining common RPC trace events (v5.0) * Fix: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid * Fix: Remove 'type' argument from access_ok() function (v5.0) * Add missing SPDX license identifiers to uprobes * Fix: ext4: adjust reserved cluster count when removing extents (v4.20) * Fix: signal: Remove SEND_SIG_FORCED (v4.20) * Fix: signal: Distinguish between kernel_siginfo and siginfo (v4.20) -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Desnoyers Subject: [RELEASE] LTTng-modules 2.9.12, 2.10.9, 2.11.0-rc4 (Linux kernel tracer) Date: Tue, 12 Mar 2019 12:35:56 -0400 (EDT) Message-ID: <804725660.4775.1552408556592.JavaMail.zimbra@efficios.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: lttng-dev@lists.lttng.org, diamon-discuss@lists.linuxfoundation.org Cc: lwn , linux-kernel List-Id: lttng-dev@lists.lttng.org Hi, LTTng-modules tracer 2.9.12, 2.10.9, 2.11.0-rc4 releases add support for Linux kernel v4.20 and v5.0, as well as support for the RHEL 7.6 Linux kernel. I realized that 2.11.0-rc3 was missing a RHEL 7.6 build fix, so I released a 2.11.0-rc4 immediately after this "Doh!" moment, appropriately celebrating Homer Simpson's birthday. Project website: http://lttng.org Documentation: http://lttng.org/docs Download link: http://lttng.org/download Changelog: 2019-03-12 (Homer Simpson Birthday) LTTng modules 2.9.12 * Blacklist: kprobe for arm * Cleanup: tp mempool: Remove logically dead code * Fix: btrfs: Remove fsid/metadata_fsid fields from btrfs_info * Fix: SUNRPC: Simplify defining common RPC trace events (v5.0) * Fix: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid * Fix: Remove 'type' argument from access_ok() function (v5.0) * Fix: timer instrumentation for RHEL 7.6 * Fix: ext4: adjust reserved cluster count when removing extents (v4.20) * Fix: signal: Remove SEND_SIG_FORCED (v4.20) * Fix: signal: Distinguish between kernel_siginfo and siginfo (v4.20) 2019-03-12 (Homer Simpson Birthday) LTTng modules 2.10.9 * Blacklist: kprobe for arm * Cleanup: tp mempool: Remove logically dead code * Fix: btrfs: Remove fsid/metadata_fsid fields from btrfs_info * Fix: SUNRPC: Simplify defining common RPC trace events (v5.0) * Fix: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid * Fix: Remove 'type' argument from access_ok() function (v5.0) * Fix: timer instrumentation for RHEL 7.6 * Fix: ext4: adjust reserved cluster count when removing extents (v4.20) * Fix: signal: Remove SEND_SIG_FORCED (v4.20) * Fix: signal: Distinguish between kernel_siginfo and siginfo (v4.20) 2019-03-12 (Homer Simpson Birthday) LTTng modules 2.11.0-rc4 * Fix: timer instrumentation for RHEL 7.6 2019-03-12 (Homer Simpson Birthday) LTTng modules 2.11.0-rc3 * Move timekeeping blacklisting to a header file * Blacklist: kprobe for arm * Cleanup: tp mempool: Remove logically dead code * Fix: btrfs: Remove fsid/metadata_fsid fields from btrfs_info * Fix: SUNRPC: Simplify defining common RPC trace events (v5.0) * Fix: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid * Fix: Remove 'type' argument from access_ok() function (v5.0) * Add missing SPDX license identifiers to uprobes * Fix: ext4: adjust reserved cluster count when removing extents (v4.20) * Fix: signal: Remove SEND_SIG_FORCED (v4.20) * Fix: signal: Distinguish between kernel_siginfo and siginfo (v4.20) -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com