public inbox for linux-sctp@vger.kernel.org
 help / color / mirror / Atom feed
* Ooops with SCTP
@ 2014-07-05  0:16 Jason Gunthorpe
  2014-07-05 13:03 ` Neil Horman
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Jason Gunthorpe @ 2014-07-05  0:16 UTC (permalink / raw)
  To: linux-sctp

Hello All,

I've recently started doing some work with SCTP and noticed a few
bugs, the worst being a kernel oops.

 1) Requesting COOKIE_ACK to be auth'd but not COOKIE_ECHO (or vice
    versa) caused an immediate panic in a IRQ context, 'go reboot your
    machine' with sctp traceback. I would need to setup in a VM to
    capture the oops text..
 2) SCTP_I_WANT_MAPPED_V4_ADDR returns a 0 AF_INET6 for all IPv4
    addresses, looking at the code I think the functionality is just
    not implemented?
 3) Using auth on COOKIE_ECHO and COOKIE_ACK and combining that with
    peer-peer connection does not seem to work. If the peers collide
    the handshake never completes. Works if the peers do not collide.

  1   0.000000   10.0.0.161 -> 10.0.0.177   SCTP 174 INIT 
  5   1.037194   10.0.0.177 -> 10.0.0.161   SCTP 146 INIT 
  6   1.037313   10.0.0.161 -> 10.0.0.177   SCTP 494 INIT_ACK 
  7   1.037649   10.0.0.177 -> 10.0.0.161   SCTP 402 AUTH COOKIE_ECHO 
  8   3.003226   10.0.0.161 -> 10.0.0.177   SCTP 174 INIT 
  9   3.003588   10.0.0.177 -> 10.0.0.161   SCTP 466 INIT_ACK 
 10   3.003641   10.0.0.161 -> 10.0.0.177   SCTP 402 AUTH COOKIE_ECHO 
 11   4.042864   10.0.0.177 -> 10.0.0.161   SCTP 402 AUTH COOKIE_ECHO 
 12   6.011268   10.0.0.161 -> 10.0.0.177   SCTP 402 AUTH COOKIE_ECHO 

    I see in the RFCs there is a corner case here in how to choose the
    proper keying material.

If there is someone out there interested in these things I can
probably provide code to reproduce?

Thanks,
Jason

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2014-07-23 17:22 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-05  0:16 Ooops with SCTP Jason Gunthorpe
2014-07-05 13:03 ` Neil Horman
2014-07-05 16:39 ` Jason Gunthorpe
2014-07-06 12:21 ` Neil Horman
2014-07-07  4:48 ` Jason Gunthorpe
2014-07-07 12:44 ` Neil Horman
2014-07-07 17:45 ` Jason Gunthorpe
2014-07-07 18:22 ` Neil Horman
2014-07-07 19:39 ` Jason Gunthorpe
2014-07-09 15:50 ` Neil Horman
2014-07-09 16:28 ` Jason Gunthorpe
2014-07-09 18:27 ` Neil Horman
2014-07-09 18:51 ` Jason Gunthorpe
2014-07-10 11:33 ` Neil Horman
2014-07-10 19:58 ` Jason Gunthorpe
2014-07-10 20:14 ` Neil Horman
2014-07-21 11:15 ` Neil Horman
2014-07-23 17:22 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox