All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo <marcelo.leitner@gmail.com>
To: linux-sctp@vger.kernel.org
Subject: Re: ABORT after COOKIE_ECHO
Date: Fri, 07 Jul 2017 23:03:19 +0000	[thread overview]
Message-ID: <20170707230319.GT18138@localhost.localdomain> (raw)
In-Reply-To: <CAFXGft+WBxm+7JK1imsP=M_go60WWHSsOurJPr=3=FZzWDShqg@mail.gmail.com>

On Fri, Jul 07, 2017 at 11:23:02PM +1200, Xin Long wrote:
> On Mon, Jul 3, 2017 at 7:12 PM, Sun Paul <paulrbk@gmail.com> wrote:
> > also, how to determine it is OOTB packet?
> can you use systemtap on the host sending abort chunk ?
> 
> # stap --all-modules -v -e 'probe
> module("sctp").function("sctp_make_abort").call{print_backtrace();println("");}'
> 
> So that we can see how the abort chunk is caused.

Or the perf version:
# perf probe -m sctp -a sctp_make_abort
# perf record -e probe:sctp_make_abort -agR -- <command>
  (note the extra -g if compared to what the 1st command outputted)
# perf script

<command> should be either your reproducer or an sleep X that covers the
event.

  Marcelo

      parent reply	other threads:[~2017-07-07 23:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-01 17:02 ABORT after COOKIE_ECHO Sun Paul
2017-07-01 17:11 ` Marcelo Ricardo Leitner
2017-07-01 17:29 ` Sun Paul
2017-07-01 17:47 ` Marcelo
2017-07-03  2:56 ` Sun Paul
2017-07-03  7:12 ` Sun Paul
2017-07-07 11:23 ` Xin Long
2017-07-07 23:03 ` Marcelo [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=20170707230319.GT18138@localhost.localdomain \
    --to=marcelo.leitner@gmail.com \
    --cc=linux-sctp@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.