Skip to content

Commit 10b1db8

Browse files
adam radfordJames Bottomley
adam radford
authored and
James Bottomley
committed
[SCSI] megaraid_sas: Version and Changelog update
The following patch for megaraid_sas updates the driver version to v06.803.01.00-rc1, and updates Documentation/scsi/ChangeLog.megaraid_sas. Signed-off-by: Adam Radford <[email protected]> Signed-off-by: James Bottomley <[email protected]>
1 parent 229fe47 commit 10b1db8

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

Documentation/scsi/ChangeLog.megaraid_sas

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release Date : Mon. Mar 10, 2014 17:00:00 PST 2014 -
2+
(emaild-id:[email protected])
3+
Adam Radford
4+
Kashyap Desai
5+
Sumit Saxena
6+
Current Version : 06.803.01.00-rc1
7+
Old Version : 06.700.06.00-rc1
8+
1. Load correct raid context timeout value for multipathing & clustering.
9+
2. Fix megasas_ioc_init_fusion to use local stack variable.
10+
3. Return leaked MPT frames to MPT command pool.
11+
4. Add Dell PowerEdge VRTX SR-IOV VF device support.
12+
5. Version and Changelog update.
13+
-------------------------------------------------------------------------------
114
Release Date : Sat. Aug 31, 2013 17:00:00 PST 2013 -
215
(emaild-id:[email protected])
316
Adam Radford

drivers/scsi/megaraid/megaraid_sas.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
/*
3434
* MegaRAID SAS Driver meta data
3535
*/
36-
#define MEGASAS_VERSION "06.700.06.00-rc1"
37-
#define MEGASAS_RELDATE "Aug. 31, 2013"
38-
#define MEGASAS_EXT_VERSION "Sat. Aug. 31 17:00:00 PDT 2013"
36+
#define MEGASAS_VERSION "06.803.01.00-rc1"
37+
#define MEGASAS_RELDATE "Mar. 10, 2014"
38+
#define MEGASAS_EXT_VERSION "Mon. Mar. 10 17:00:00 PDT 2014"
3939

4040
/*
4141
* Device IDs

drivers/scsi/megaraid/megaraid_sas_base.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1919
*
2020
* FILE: megaraid_sas_base.c
21-
* Version : 06.700.06.00-rc1
21+
* Version : 06.803.01.00-rc1
2222
*
2323
* Authors: LSI Corporation
2424
* Sreenivas Bagalkote

0 commit comments

Comments
 (0)