OSDN Git Service

Merge branch 'tcp-sctp-dccp-Replace-jprobe-usage-with-trace-events'
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Jan 2018 19:28:07 +0000 (14:28 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Jan 2018 19:28:07 +0000 (14:28 -0500)
commitacfbf3ca313edd550f0139fe70509cb3b0b38932
tree93d1de1f40ee26cbb4b4b9767fea6ef56cd61d84
parent4e3b95f1983b2d39dd27349d83ffc520aab3516d
parenta56c1470c2d589069504907c82d0044037124f66
Merge branch 'tcp-sctp-dccp-Replace-jprobe-usage-with-trace-events'

Masami Hiramatsu says:

====================
net: tcp: sctp: dccp: Replace jprobe usage with trace events

This series is v7 of the replacement of jprobe usage with trace
events. This version fixes net/dccp/trace.h to avoid sparse
warning. Since the TP_STORE_ADDR_PORTS macro can be shared
with trace/events/tcp.h, it also introduce a new common header
file and move the definition of that macro.

Previous version is here;
 https://lkml.org/lkml/2017/12/28/7

Changes from v6:
  [5/6]: Avoid preprocessor directives in tracepoint macro args
====================

Signed-off-by: David S. Miller <davem@davemloft.net>