ib_srpt: Update ChangeLog

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4197 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-04-07 09:13:50 +00:00
parent 420f85c39b
commit 1285dd1dad

View File

@@ -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: