]> 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)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 31 May 2016 16:03:35 +0000 (09:03 -0700)
commit363d46646af06a1a9142a964d3ff41e18d2b3012
treed12fba725c71552eff31f280e675d81a359af54a
parent054fe39d6cab850b560587c67f7e7a8d49998834
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