From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754059AbdLTCbU (ORCPT ); Tue, 19 Dec 2017 21:31:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:49708 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752880AbdLTCbT (ORCPT ); Tue, 19 Dec 2017 21:31:19 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 39EF121893 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=mhiramat@kernel.org Date: Wed, 20 Dec 2017 11:31:15 +0900 From: Masami Hiramatsu To: Alexei Starovoitov Cc: Ingo Molnar , Stephen Hemminger , Steven Rostedt , Peter Zijlstra , Thomas Gleixner , LKML , "David S . Miller" , netdev@vger.kernel.org Subject: Re: [PATCH -tip v3 0/6] net: tcp: sctp: dccp: Replace jprobe usage with trace events Message-Id: <20171220113115.4db6c855a8e93aef5a42b45c@kernel.org> In-Reply-To: <20171219180155.xxkv437fqmwhmhgg@ast-mbp.dhcp.thefacebook.com> References: <151367381480.32364.2659143894655716709.stgit@devbox> <20171219180155.xxkv437fqmwhmhgg@ast-mbp.dhcp.thefacebook.com> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.30; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 Dec 2017 10:01:56 -0800 Alexei Starovoitov wrote: > On Tue, Dec 19, 2017 at 05:56:55PM +0900, Masami Hiramatsu wrote: > > include/trace/events/sctp.h | 98 ++++++++++++++ > > include/trace/events/tcp.h | 80 +++++++++++ > > net/Kconfig | 17 -- > > net/dccp/Kconfig | 17 -- > > net/dccp/Makefile | 2 > > net/dccp/probe.c | 203 ----------------------------- > > net/dccp/proto.c | 5 + > > net/dccp/trace.h | 105 +++++++++++++++ > > net/ipv4/Makefile | 1 > > net/ipv4/tcp_input.c | 3 > > net/ipv4/tcp_probe.c | 301 ------------------------------------------- > > net/sctp/Kconfig | 12 -- > > net/sctp/Makefile | 3 > > net/sctp/probe.c | 244 ----------------------------------- > > net/sctp/sm_statefuns.c | 5 + > > 15 files changed, 296 insertions(+), 800 deletions(-) > > You need to target net-next tree for this patch set. > Good point! I'll rebased on net-next tree. Anyway, I got an issue building this on i386. I'll fix it and resend again. Thank you, -- Masami Hiramatsu