rpms/kernel/FC-6 patch-2.6.22.10.bz2.sign, NONE, 1.1 .cvsignore, 1.574, 1.575 kernel-2.6.spec, 1.3029, 1.3030 sources, 1.538, 1.539 upstream, 1.458, 1.459 linux-2.6-aacraid-ioctl-security.patch, 1.1, NONE linux-2.6-amd-fix-broken-lapic-timer-detect.patch, 1.1, NONE linux-2.6-ata-update-noncq.patch, 1.1, NONE linux-2.6-libata-2.6.23-rc8-noncq.patch, 1.1, NONE patch-2.6.22.9.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 16 18:13:47 UTC 2007


Author: cebbert

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

Modified Files:
	.cvsignore kernel-2.6.spec sources upstream 
Added Files:
	patch-2.6.22.10.bz2.sign 
Removed Files:
	linux-2.6-aacraid-ioctl-security.patch 
	linux-2.6-amd-fix-broken-lapic-timer-detect.patch 
	linux-2.6-ata-update-noncq.patch 
	linux-2.6-libata-2.6.23-rc8-noncq.patch 
	patch-2.6.22.9.bz2.sign 
Log Message:
* Tue Oct 16 2007 Chuck Ebbert <cebbert at redhat.com>
- Linux 2.6.22.10



--- NEW FILE patch-2.6.22.10.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBHDRLoyGugalF9Dw4RAmC1AJ0ZoqJRK7f7ETwWWxpGtnM+OGX4YgCfZcqf
szMDE7aPglyecTuGJQ+MGD4=
=Oho2
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/.cvsignore,v
retrieving revision 1.574
retrieving revision 1.575
diff -u -r1.574 -r1.575
--- .cvsignore	26 Sep 2007 18:58:49 -0000	1.574
+++ .cvsignore	16 Oct 2007 18:13:44 -0000	1.575
@@ -3,4 +3,4 @@
 temp-*
 kernel-2.6.22
 linux-2.6.22.tar.bz2
-patch-2.6.22.9.bz2
+patch-2.6.22.10.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/kernel-2.6.spec,v
retrieving revision 1.3029
retrieving revision 1.3030
diff -u -r1.3029 -r1.3030
--- kernel-2.6.spec	27 Sep 2007 21:36:07 -0000	1.3029
+++ kernel-2.6.spec	16 Oct 2007 18:13:44 -0000	1.3030
@@ -30,7 +30,7 @@
 ## If this is a released kernel ##
 %if 0%{?released_kernel}
 # Do we have a 2.6.21.y update to apply?
-%define stable_update 9
+%define stable_update 10
 # Set rpm version accordingly
 %if 0%{?stable_update}
 %define stablerev .%{stable_update}
@@ -523,7 +523,6 @@
 Patch35: linux-2.6-genirq-fixes.patch
 Patch40: linux-2.6-x86-tune-generic.patch
 Patch50: linux-2.6-x86-vga-vidfail.patch
-Patch52: linux-2.6-amd-fix-broken-lapic-timer-detect.patch
 Patch90: linux-2.6-kvm-suspend.patch
 
 Patch100: linux-2.6-g5-therm-shutdown.patch
@@ -556,7 +555,6 @@
 Patch390: linux-2.6-dev-get-driver-properly.patch
 
 Patch400: linux-2.6-scsi-cpqarray-set-master.patch
-Patch401: linux-2.6-aacraid-ioctl-security.patch
 Patch404: linux-2.6-scsi-mpt-vmware-fix.patch
 
 Patch420: linux-2.6-squashfs.patch
@@ -590,7 +588,6 @@
 Patch650: linux-2.6-lvm-snapshot-deadlock-fix.patch
 
 Patch660: linux-2.6-libata-ali-atapi-dma.patch
-Patch662: linux-2.6-ata-update-noncq.patch
 Patch663: linux-2.6-ata-quirk.patch
 Patch667: linux-2.6-libata-ata_piix_fix_pio-mwdma-programming.patch
 Patch669: linux-2.6-libata-restore-combined-mode.patch
@@ -602,7 +599,6 @@
 Patch677: linux-2.6-libata-pata_sis-fix-dma-timing.patch
 Patch678: linux-2.6-libata-pata_sis-dma-add-missing-entry.patch
 Patch679: linux-2.6-libata-sata_sil24-fix-irq-clearing-race.patch
-Patch680: linux-2.6-libata-2.6.23-rc8-noncq.patch
 
 Patch689: git-wireless-dev.patch
 Patch690: linux-2.6-e1000-ich9.patch
@@ -1126,8 +1122,6 @@
 # for the installer cd that wants to automatically fall back to textmode
 # in that case
 ApplyPatch linux-2.6-x86-vga-vidfail.patch
-# check all AMD CPU cores for broken lapic timer
-ApplyPatch linux-2.6-amd-fix-broken-lapic-timer-detect.patch
 
 # patch to fix suspend with kvm loaded and guests running
 ApplyPatch linux-2.6-kvm-suspend.patch
@@ -1208,8 +1202,6 @@
 #
 # fix cpqarray pci enable
 ApplyPatch linux-2.6-scsi-cpqarray-set-master.patch
-# aacraid: ioctl handler needs permission check
-ApplyPatch linux-2.6-aacraid-ioctl-security.patch
 # fix vmware's broken emulation of SCSI controller
 ApplyPatch linux-2.6-scsi-mpt-vmware-fix.patch
 
@@ -1278,9 +1270,6 @@
 
 # Disable ATAPI DMA on ALI chipsets.
 ApplyPatch linux-2.6-libata-ali-atapi-dma.patch
-# libata: don't initialize sg in ata_exec_internal() if DMA_NONE
-# libata: update the noncq list
-ApplyPatch linux-2.6-ata-update-noncq.patch
 # ia64 ata quirk
 ApplyPatch linux-2.6-ata-quirk.patch
 # NSIA
@@ -1302,8 +1291,6 @@
 ApplyPatch linux-2.6-libata-pata_sis-dma-add-missing-entry.patch
 # sata_sil24 irq race fix
 ApplyPatch linux-2.6-libata-sata_sil24-fix-irq-clearing-race.patch
-# update the libata NONCQ list
-ApplyPatch linux-2.6-libata-2.6.23-rc8-noncq.patch
 
 # Add the new wireless stack and drivers from wireless-dev
 ApplyPatch git-wireless-dev.patch
@@ -2291,6 +2278,9 @@
 %endif
 
 %changelog
+* Tue Oct 16 2007 Chuck Ebbert <cebbert at redhat.com>
+- Linux 2.6.22.10
+
 * Thu Sep 27 2007 Chuck Ebbert <cebbert at redhat.com>
 - Revert to old RTC driver.
 - Zero fill environment for uevent handlers.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/sources,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -r1.538 -r1.539
--- sources	26 Sep 2007 18:58:49 -0000	1.538
+++ sources	16 Oct 2007 18:13:44 -0000	1.539
@@ -1,2 +1,2 @@
 2e230d005c002fb3d38a3ca07c0200d0  linux-2.6.22.tar.bz2
-6e2e5112d69af5c8d78cff0479c700cd  patch-2.6.22.9.bz2
+8dc6d14fb270d13e8ef670d23387b418  patch-2.6.22.10.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/upstream,v
retrieving revision 1.458
retrieving revision 1.459
diff -u -r1.458 -r1.459
--- upstream	26 Sep 2007 18:58:49 -0000	1.458
+++ upstream	16 Oct 2007 18:13:44 -0000	1.459
@@ -1,2 +1,2 @@
 linux-2.6.22.tar.bz2
-patch-2.6.22.9.bz2
+patch-2.6.22.10.bz2


--- linux-2.6-aacraid-ioctl-security.patch DELETED ---


--- linux-2.6-amd-fix-broken-lapic-timer-detect.patch DELETED ---


--- linux-2.6-ata-update-noncq.patch DELETED ---


--- linux-2.6-libata-2.6.23-rc8-noncq.patch DELETED ---


--- patch-2.6.22.9.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list