]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDS: Fix the rds_conn_destroy panic due to pending messages
authorBang Nguyen <bang.nguyen@oracle.com>
Sat, 16 Apr 2016 18:47:05 +0000 (11:47 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Tue, 12 Jul 2016 19:49:46 +0000 (12:49 -0700)
commitb0de7f2c41386679896ecd411c4adf82baecbc8d
tree429c997630a50a481166f2443a7108718f4bdc8a
parent285e641dcf59cc5c2c599203b73c837d084ed1ae
RDS: Fix the rds_conn_destroy panic due to pending messages

In corner cases, there could be pending messages on connection which
needs to be detsroyed. Make sure those messages are purged before
the connection is torned down.

Orabug: 23222944

Signed-off-by: Bang Nguyen <bang.nguyen@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
net/rds/connection.c
net/rds/ib_cm.c
net/rds/ib_rdma.c
net/rds/loop.c
net/rds/rds.h
net/rds/send.c
net/rds/tcp.c