mbox series

[rds,linux-next,0/2] WARNING in rds_message_alloc_sgs

Message ID 20181210075344.16731-1-shamir.rabinovitch@oracle.com (mailing list archive)
Headers show
Series WARNING in rds_message_alloc_sgs | expand

Message

Shamir Rabinovitch Dec. 10, 2018, 7:53 a.m. UTC
From: shamir rabinovitch <shamir.rabinovitch@oracle.com>

This patch set fix google syzbot rds bug found in linux-next.
The first patch solve the syzbot issue.
The second patch fix issue mentioned by Leon Romanovsky that
drivers should not call WARN_ON as result from user input.

syzbot bug report can be foud here: https://lkml.org/lkml/2018/10/31/28

shamir rabinovitch (2):
  net/rds: fix warn in rds_message_alloc_sgs
  net/rds: remove user triggered WARN_ON in rds_sendmsg

 net/rds/message.c | 11 ++++++---
 net/rds/rdma.c    | 63 ++++++++++++++++++++++++-----------------------
 net/rds/rds.h     | 20 ++++++++++++---
 net/rds/send.c    | 47 +++++++++++++++++++++++++++++------
 4 files changed, 95 insertions(+), 46 deletions(-)