rpms/kernel/F-9 kernel.spec, 1.767, 1.768 linux-2.6-utrace.patch, 1.78, 1.79

Roland McGrath roland at fedoraproject.org
Mon Sep 15 23:51:09 UTC 2008


Author: roland

Update of /cvs/pkgs/rpms/kernel/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13349

Modified Files:
	kernel.spec linux-2.6-utrace.patch 
Log Message:
* Mon Sep 15 2008 Roland McGrath <roland at redhat.com> - 2.6.26.5-41
- utrace: Fix common oops in ptrace EPERM case.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/kernel.spec,v
retrieving revision 1.767
retrieving revision 1.768
diff -u -r1.767 -r1.768
--- kernel.spec	14 Sep 2008 18:15:14 -0000	1.767
+++ kernel.spec	15 Sep 2008 23:50:36 -0000	1.768
@@ -1866,6 +1866,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
+* Mon Sep 15 2008 Roland McGrath <roland at redhat.com> - 2.6.26.5-41
+- utrace: Fix common oops in ptrace EPERM case.
+
 * Sun Sep 14 2008 Kyle McMartin <kyle at redhat.com> 2.6.26.5-40
 - wireless: rt2500pci: restoring missing line
 

linux-2.6-utrace.patch:

Index: linux-2.6-utrace.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/linux-2.6-utrace.patch,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- linux-2.6-utrace.patch	4 Aug 2008 22:20:04 -0000	1.78
+++ linux-2.6-utrace.patch	15 Sep 2008 23:50:37 -0000	1.79
@@ -1994,7 +1994,7 @@
 +	if (IS_ERR(engine))
 +		return engine;
 +	if (likely(!ptrace_update_utrace(child, engine)))
-+		return 0;
++		return engine;
 +	ptrace_detach_utrace(child, engine);
 +	return ERR_PTR(-ESRCH);
 +}




More information about the fedora-extras-commits mailing list