rpms/kernel/FC-5 patch-2.6.17.2.bz2.sign, NONE, 1.1 .cvsignore, 1.405, 1.406 kernel-2.6.spec, 1.2143, 1.2144 linux-2.6-debug-list_head.patch, 1.4, 1.5 sources, 1.346, 1.347 upstream, 1.316, 1.317 patch-2.6.17.1.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jun 30 04:37:45 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-debug-list_head.patch 
	sources upstream 
Added Files:
	patch-2.6.17.2.bz2.sign 
Removed Files:
	patch-2.6.17.1.bz2.sign 
Log Message:
.17.2



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

iD4DBQBEpHFRyGugalF9Dw4RAscbAJ0Vj8na9OMnu9NW4JkYpcJqyxzX3gCYoV7I
AJ/PXSCNyOCUKR/sY3sFZw==
=zwNJ
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/.cvsignore,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -r1.405 -r1.406
--- .cvsignore	20 Jun 2006 17:18:29 -0000	1.405
+++ .cvsignore	30 Jun 2006 04:37:38 -0000	1.406
@@ -3,4 +3,4 @@
 kernel-2.6.17
 xen-20060610.tar.bz2
 linux-2.6.17.tar.bz2
-patch-2.6.17.1.bz2
+patch-2.6.17.2.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/kernel-2.6.spec,v
retrieving revision 1.2143
retrieving revision 1.2144
diff -u -r1.2143 -r1.2144
--- kernel-2.6.spec	26 Jun 2006 14:40:29 -0000	1.2143
+++ kernel-2.6.spec	30 Jun 2006 04:37:38 -0000	1.2144
@@ -237,7 +237,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.17.1.bz2
+Patch1: patch-2.6.17.2.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 
@@ -1627,6 +1627,10 @@
 %endif
 
 %changelog
+* Fri Jun 30 2006 Dave Jones <davej at redhat.com>
+- 2.6.17.2
+- Fix the ALSA list_add bug.
+
 * Mon Jun 26 2006 Dave Jones <davej at redhat.com>
 - Enable fake PCI hotplug driver. (#190437)
 - Enable gameport/joystick on i586 builds. (#196581)

linux-2.6-debug-list_head.patch:
 b/fs/select.c                                  |    4 ++-
 b/include/linux/wait.h                         |    2 -
 b/kernel/wait.c                                |   26 +++++++++++++++++++++++--
 linux-2.6.12/include/linux/list.h              |   22 +++++++++++++++++++++
 linux-2.6.17.noarch/sound/core/seq/seq_ports.c |    6 +----
 5 files changed, 52 insertions(+), 8 deletions(-)

Index: linux-2.6-debug-list_head.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/linux-2.6-debug-list_head.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux-2.6-debug-list_head.patch	18 Jun 2006 04:45:03 -0000	1.4
+++ linux-2.6-debug-list_head.patch	30 Jun 2006 04:37:40 -0000	1.5
@@ -134,3 +134,18 @@
  EXPORT_SYMBOL(remove_wait_queue);
  
 
+--- linux-2.6.17.noarch/sound/core/seq/seq_ports.c~	2006-06-30 00:22:38.000000000 -0400
++++ linux-2.6.17.noarch/sound/core/seq/seq_ports.c	2006-06-30 00:24:00.000000000 -0400
+@@ -324,10 +324,8 @@ int snd_seq_delete_all_ports(struct snd_
+ 	mutex_lock(&client->ports_mutex);
+ 	write_lock_irqsave(&client->ports_lock, flags);
+ 	if (! list_empty(&client->ports_list_head)) {
+-		__list_add(&deleted_list,
+-			   client->ports_list_head.prev,
+-			   client->ports_list_head.next);
+-		INIT_LIST_HEAD(&client->ports_list_head);
++		list_add(&deleted_list, &client->ports_list_head);
++		list_del_init(&client->ports_list_head);
+ 	} else {
+ 		INIT_LIST_HEAD(&deleted_list);
+ 	}


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/sources,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -r1.346 -r1.347
--- sources	20 Jun 2006 17:18:30 -0000	1.346
+++ sources	30 Jun 2006 04:37:40 -0000	1.347
@@ -1,3 +1,3 @@
 7f29344672bce4bd7304f61abc7893c1  xen-20060610.tar.bz2
 37ddefe96625502161f075b9d907f21e  linux-2.6.17.tar.bz2
-f7197c29beb5bd28b6f566b58260ece8  patch-2.6.17.1.bz2
+efeb792bb20a392d3ebcc5ae910f7c6b  patch-2.6.17.2.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/upstream,v
retrieving revision 1.316
retrieving revision 1.317
diff -u -r1.316 -r1.317
--- upstream	20 Jun 2006 17:18:30 -0000	1.316
+++ upstream	30 Jun 2006 04:37:40 -0000	1.317
@@ -1,2 +1,2 @@
 linux-2.6.17.tar.bz2
-patch-2.6.17.1.bz2
+patch-2.6.17.2.bz2


--- patch-2.6.17.1.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list