From d8209bd0be0942e945744cb0a392a344890c82d2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 21 Jan 2012 17:56:48 +0000 Subject: [PATCH] ib_srpt: Update ChangeLog git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4085 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srpt/ChangeLog b/srpt/ChangeLog index 562b67f94..e380557d0 100644 --- a/srpt/ChangeLog +++ b/srpt/ChangeLog @@ -14,6 +14,8 @@ Changes compared to version 2.1.0: - Fixed a bug that could cause unloading ib_srpt during I/O to take up to 120s. - Fixed a crash in the I/O context ring allocation that was triggered when trying to allocate more memory than available. +- Fixed a bug that caused SRQ creation to fail when using a QLogic HCA (qib driver) + and Linux kernel version 3.2 or later. - Builds again on 32-bit systems. Version 2.1.0 (September 8, 2011)