This patch-series updates the RDS core and rds-tcp modules with
some bug fixes that were originally authored by  Andy Grover,
Zach Brown, and Chris Mason. 


Sowmini Varadhan (6):
  RDS: Re-add pf/sol access via sysctl
  RDS: only use passive connections when addresses match
  rds: check for excessive looping in rds_send_xmit
  RDS: make sure not to loop forever inside rds_send_xmit
  RDS: rds_send_xmit is called under a spinlock, lets not do a
    cond_resched()
  RDS: don't trust the LL_SEND_FULL bit

 net/rds/connection.c |    3 +-
 net/rds/rds.h        |    1 +
 net/rds/send.c       |   57 ++++++++++++++++++++++++++++++++++++++++++++-----
 net/rds/sysctl.c     |   20 +++++++++++++++++
 net/rds/threads.c    |    2 +
 5 files changed, 76 insertions(+), 7 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to