Re: [PATCH net-next v4.1 5/6] net: dccp: Add DCCP sendmsg trace event

2017-12-21 Thread Masami Hiramatsu
On Thu, 21 Dec 2017 11:08:05 -0500 Steven Rostedt wrote: > On Thu, 21 Dec 2017 10:57:36 -0500 (EST) > David Miller wrote: > > > When you fix any part of a patch series, you must always repost the > > entire series from scratch, not just the patch(s) that change. > > He probably gets that from

Re: [PATCH net-next v4.1 5/6] net: dccp: Add DCCP sendmsg trace event

2017-12-21 Thread Steven Rostedt
On Thu, 21 Dec 2017 10:57:36 -0500 (EST) David Miller wrote: > When you fix any part of a patch series, you must always repost the > entire series from scratch, not just the patch(s) that change. He probably gets that from me. I don't usually require a full series if only a single patch changes.

Re: [PATCH net-next v4.1 5/6] net: dccp: Add DCCP sendmsg trace event

2017-12-21 Thread David Miller
When you fix any part of a patch series, you must always repost the entire series from scratch, not just the patch(s) that change. Thank you.

[PATCH net-next v4.1 5/6] net: dccp: Add DCCP sendmsg trace event

2017-12-21 Thread Masami Hiramatsu
Add DCCP sendmsg trace event (dccp/dccp_probe) for replacing dccpprobe. User can trace this event via ftrace or perftools. Signed-off-by: Masami Hiramatsu --- Changes in v4.1 - Fix to add local directory to include for trace.h. Thanks Steven! --- net/dccp/Makefile |3 ++ net/dccp/p