rpms/kernel/devel TODO,1.70,1.71 linux-2.6-hotfixes.patch,1.7,1.8

Dave Jones davej at fedoraproject.org
Tue Jun 8 19:20:30 UTC 2010


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32423

Modified Files:
	TODO linux-2.6-hotfixes.patch 
Log Message:
actually, put that back.


Index: TODO
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/TODO,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -p -r1.70 -r1.71
--- TODO	8 Jun 2010 19:17:14 -0000	1.70
+++ TODO	8 Jun 2010 19:20:29 -0000	1.71
@@ -4,7 +4,7 @@
 * linux-2.6-debug-spinlock-taint.patch
 * linux-2.6-debug-taint-vm.patch
 * linux-2.6-debug-vm-would-have-oomkilled.patch
-	Push for 2.6.29
+	TODO: Push upstream
 
 * linux-2.6-compile-fixes.patch
 * linux-2.6-hotfixes.patch

linux-2.6-hotfixes.patch:
 qcserial.c |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6-hotfixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-hotfixes.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- linux-2.6-hotfixes.patch	8 Jun 2010 19:18:05 -0000	1.7
+++ linux-2.6-hotfixes.patch	8 Jun 2010 19:20:29 -0000	1.8
@@ -0,0 +1,13 @@
+fixes:
+implicit declaration of function kzalloc
+
+--- linux-2.6.34.noarch/drivers/usb/serial/qcserial.c~	2010-06-08 15:19:41.000000000 -0400
++++ linux-2.6.34.noarch/drivers/usb/serial/qcserial.c	2010-06-08 15:19:47.000000000 -0400
+@@ -11,6 +11,7 @@
+  *
+  */
+ 
++#include <linux/slab.h>
+ #include <linux/tty.h>
+ #include <linux/tty_flip.h>
+ #include <linux/usb.h>



More information about the scm-commits mailing list