All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v3 0/2] sctp: handle wrapped and duplicate RECONF responses
@ 2026-08-21  9:14 Jun Yang
  2026-08-21  9:14 ` [PATCH net v3 1/2] sctp: distinguish sequence zero from wildcard in reconf lookup Jun Yang
  2026-08-21  9:14 ` [PATCH net v3 2/2] sctp: fix stream->outcnt underflow on duplicate RECONF responses Jun Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Jun Yang @ 2026-08-21  9:14 UTC (permalink / raw)
  To: linux-sctp, netdev
  Cc: marcelo.leitner, lucien.xin, davem, edumazet, kuba, pabeni, horms,
	Jun Yang

Fix response sequence zero lookup first, then make RECONF response
handling idempotent with an outstanding-request bitmask.

Jun Yang (2):
  sctp: distinguish sequence zero from wildcard in reconf lookup
  sctp: fix stream->outcnt underflow on duplicate RECONF responses

 include/net/sctp/structs.h |  2 +-
 net/sctp/stream.c          | 46 ++++++++++++++++++++++++++------------
 2 files changed, 33 insertions(+), 15 deletions(-)

---
Changes since v2:
 - Split the sequence-zero lookup fix into patch 1 as requested.

v2: https://lore.kernel.org/netdev/20260804113100.37840-1-juny24602@gmail.com/
--
2.55.0


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

end of thread, other threads:[~2026-08-21  9:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-21  9:14 [PATCH net v3 0/2] sctp: handle wrapped and duplicate RECONF responses Jun Yang
2026-08-21  9:14 ` [PATCH net v3 1/2] sctp: distinguish sequence zero from wildcard in reconf lookup Jun Yang
2026-08-21  9:14 ` [PATCH net v3 2/2] sctp: fix stream->outcnt underflow on duplicate RECONF responses Jun Yang

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.