rpms/kernel/F-10 patch-2.6.27.10.bz2.sign, NONE, 1.1 .cvsignore, 1.959, 1.960 kernel.spec, 1.1200, 1.1201 linux-2.6-firewire-git-pending.patch, 1.32, 1.33 sources, 1.921, 1.922 upstream, 1.833, 1.834 linux-2.6-iwlagn-fix-rx-skb-alignment.patch, 1.1, NONE linux-2.6-lib-idr-fix-bug-introduced-by-rcu-fix.patch, 1.1, NONE linux-2.6.27.5-sched_clock-prevent-scd-clock-from-moving-backwards.patch, 1.1, NONE linux-2.6.27.7-vmi-fix-crash-on-boot.patch, 1.2, NONE patch-2.6.27.9.bz2.sign, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Thu Dec 18 22:14:24 UTC 2008


Author: cebbert

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

Modified Files:
	.cvsignore kernel.spec linux-2.6-firewire-git-pending.patch 
	sources upstream 
Added Files:
	patch-2.6.27.10.bz2.sign 
Removed Files:
	linux-2.6-iwlagn-fix-rx-skb-alignment.patch 
	linux-2.6-lib-idr-fix-bug-introduced-by-rcu-fix.patch 
	linux-2.6.27.5-sched_clock-prevent-scd-clock-from-moving-backwards.patch 
	linux-2.6.27.7-vmi-fix-crash-on-boot.patch 
	patch-2.6.27.9.bz2.sign 
Log Message:
Linux 2.6.27.10
  Dropped patches:
    linux-2.6-lib-idr-fix-bug-introduced-by-rcu-fix.patch
    linux-2.6.27.7-vmi-fix-crash-on-boot.patch
    linux-2.6.27.5-sched_clock-prevent-scd-clock-from-moving-backwards.patch
    linux-2.6-iwlagn-fix-rx-skb-alignment.patch
  Dropped from firewire-git-pending:
    firewire: fw-ohci: fix possible IOMMU resource exhaustion


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

iD8DBQBJSpS/yGugalF9Dw4RAgQIAKCL8gmbe3wX1ZUCopzJ5Z1bITLOwwCfeuI9
SnJwIATwjUdzfPCIp3K+EKE=
=gbO4
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/.cvsignore,v
retrieving revision 1.959
retrieving revision 1.960
diff -u -r1.959 -r1.960
--- .cvsignore	14 Dec 2008 07:47:39 -0000	1.959
+++ .cvsignore	18 Dec 2008 22:13:53 -0000	1.960
@@ -4,4 +4,4 @@
 temp-*
 kernel-2.6.27
 linux-2.6.27.tar.bz2
-patch-2.6.27.9.bz2
+patch-2.6.27.10.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1200
retrieving revision 1.1201
diff -u -r1.1200 -r1.1201
--- kernel.spec	18 Dec 2008 21:51:11 -0000	1.1200
+++ kernel.spec	18 Dec 2008 22:13:53 -0000	1.1201
@@ -36,7 +36,7 @@
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 9
+%define stable_update 10
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -579,13 +579,6 @@
 # Git trees.
 Patch10: git-cpufreq.patch
 
-# fix idr bug in 27.8
-Patch12: linux-2.6-lib-idr-fix-bug-introduced-by-rcu-fix.patch
-# fix VMI crash in 27.7
-Patch13: linux-2.6.27.7-vmi-fix-crash-on-boot.patch
-# revert 2.6.27.5 patch that causes suspend/resume failures
-Patch14: linux-2.6.27.5-sched_clock-prevent-scd-clock-from-moving-backwards.patch
-
 # Standalone patches
 Patch20: linux-2.6-hotfixes.patch
 
@@ -662,7 +655,6 @@
 Patch680: linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch
 Patch681: linux-2.6-iwl3945-ibss-tsf-fix.patch
 Patch682: linux-2.6-wireless-ath9k-dma-fixes.patch
-Patch683: linux-2.6-iwlagn-fix-rx-skb-alignment.patch
 Patch684: linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch
 Patch690: linux-2.6-at76.patch
 
@@ -1108,10 +1100,6 @@
 
 ApplyPatch git-cpufreq.patch
 
-ApplyPatch linux-2.6-lib-idr-fix-bug-introduced-by-rcu-fix.patch
-ApplyPatch linux-2.6.27.7-vmi-fix-crash-on-boot.patch
-ApplyPatch linux-2.6.27.5-sched_clock-prevent-scd-clock-from-moving-backwards.patch -R
-
 ApplyPatch linux-2.6-hotfixes.patch
 
 # Roland's utrace ptrace replacement.
@@ -1278,9 +1266,6 @@
 # Backported ath9k DMA fixes from pre-2.6.28
 ApplyPatch linux-2.6-wireless-ath9k-dma-fixes.patch
 
-# iwlagn: fix RX skb alignment
-ApplyPatch linux-2.6-iwlagn-fix-rx-skb-alignment.patch
-
 # iwlwifi: use GFP_KERNEL to allocate Rx SKB memory
 ApplyPatch linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch
 
@@ -1941,7 +1926,17 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
-* Fri Dec 19 2008 Chuck Ebbert <cebbert at redhat.com>
+* Fri Dec 19 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.27.10-165
+- Linux 2.6.27.10
+  Dropped patches:
+    linux-2.6-lib-idr-fix-bug-introduced-by-rcu-fix.patch
+    linux-2.6.27.7-vmi-fix-crash-on-boot.patch
+    linux-2.6.27.5-sched_clock-prevent-scd-clock-from-moving-backwards.patch
+    linux-2.6-iwlagn-fix-rx-skb-alignment.patch
+  Dropped from firewire-git-pending:
+    firewire: fw-ohci: fix possible IOMMU resource exhaustion
+
+* Fri Dec 19 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.27.9-164
 - Disable PATA_HPT3X3_DMA (from F11.)
 
 * Thu Dec 18 2008 Dave Airlie <airlied at redhat.com> 2.6.27.9-163

linux-2.6-firewire-git-pending.patch:

Index: linux-2.6-firewire-git-pending.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/linux-2.6-firewire-git-pending.patch,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- linux-2.6-firewire-git-pending.patch	10 Dec 2008 20:13:47 -0000	1.32
+++ linux-2.6-firewire-git-pending.patch	18 Dec 2008 22:13:53 -0000	1.33
@@ -128,106 +128,3 @@
  	 * the version stored in the OHCI registers.
  	 */
  
-----------------------
-Date: Wed, 10 Dec 2008 00:20:38 +0100 (CET)
-From: Stefan Richter <stefanr at s5r6.in-berlin.de>
-Subject: firewire: fw-ohci: fix possible IOMMU resource exhaustion
-
-There is a DMA map/ unmap imbalance whenever a block write request
-packet is sent and then dequeued with ohci_cancel_packet.  The latter
-may happen frequently if the AR resp tasklet is executed before the AT
-req tasklet for the same transaction.
-
-Add the missing dma_unmap_single.
-
-Signed-off-by: Stefan Richter <stefanr at s5r6.in-berlin.de>
----
- drivers/firewire/fw-ohci.c        |   11 +++++++----
- drivers/firewire/fw-transaction.c |    3 +++
- drivers/firewire/fw-transaction.h |    2 ++
- 3 files changed, 12 insertions(+), 4 deletions(-)
-
-Index: linux/drivers/firewire/fw-ohci.c
-===================================================================
---- linux.orig/drivers/firewire/fw-ohci.c
-+++ linux/drivers/firewire/fw-ohci.c
-@@ -974,6 +974,7 @@ at_context_queue_packet(struct context *
- 			packet->ack = RCODE_SEND_ERROR;
- 			return -1;
- 		}
-+		packet->payload_bus = payload_bus;
- 
- 		d[2].req_count    = cpu_to_le16(packet->payload_length);
- 		d[2].data_address = cpu_to_le32(payload_bus);
-@@ -1025,7 +1026,6 @@ static int handle_at_packet(struct conte
- 	struct driver_data *driver_data;
- 	struct fw_packet *packet;
- 	struct fw_ohci *ohci = context->ohci;
--	dma_addr_t payload_bus;
- 	int evt;
- 
- 	if (last->transfer_status == 0)
-@@ -1038,9 +1038,8 @@ static int handle_at_packet(struct conte
- 		/* This packet was cancelled, just continue. */
- 		return 1;
- 
--	payload_bus = le32_to_cpu(last->data_address);
--	if (payload_bus != 0)
--		dma_unmap_single(ohci->card.device, payload_bus,
-+	if (packet->payload_bus)
-+		dma_unmap_single(ohci->card.device, packet->payload_bus,
- 				 packet->payload_length, DMA_TO_DEVICE);
- 
- 	evt = le16_to_cpu(last->transfer_status) & 0x1f;
-@@ -1697,6 +1696,10 @@ static int ohci_cancel_packet(struct fw_
- 	if (packet->ack != 0)
- 		goto out;
- 
-+	if (packet->payload_bus)
-+		dma_unmap_single(ohci->card.device, packet->payload_bus,
-+				 packet->payload_length, DMA_TO_DEVICE);
-+
- 	log_ar_at_event('T', packet->speed, packet->header, 0x20);
- 	driver_data->packet = NULL;
- 	packet->ack = RCODE_CANCELLED;
-Index: linux/drivers/firewire/fw-transaction.c
-===================================================================
---- linux.orig/drivers/firewire/fw-transaction.c
-+++ linux/drivers/firewire/fw-transaction.c
-@@ -208,6 +208,7 @@ fw_fill_request(struct fw_packet *packet
- 	packet->speed = speed;
- 	packet->generation = generation;
- 	packet->ack = 0;
-+	packet->payload_bus = 0;
- }
- 
- /**
-@@ -582,6 +583,8 @@ fw_fill_response(struct fw_packet *respo
- 		BUG();
- 		return;
- 	}
-+
-+	response->payload_bus = 0;
- }
- EXPORT_SYMBOL(fw_fill_response);
- 
-Index: linux/drivers/firewire/fw-transaction.h
-===================================================================
---- linux.orig/drivers/firewire/fw-transaction.h
-+++ linux/drivers/firewire/fw-transaction.h
-@@ -27,6 +27,7 @@
- #include <linux/list.h>
- #include <linux/spinlock_types.h>
- #include <linux/timer.h>
-+#include <linux/types.h>
- #include <linux/workqueue.h>
- 
- #define TCODE_IS_READ_REQUEST(tcode)	(((tcode) & ~1) == 4)
-@@ -153,6 +154,7 @@ struct fw_packet {
- 	size_t header_length;
- 	void *payload;
- 	size_t payload_length;
-+	dma_addr_t payload_bus;
- 	u32 timestamp;
- 
- 	/*


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/sources,v
retrieving revision 1.921
retrieving revision 1.922
diff -u -r1.921 -r1.922
--- sources	14 Dec 2008 07:47:41 -0000	1.921
+++ sources	18 Dec 2008 22:13:54 -0000	1.922
@@ -1,2 +1,2 @@
 b3e78977aa79d3754cb7f8143d7ddabd  linux-2.6.27.tar.bz2
-1a0b0c727fee22a4d2545276176ac089  patch-2.6.27.9.bz2
+82691ff96bff9b4fa19f91b69a9695f9  patch-2.6.27.10.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/upstream,v
retrieving revision 1.833
retrieving revision 1.834
diff -u -r1.833 -r1.834
--- upstream	14 Dec 2008 07:47:41 -0000	1.833
+++ upstream	18 Dec 2008 22:13:54 -0000	1.834
@@ -1,2 +1,2 @@
 linux-2.6.27.tar.bz2
-patch-2.6.27.9.bz2
+patch-2.6.27.10.bz2


--- linux-2.6-iwlagn-fix-rx-skb-alignment.patch DELETED ---


--- linux-2.6-lib-idr-fix-bug-introduced-by-rcu-fix.patch DELETED ---


--- linux-2.6.27.5-sched_clock-prevent-scd-clock-from-moving-backwards.patch DELETED ---


--- linux-2.6.27.7-vmi-fix-crash-on-boot.patch DELETED ---


--- patch-2.6.27.9.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list