rpms/kernel/devel kernel-2.6.spec, 1.2846, 1.2847 linux-2.6-compile-fixes.patch, 1.105, 1.106

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 5 14:26:25 UTC 2006


Author: davej

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

Modified Files:
	kernel-2.6.spec linux-2.6-compile-fixes.patch 
Log Message:
buildfix


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2846
retrieving revision 1.2847
diff -u -r1.2846 -r1.2847
--- kernel-2.6.spec	5 Dec 2006 12:35:25 -0000	1.2846
+++ kernel-2.6.spec	5 Dec 2006 14:26:23 -0000	1.2847
@@ -984,7 +984,7 @@
 #
 # misc small stuff to make things compile or otherwise improve performance
 #
-#%patch10000 -p1
+%patch10000 -p1
 
 # END OF PATCH APPLICATIONS
 

linux-2.6-compile-fixes.patch:
 ptrace.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- linux-2.6-compile-fixes.patch	5 Dec 2006 12:35:25 -0000	1.105
+++ linux-2.6-compile-fixes.patch	5 Dec 2006 14:26:23 -0000	1.106
@@ -0,0 +1,11 @@
+--- linux-2.6.19.noarch/kernel/ptrace.c~	2006-12-05 09:25:18.000000000 -0500
++++ linux-2.6.19.noarch/kernel/ptrace.c	2006-12-05 09:26:02.000000000 -0500
+@@ -193,7 +193,7 @@ repeat:
+ 	/* the same process cannot be attached many times */
+ 	if (task->ptrace & PT_PTRACED)
+ 		goto bad;
+-	retval = may_attach(task);
++	retval = __ptrace_may_attach(task);
+ 	if (retval)
+ 		goto bad;
+ 




More information about the fedora-cvs-commits mailing list