mbox series

[net-next,v2,0/4] net/rds: Fixes from internal Oracle repo

Message ID ee77e550-2231-be7f-861f-31d609631e9f@oracle.com (mailing list archive)
Headers show
Series net/rds: Fixes from internal Oracle repo | expand

Message

Gerd Rausch Aug. 15, 2019, 2:40 p.m. UTC
This is the first set of (mostly old) patches from our internal repository
in an effort to synchronize what Oracle had been using internally
with what is shipped with the Linux kernel.

Andy Grover (1):
  rds: check for excessive looping in rds_send_xmit

Chris Mason (2):
  RDS: limit the number of times we loop in rds_send_xmit
  RDS: don't use GFP_ATOMIC for sk_alloc in rds_create

Gerd Rausch (1):
  net/rds: Add a few missing rds_stat_names entries

 net/rds/af_rds.c  |  2 +-
 net/rds/ib_recv.c | 12 +++++++++++-
 net/rds/rds.h     |  2 +-
 net/rds/send.c    | 12 ++++++++++++
 net/rds/stats.c   |  3 +++
 5 files changed, 28 insertions(+), 3 deletions(-)

Comments

David Miller Aug. 15, 2019, 7:04 p.m. UTC | #1
From: Gerd Rausch <gerd.rausch@oracle.com>
Date: Thu, 15 Aug 2019 07:40:22 -0700

> This is the first set of (mostly old) patches from our internal repository
> in an effort to synchronize what Oracle had been using internally
> with what is shipped with the Linux kernel.

Series applied.