From: Masami Hiramatsu <mhiramat@kernel.org>
To: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>,
Stephen Hemminger <stephen@networkplumber.org>,
Steven Rostedt <rostedt@goodmis.org>,
Peter Zijlstra <peterz@infradead.org>,
Thomas Gleixner <tglx@linutronix.de>,
LKML <linux-kernel@vger.kernel.org>,
"David S . Miller" <davem@davemloft.net>,
netdev@vger.kernel.org
Subject: Re: [PATCH -tip v3 0/6] net: tcp: sctp: dccp: Replace jprobe usage with trace events
Date: Wed, 20 Dec 2017 11:31:15 +0900 [thread overview]
Message-ID: <20171220113115.4db6c855a8e93aef5a42b45c@kernel.org> (raw)
In-Reply-To: <20171219180155.xxkv437fqmwhmhgg@ast-mbp.dhcp.thefacebook.com>
On Tue, 19 Dec 2017 10:01:56 -0800
Alexei Starovoitov <alexei.starovoitov@gmail.com> 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 <mhiramat@kernel.org>
prev parent reply other threads:[~2017-12-20 2:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-19 8:56 Masami Hiramatsu
2017-12-19 8:57 ` [PATCH -tip v3 1/6] net: tcp: Add trace events for TCP congestion window tracing Masami Hiramatsu
2017-12-19 8:57 ` [PATCH -tip v3 2/6] net: tcp: Remove TCP probe module Masami Hiramatsu
2017-12-19 8:58 ` [PATCH -tip v3 3/6] net: sctp: Add SCTP ACK tracking trace event Masami Hiramatsu
2017-12-19 15:20 ` Steven Rostedt
2017-12-20 1:05 ` Masami Hiramatsu
2017-12-19 8:58 ` [PATCH -tip v3 4/6] net: sctp: Remove debug SCTP probe module Masami Hiramatsu
2017-12-19 8:59 ` [PATCH -tip v3 5/6] net: dccp: Add DCCP sendmsg trace event Masami Hiramatsu
2017-12-19 8:59 ` [PATCH -tip v3 6/6] net: dccp: Remove dccpprobe module Masami Hiramatsu
2017-12-19 18:01 ` [PATCH -tip v3 0/6] net: tcp: sctp: dccp: Replace jprobe usage with trace events Alexei Starovoitov
2017-12-20 2:31 ` Masami Hiramatsu [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171220113115.4db6c855a8e93aef5a42b45c@kernel.org \
--to=mhiramat@kernel.org \
--cc=alexei.starovoitov@gmail.com \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=stephen@networkplumber.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome