rpms/kernel/devel linux-2.6-compile-fixes.patch, 1.106, 1.107 linux-2.6-proc-self-maps-fix.patch, 1.8, 1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 5 17:33:10 UTC 2006


Author: dwmw2

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

Modified Files:
	linux-2.6-compile-fixes.patch 
	linux-2.6-proc-self-maps-fix.patch 
Log Message:
spu header build fix

linux-2.6-compile-fixes.patch:
 Kbuild |    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.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- linux-2.6-compile-fixes.patch	5 Dec 2006 14:26:23 -0000	1.106
+++ linux-2.6-compile-fixes.patch	5 Dec 2006 17:33:08 -0000	1.107
@@ -1,11 +1,18 @@
---- 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;
- 
+--- a/include/asm-powerpc/Kbuild
++++ b/include/asm-powerpc/Kbuild
+@@ -17,7 +17,6 @@ header-y += ipc.h
+ header-y += poll.h
+ header-y += shmparam.h
+ header-y += sockios.h
+-header-y += spu_info.h
+ header-y += ucontext.h
+ header-y += ioctl.h
+ header-y += linkage.h
+@@ -37,6 +36,7 @@ unifdef-y += posix_types.h
+ unifdef-y += ptrace.h
+ unifdef-y += seccomp.h
+ unifdef-y += signal.h
++unifdef-y += spu_info.h
+ unifdef-y += termios.h
+ unifdef-y += types.h
+ unifdef-y += unistd.h

linux-2.6-proc-self-maps-fix.patch:
 fs/proc/base.c         |   20 ++++++++++++++++++++
 fs/proc/internal.h     |    2 ++
 fs/proc/task_mmu.c     |    3 +--
 include/linux/ptrace.h |    1 +
 kernel/ptrace.c        |    6 +++---
 5 files changed, 27 insertions(+), 5 deletions(-)

Index: linux-2.6-proc-self-maps-fix.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-proc-self-maps-fix.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- linux-2.6-proc-self-maps-fix.patch	23 Nov 2006 22:00:35 -0000	1.8
+++ linux-2.6-proc-self-maps-fix.patch	5 Dec 2006 17:33:08 -0000	1.9
@@ -97,3 +97,12 @@
  	task_unlock(task);
  	return !err;
  }
+@@ -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