mirror of https://gitee.com/openkylin/linux.git
megaraid_sas: Version and Changelog update
The following patch for megaraid_sas updates the driver version and Documentation/scsi/ChangeLog.megaraid_sas. Signed-off-by: Adam Radford <aradford@gmail.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
a2fbcbc3f0
commit
5e8d90070b
|
@ -1,3 +1,17 @@
|
||||||
|
Release Date : Thu. Jun 19, 2014 17:00:00 PST 2014 -
|
||||||
|
(emaild-id:megaraidlinux@lsi.com)
|
||||||
|
Adam Radford
|
||||||
|
Kashyap Desai
|
||||||
|
Sumit Saxena
|
||||||
|
Uday Lingala
|
||||||
|
Current Version : 06.803.02.00-rc1
|
||||||
|
Old Version : 06.803.01.00-rc1
|
||||||
|
1. Fix reset_mutex leak in megasas_reset_fusion().
|
||||||
|
2. Remove unused variables in megasas_instance.
|
||||||
|
3. Fix LD/VF affiliation parsing.
|
||||||
|
4. Add missing initial call to megasas_get_ld_vf_affiliation().
|
||||||
|
5. Version and Changelog update.
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
Release Date : Mon. Mar 10, 2014 17:00:00 PST 2014 -
|
Release Date : Mon. Mar 10, 2014 17:00:00 PST 2014 -
|
||||||
(emaild-id:megaraidlinux@lsi.com)
|
(emaild-id:megaraidlinux@lsi.com)
|
||||||
Adam Radford
|
Adam Radford
|
||||||
|
|
|
@ -33,9 +33,9 @@
|
||||||
/*
|
/*
|
||||||
* MegaRAID SAS Driver meta data
|
* MegaRAID SAS Driver meta data
|
||||||
*/
|
*/
|
||||||
#define MEGASAS_VERSION "06.803.01.00-rc1"
|
#define MEGASAS_VERSION "06.803.02.00-rc1"
|
||||||
#define MEGASAS_RELDATE "Mar. 10, 2014"
|
#define MEGASAS_RELDATE "Jun. 19, 2014"
|
||||||
#define MEGASAS_EXT_VERSION "Mon. Mar. 10 17:00:00 PDT 2014"
|
#define MEGASAS_EXT_VERSION "Thu. Jun. 19 17:00:00 PDT 2014"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Device IDs
|
* Device IDs
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*
|
*
|
||||||
* FILE: megaraid_sas_base.c
|
* FILE: megaraid_sas_base.c
|
||||||
* Version : 06.803.01.00-rc1
|
* Version : 06.803.02.00-rc1
|
||||||
*
|
*
|
||||||
* Authors: LSI Corporation
|
* Authors: LSI Corporation
|
||||||
* Sreenivas Bagalkote
|
* Sreenivas Bagalkote
|
||||||
|
|
Loading…
Reference in New Issue