All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH net-next 0/3] sctp accept socket fix
@ 2013-12-24 13:19 Daniel Borkmann
  2013-12-30 11:32 ` Wang Weidong
  2013-12-30 11:39 ` Daniel Borkmann
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Borkmann @ 2013-12-24 13:19 UTC (permalink / raw)
  To: linux-sctp

lksctp-tools test suite seems to work just fine with this set.

Found a bit of time, so I continued on this, still on TODO for after Xmas:

  - Peeled-off sockets, shall we treat them just like accepted sockets
    and do a flat copy here, or do we want to avoid this for some reasons?
  - Polish up commit messages, further stress tests

Daniel Borkmann (3):
  net: sock: introduce sock_sanitize
  net: sock: add sk_copy_sanitize for use in modules
  net: sctp: use sk_copy_sanitize for accept sockets

 include/net/sctp/sctp.h |   4 +-
 include/net/sock.h      |   1 +
 net/core/sock.c         | 197 ++++++++++++++++++++++++++----------------------
 net/sctp/ipv6.c         |  11 ++-
 net/sctp/protocol.c     |  13 ++--
 net/sctp/socket.c       | 102 +++++++++++++++----------
 6 files changed, 182 insertions(+), 146 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2013-12-30 11:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-24 13:19 [RFC PATCH net-next 0/3] sctp accept socket fix Daniel Borkmann
2013-12-30 11:32 ` Wang Weidong
2013-12-30 11:39 ` Daniel Borkmann

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.