rpms/kernel/FC-3 linux-2.6.11-scsi-aacraid-openoops.patch, NONE, 1.1 kernel-2.6.spec, 1.816, 1.817

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 29 22:04:36 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv22994

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6.11-scsi-aacraid-openoops.patch 
Log Message:
- fix oops in open when using adaptec tools. (#148761)


linux-2.6.11-scsi-aacraid-openoops.patch:
 linit.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE linux-2.6.11-scsi-aacraid-openoops.patch ---
--- linux-2.6.11/drivers/scsi/aacraid/linit.c~	2005-04-29 18:02:15.000000000 -0400
+++ linux-2.6.11/drivers/scsi/aacraid/linit.c	2005-04-29 18:02:50.000000000 -0400
@@ -471,7 +471,7 @@ static int aac_cfg_open(struct inode *in
 		}
 	}
 
-	return 0;
+	return err;
 }
 
 /**


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-3/kernel-2.6.spec,v
retrieving revision 1.816
retrieving revision 1.817
diff -u -r1.816 -r1.817
--- kernel-2.6.spec	28 Apr 2005 21:06:13 -0000	1.816
+++ kernel-2.6.spec	29 Apr 2005 22:04:34 -0000	1.817
@@ -272,6 +272,7 @@
 Patch1131: linux-2.6.9-scsi-advansys-enabler.patch
 Patch1132: linux-2.6.11-scsi-st_ioctl-CAP_ADMIN.patch
 Patch1133: linux-2.6.11-scsi-queue-lock.patch
+Patch1134: linux-2.6.11-scsi-aacraid-openoops.patch
 Patch1136: linux-2.6.9-scsi-megaraid-legacy.patch
 
 
@@ -549,6 +550,8 @@
 %patch1132 -p1
 # Improved blkdev queue locking.
 %patch1133 -p1
+# fix oops in open when using adaptec tools.
+%patch1134 -p1
 # Enable both new and old megaraid drivers.
 %patch1136 -p1
 
@@ -907,6 +910,9 @@
 %endif
 
 %changelog
+* Fri Apr 29 2005 Dave Jones <davej at redhat.com>
+- fix oops in aacraid open when using adaptec tools. (#148761)
+
 * Thu Apr 21 2005 Dave Jones <davej at redhat.com>
 - Fix up SCSI queue locking. (#155472)
 




More information about the fedora-cvs-commits mailing list