From b8a38346eb70a82b4f449bedadd93bee73282154 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 21 Jan 2012 18:03:30 +0000 Subject: [PATCH] ib_srpt: Update ChangeLog git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4086 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)