This series primarily contains fixes for bugs exposed by
Commit 10724cc7bb78 ("tipc: redesign connection-level flow control").

Patch#1-3: Fixes which are required for the new socket flow control
           to work correctly. They fix holes in flow control
           accounting.

Patch#4-6: Fixes the legacy bugs exposed by the new flow control,
           as the new flow control is way stricter than the previous
           one based on packet count.

Patch#7: Fix node read lock imbalance.

Parthasarathy Bhuvaragan (7):
  tipc: fix socket flow control accounting error at tipc_send_stream
  tipc: fix socket flow control accounting error at tipc_recv_stream
  tipc: fix flow control accounting for implicit connect
  tipc: Fix missing connection request handling
  tipc: improve error validations for sockets in CONNECTING state
  tipc: close the connection if protocol messages contain errors
  tipc: fix node read lock imbalance for unidentified bearers

 net/tipc/node.c   |  2 +-
 net/tipc/socket.c | 46 +++++++++++++++++++++++++++++++++++++---------
 2 files changed, 38 insertions(+), 10 deletions(-)

-- 
2.1.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
tipc-discussion mailing list
tipc-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to