From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81986 invoked by alias); 29 Mar 2017 13:27:38 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 81967 invoked by uid 89); 29 Mar 2017 13:27:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=tip X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 Mar 2017 13:27:36 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 88C5280F9B; Wed, 29 Mar 2017 13:27:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 88C5280F9B Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fche@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 88C5280F9B Received: from fche.csb (vpn-63-66.rdu2.redhat.com [10.10.63.66]) by smtp.corp.redhat.com (Postfix) with ESMTP id E5C5196656; Wed, 29 Mar 2017 13:27:35 +0000 (UTC) Received: by fche.csb (Postfix, from userid 2569) id 3322A586B9; Wed, 29 Mar 2017 09:27:35 -0400 (EDT) From: fche@redhat.com (Frank Ch. Eigler) To: Masami Hiramatsu Cc: Steven Rostedt , Ingo Molnar , Alban Crequy , Alban Crequy , Alexei Starovoitov , Jonathan Corbet , Arnaldo Carvalho de Melo , Omar Sandoval , linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, iago@kinvolk.io, michael@kinvolk.io, Dorau Lukasz , systemtap@sourceware.org Subject: Re: [RFC PATCH tip/master 0/3] kprobes: tracing: kretprobe_instance dynamic allocation References: <149076484118.24574.7083269903420611708.stgit@devbox> Date: Wed, 29 Mar 2017 13:27:00 -0000 In-Reply-To: <149076484118.24574.7083269903420611708.stgit@devbox> (Masami Hiramatsu's message of "Wed, 29 Mar 2017 14:20:51 +0900") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2017-q1/txt/msg00172.txt.bz2 mhiramat wrote: > Here is a correction of patches to introduce kretprobe_instance > dynamic allocation for avoiding kretprobe silently miss-hits. > [...] Thanks, this looks automatically useful also to systemtap users. - FChE