[kernel] r15587 - in dists/lenny/linux-2.6/debian: . patches/bugfix/all patches/series

Ben Hutchings benh at alioth.debian.org
Fri Apr 30 03:14:27 UTC 2010


Author: benh
Date: Fri Apr 30 03:14:24 2010
New Revision: 15587

Log:
megaraid_sas: Version and documentation update (Closes: #547183)

The current reported driver version causes some Dell RAID systems to
show a warning light (which is what this bug report was originally
about).  Apply the upstream version change, which accurately reflects
the current version since we have already applied all previous
upstream changes.

Added:
   dists/lenny/linux-2.6/debian/patches/bugfix/all/megaraid_sas-version-and-Documentation-Update.patch
Modified:
   dists/lenny/linux-2.6/debian/changelog
   dists/lenny/linux-2.6/debian/patches/series/23

Modified: dists/lenny/linux-2.6/debian/changelog
==============================================================================
--- dists/lenny/linux-2.6/debian/changelog	Thu Apr 29 03:00:38 2010	(r15586)
+++ dists/lenny/linux-2.6/debian/changelog	Fri Apr 30 03:14:24 2010	(r15587)
@@ -7,6 +7,7 @@
   * [sparc64] Fix definition of VMEMMAP_SIZE (Closes: #509202)
   * r8169: Work around hardware bug in handling over-length received frames
     (partial fix for #564110; CVE-2009-4537)
+  * megaraid_sas: Version and documentation update (Closes: #547183)
 
   [ maximilian attems ]
   * openvz: printk_cpu have to be "cleared" in __vprintk (v2)

Added: dists/lenny/linux-2.6/debian/patches/bugfix/all/megaraid_sas-version-and-Documentation-Update.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/lenny/linux-2.6/debian/patches/bugfix/all/megaraid_sas-version-and-Documentation-Update.patch	Fri Apr 30 03:14:24 2010	(r15587)
@@ -0,0 +1,64 @@
+From 24541f99ba7231de26355d1cb87ab06e0f593efb Mon Sep 17 00:00:00 2001
+From: Yang, Bo <Bo.Yang at lsi.com>
+Date: Sun, 10 Aug 2008 12:42:39 -0700
+Subject: [PATCH] [SCSI] megaraid_sas: version and Documentation Update
+
+Signed-off-by: Bo Yang <bo.yang at lsi.com>
+Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
+Signed-off-by: James Bottomley <James.Bottomley at HansenPartnership.com>
+---
+ Documentation/scsi/ChangeLog.megaraid_sas |   23 +++++++++++++++++++++++
+ drivers/scsi/megaraid/megaraid_sas.h      |    6 +++---
+ 2 files changed, 26 insertions(+), 3 deletions(-)
+
+diff --git a/Documentation/scsi/ChangeLog.megaraid_sas b/Documentation/scsi/ChangeLog.megaraid_sas
+index 716fcc1..c851ef4 100644
+--- a/Documentation/scsi/ChangeLog.megaraid_sas
++++ b/Documentation/scsi/ChangeLog.megaraid_sas
+@@ -1,3 +1,26 @@
++
++1 Release Date    : Thur.July. 24 11:41:51 PST 2008 -
++                       (emaild-id:megaraidlinux at lsi.com)
++                       Sumant Patro
++                       Bo Yang
++
++2 Current Version : 00.00.04.01
++3 Older Version   : 00.00.03.22
++
++1. Add the new controller (0078, 0079) support to the driver
++       Those controllers are LSI's next generatation(gen2) SAS controllers.
++
++1 Release Date    : Mon.June. 23 10:12:45 PST 2008 -
++                       (emaild-id:megaraidlinux at lsi.com)
++                       Sumant Patro
++                       Bo Yang
++
++2 Current Version : 00.00.03.22
++3 Older Version   : 00.00.03.20
++
++1. Add shutdown DCMD cmd to the shutdown routine to make FW shutdown proper.
++2. Unexpected interrupt occurs in HWR Linux driver, add the dumy readl pci flush will fix this issue.
++
+ 1 Release Date    : Mon. March 10 11:02:31 PDT 2008 -
+ 			(emaild-id:megaraidlinux at lsi.com)
+ 			Sumant Patro
+diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h
+index 7072ff2..0d03324 100644
+--- a/drivers/scsi/megaraid/megaraid_sas.h
++++ b/drivers/scsi/megaraid/megaraid_sas.h
+@@ -18,9 +18,9 @@
+ /*
+  * MegaRAID SAS Driver meta data
+  */
+-#define MEGASAS_VERSION			"00.00.03.20-rc1"
+-#define MEGASAS_RELDATE			"March 10, 2008"
+-#define MEGASAS_EXT_VERSION		"Mon. March 10 11:02:31 PDT 2008"
++#define MEGASAS_VERSION				"00.00.04.01"
++#define MEGASAS_RELDATE				"July 24, 2008"
++#define MEGASAS_EXT_VERSION			"Thu July 24 11:41:51 PST 2008"
+ 
+ /*
+  * Device IDs
+-- 
+1.7.0.3
+

Modified: dists/lenny/linux-2.6/debian/patches/series/23
==============================================================================
--- dists/lenny/linux-2.6/debian/patches/series/23	Thu Apr 29 03:00:38 2010	(r15586)
+++ dists/lenny/linux-2.6/debian/patches/series/23	Fri Apr 30 03:14:24 2010	(r15587)
@@ -1,3 +1,4 @@
 + bugfix/x86/check-boundary-in-setup_node_bootmem.patch
 + bugfix/sparc/sparc64-Fix-definition-of-VMEMMAP_SIZE.patch
 + bugfix/all/net-r8169-improved-rx-length-check-errors.patch
++ bugfix/all/megaraid_sas-version-and-Documentation-Update.patch



More information about the Kernel-svn-changes mailing list