From 1285dd1dadde8e148bfa2332101fee5e2d7c3248 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 7 Apr 2012 09:13:50 +0000 Subject: [PATCH] ib_srpt: Update ChangeLog git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4197 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/ChangeLog | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/srpt/ChangeLog b/srpt/ChangeLog index e380557d0..62029ebec 100644 --- a/srpt/ChangeLog +++ b/srpt/ChangeLog @@ -1,4 +1,17 @@ -Version 2.2.0 (not yet released) +Next release +------------ + +Changes compared to version 2.2.0: +- Made sure that the SCST session is unregistered after an initiator logs out. + Due to a race condition sometimes the SCST session was not unregistered. +- Fixed a QP use-after-free triggered by SRP logout. This could cause the + following error messages to appear: + ib_srpt: ***ERROR***: srpt_init_ch_qp() failed (-9) + ib_srpt: ***ERROR***: rejected SRP_LOGIN_REQ because creating a new RDMA + channel failed. +- Disallowed new logins during module removal. + +Version 2.2.0 (January 26, 2012) ------------- Changes compared to version 2.1.0: