Skip to content

Commit

Permalink
net: sctp: Remove debug SCTP probe module
Browse files Browse the repository at this point in the history
Remove SCTP probe module since jprobe has been deprecated.
That function is now replaced by sctp/sctp_probe and
sctp/sctp_probe_path trace-events.
You can use it via ftrace or perftools.

Signed-off-by: Masami Hiramatsu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
mhiramat authored and davem330 committed Jan 2, 2018
1 parent 103d750 commit fa4475f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 259 deletions.
12 changes: 0 additions & 12 deletions net/sctp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@ menuconfig IP_SCTP

if IP_SCTP

config NET_SCTPPROBE
tristate "SCTP: Association probing"
depends on PROC_FS && KPROBES
---help---
This module allows for capturing the changes to SCTP association
state in response to incoming packets. It is used for debugging
SCTP congestion control algorithms. If you don't understand
what was just said, you don't need it: say N.

To compile this code as a module, choose M here: the
module will be called sctp_probe.

config SCTP_DBG_OBJCNT
bool "SCTP: Debug object counts"
depends on PROC_FS
Expand Down
3 changes: 0 additions & 3 deletions net/sctp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#

obj-$(CONFIG_IP_SCTP) += sctp.o
obj-$(CONFIG_NET_SCTPPROBE) += sctp_probe.o
obj-$(CONFIG_INET_SCTP_DIAG) += sctp_diag.o

sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
Expand All @@ -16,8 +15,6 @@ sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
offload.o stream_sched.o stream_sched_prio.o \
stream_sched_rr.o stream_interleave.o

sctp_probe-y := probe.o

sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
sctp-$(CONFIG_PROC_FS) += proc.o
sctp-$(CONFIG_SYSCTL) += sysctl.o
Expand Down
244 changes: 0 additions & 244 deletions net/sctp/probe.c

This file was deleted.

0 comments on commit fa4475f

Please sign in to comment.