All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux-4.14.y 0/2] sctp: fix a memory leak
@ 2019-11-04  5:16 ` Xin Long
  0 siblings, 0 replies; 8+ messages in thread
From: Xin Long @ 2019-11-04  5:16 UTC (permalink / raw)
  To: stable, linux-sctp; +Cc: Marcelo Ricardo Leitner, Neil Horman, sashal, gregkh

These 2 patches are missed in linux-4.14.y, it will cause crash
when commit 63dfb7938b13 ("sctp: change sctp_prot .no_autobind
with true") is backported only.

Conflicts:
  - Context difference in Patch 1/2 due to the lack of
    Commit c981f254cc82.

Xin Long (2):
  sctp: fix the issue that flags are ignored when using kernel_connect
  sctp: not bind the socket in sctp_connect

 include/net/sctp/sctp.h |  2 ++
 net/sctp/ipv6.c         |  2 +-
 net/sctp/protocol.c     |  2 +-
 net/sctp/socket.c       | 55 ++++++++++++++++++++++++++-----------------------
 4 files changed, 33 insertions(+), 28 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2019-11-04 10:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-04  5:16 [PATCH linux-4.14.y 0/2] sctp: fix a memory leak Xin Long
2019-11-04  5:16 ` Xin Long
2019-11-04  5:16 ` [PATCH linux-4.14.y 1/2] sctp: fix the issue that flags are ignored when using kernel_connect Xin Long
2019-11-04  5:16   ` Xin Long
2019-11-04  5:16   ` [PATCH linux-4.14.y 2/2] sctp: not bind the socket in sctp_connect Xin Long
2019-11-04  5:16     ` Xin Long
2019-11-04 10:57 ` [PATCH linux-4.14.y 0/2] sctp: fix a memory leak Greg KH
2019-11-04 10:57   ` Greg KH

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.