rpms/kernel/F-9 linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch, NONE, 1.1 TODO, 1.4, 1.5 kernel.spec, 1.810, 1.811

Chuck Ebbert cebbert at fedoraproject.org
Wed Oct 22 23:45:32 UTC 2008


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv601

Modified Files:
	TODO kernel.spec 
Added Files:
	linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch 
Log Message:
Fix LBA48 on pata_it821x RAID volumes.

linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch:

--- NEW FILE linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch ---
Fix LBA48 on pata_it821x RAID volumes.

[http://lkml.org/lkml/2008/10/18/82]

Signed-off-by: Ondrej Zary <linux at rainbow-software.org>
Acked-by: Alan Cox <alan at redhat.com>

--- linux-2.6.27-orig/drivers/ata/pata_it821x.c	2008-10-18 17:09:07.000000000 +0200
+++ linux-2.6.27-pentium/drivers/ata/pata_it821x.c	2008-10-18 17:10:24.000000000 +0200
@@ -557,9 +557,8 @@
 	if (strstr(model_num, "Integrated Technology Express")) {
 		/* Set feature bits the firmware neglects */
 		id[49] |= 0x0300;	/* LBA, DMA */
-		id[82] |= 0x0400;	/* LBA48 */
 		id[83] &= 0x7FFF;
-		id[83] |= 0x4000;	/* Word 83 is valid */
+		id[83] |= 0x4400;	/* Word 83 is valid and LBA48 */
 		id[86] |= 0x0400;	/* LBA48 on */
 		id[ATA_ID_MAJOR_VER] |= 0x1F;
 	}



Index: TODO
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TODO	21 Oct 2008 17:01:52 -0000	1.4
+++ TODO	22 Oct 2008 23:45:01 -0000	1.5
@@ -12,6 +12,7 @@
 
 Patch2002: linux-2.6-e1000e-write-protect-nvm.patch
 
+Patch3100: linux-2.6-wan-missing-capability-checks-in-sbni_ioctl.patch
 
 ---------------------------------------------------------------------------------
 Submit for -stable after merging:


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/kernel.spec,v
retrieving revision 1.810
retrieving revision 1.811
diff -u -r1.810 -r1.811
--- kernel.spec	22 Oct 2008 22:47:00 -0000	1.810
+++ kernel.spec	22 Oct 2008 23:45:01 -0000	1.811
@@ -655,10 +655,11 @@
 
 # libata
 Patch670: linux-2.6-ata-quirk.patch
-Patch671: linux-2.6-libata-pata_it821x-driver-updates-and-reworking.patch
 Patch672: linux-2.6-sata-eeepc-faster.patch
 Patch673: linux-2.6-libata-pata_marvell-play-nice-with-ahci.patch
 Patch674: linux-2.6-libata-fix-a-large-collection-of-DMA-mode-mismatches.patch
+Patch675: linux-2.6-libata-pata_it821x-driver-updates-and-reworking.patch
+Patch676: linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch
 Patch678: linux-2.6-libata-sata_nv-disable-swncq.patch
 
 Patch680: linux-2.6-wireless.patch
@@ -1232,6 +1233,7 @@
 ApplyPatch linux-2.6-ata-quirk.patch
 # fix it821x
 ApplyPatch linux-2.6-libata-pata_it821x-driver-updates-and-reworking.patch
+ApplyPatch linux-2.6-libata-pata_it821x-fix-lba48-on-raid-volumes.patch
 # Make Eee disk faster.
 ApplyPatch linux-2.6-sata-eeepc-faster.patch
 # don't use ahci for pata_marvell adapters
@@ -1923,10 +1925,13 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
-* Wed Oct 22 2008 Kyle McMartin <kyle at redhat.com> 2.6.26.7-82
+* Wed Oct 22 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.26.7-84
+- Fix LBA48 on pata_it821x RAID volumes.
+
+* Wed Oct 22 2008 Kyle McMartin <kyle at redhat.com> 2.6.26.7-83
 - Linux 2.6.26.7
 
-* Wed Oct 22 2008 Eric Sandeen <sandeen at redhat.com>
+* Wed Oct 22 2008 Eric Sandeen <sandeen at redhat.com> 2.6.26.7-82.rc1
 - Patch for CVE-2008-3528, ext-fs dir corruption.
 
 * Tue Oct 21 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.26.7-81.rc1




More information about the scm-commits mailing list