Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Adam Radford and committed by
Christoph Hellwig
5e8d9007 a2fbcbc3

+18 -4
+14
Documentation/scsi/ChangeLog.megaraid_sas
··· 1 + Release Date : Thu. Jun 19, 2014 17:00:00 PST 2014 - 2 + (emaild-id:megaraidlinux@lsi.com) 3 + Adam Radford 4 + Kashyap Desai 5 + Sumit Saxena 6 + Uday Lingala 7 + Current Version : 06.803.02.00-rc1 8 + Old Version : 06.803.01.00-rc1 9 + 1. Fix reset_mutex leak in megasas_reset_fusion(). 10 + 2. Remove unused variables in megasas_instance. 11 + 3. Fix LD/VF affiliation parsing. 12 + 4. Add missing initial call to megasas_get_ld_vf_affiliation(). 13 + 5. Version and Changelog update. 14 + ------------------------------------------------------------------------------- 1 15 Release Date : Mon. Mar 10, 2014 17:00:00 PST 2014 - 2 16 (emaild-id:megaraidlinux@lsi.com) 3 17 Adam Radford
+3 -3
drivers/scsi/megaraid/megaraid_sas.h
··· 33 33 /* 34 34 * MegaRAID SAS Driver meta data 35 35 */ 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" 36 + #define MEGASAS_VERSION "06.803.02.00-rc1" 37 + #define MEGASAS_RELDATE "Jun. 19, 2014" 38 + #define MEGASAS_EXT_VERSION "Thu. Jun. 19 17:00:00 PDT 2014" 39 39 40 40 /* 41 41 * Device IDs
+1 -1
drivers/scsi/megaraid/megaraid_sas_base.c
··· 18 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 19 * 20 20 * FILE: megaraid_sas_base.c 21 - * Version : 06.803.01.00-rc1 21 + * Version : 06.803.02.00-rc1 22 22 * 23 23 * Authors: LSI Corporation 24 24 * Sreenivas Bagalkote