rpms/kernel/F-8 kernel.spec, 1.428, 1.429 linux-2.6-firewire-git-update.patch, 1.6, 1.7

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Apr 16 20:49:45 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10211

Modified Files:
	kernel.spec linux-2.6-firewire-git-update.patch 
Log Message:
* Wed Apr 16 2008 Jarod Wilson <jwilson at redhat.com> 2.6.24.4-83
- Back out FireWire patch requiring successive selfID complete
  events, needs more work to keep from causing sbp2 issues (#435550)



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/kernel.spec,v
retrieving revision 1.428
retrieving revision 1.429
diff -u -r1.428 -r1.429
--- kernel.spec	15 Apr 2008 21:12:56 -0000	1.428
+++ kernel.spec	16 Apr 2008 20:49:08 -0000	1.429
@@ -2023,6 +2023,10 @@
 
 
 %changelog
+* Wed Apr 16 2008 Jarod Wilson <jwilson at redhat.com> 2.6.24.4-83
+- Back out FireWire patch requiring successive selfID complete
+  events, needs more work to keep from causing sbp2 issues (#435550)
+
 * Tue Apr 15 2008 John W. Linville <linville at redhat.com> 2.6.24.4-82
 - rfkill: Fix device type check when toggling states
 - rtl8187: Add missing priv->vif assignments

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

Index: linux-2.6-firewire-git-update.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/linux-2.6-firewire-git-update.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux-2.6-firewire-git-update.patch	15 Apr 2008 19:17:32 -0000	1.6
+++ linux-2.6-firewire-git-update.patch	16 Apr 2008 20:49:08 -0000	1.7
@@ -6425,12 +6425,12 @@
 +	 * previously processed one, we cannot reliably compare the
 +	 * old and new topologies.
 +	 */
-+	if (!is_next_generation(generation, card->generation) &&
++	/*if (!is_next_generation(generation, card->generation) &&
 +	    card->local_node != NULL) {
 +		fw_notify("skipped bus generations, destroying all nodes\n");
 +		fw_destroy_nodes(card);
 +		card->bm_retries = 0;
-+	}
++	}*/
 +
  	spin_lock_irqsave(&card->lock, flags);
  




More information about the fedora-extras-commits mailing list