rpms/kernel/devel patch-2.6.27-rc5-git9.bz2.sign, NONE, 1.1 .cvsignore, 1.916, 1.917 kernel.spec, 1.935, 1.936 linux-2.6-utrace.patch, 1.96, 1.97 sources, 1.879, 1.880 upstream, 1.792, 1.793 linux-2.6-x86-io-delay-add-hp-f700-quirk.patch, 1.1, NONE patch-2.6.27-rc5-git7.bz2.sign, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Sun Sep 7 18:01:36 UTC 2008


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21224

Modified Files:
	.cvsignore kernel.spec linux-2.6-utrace.patch sources upstream 
Added Files:
	patch-2.6.27-rc5-git9.bz2.sign 
Removed Files:
	linux-2.6-x86-io-delay-add-hp-f700-quirk.patch 
	patch-2.6.27-rc5-git7.bz2.sign 
Log Message:
2.6.27-rc5-git9


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

iD8DBQBIw8L5yGugalF9Dw4RAr02AJ49eBnrZxFDN99e8aqW1YGBuIwP6ACghzh5
aqdfExmRULNB6TUwB6kV4NE=
=lcBB
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.916
retrieving revision 1.917
diff -u -r1.916 -r1.917
--- .cvsignore	5 Sep 2008 09:45:16 -0000	1.916
+++ .cvsignore	7 Sep 2008 18:01:05 -0000	1.917
@@ -5,4 +5,4 @@
 kernel-2.6.26
 linux-2.6.26.tar.bz2
 patch-2.6.27-rc5.bz2
-patch-2.6.27-rc5-git7.bz2
+patch-2.6.27-rc5-git9.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.935
retrieving revision 1.936
diff -u -r1.935 -r1.936
--- kernel.spec	6 Sep 2008 21:39:17 -0000	1.935
+++ kernel.spec	7 Sep 2008 18:01:05 -0000	1.936
@@ -45,7 +45,7 @@
 # The rc snapshot level
 %define rcrev 5
 # The git snapshot level
-%define gitrev 7
+%define gitrev 9
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -555,7 +555,6 @@
 Patch41: linux-2.6-sysrq-c.patch
 Patch42: linux-2.6-x86-tune-generic.patch
 Patch75: linux-2.6-x86-debug-boot.patch
-Patch80: linux-2.6-x86-io-delay-add-hp-f700-quirk.patch
 
 Patch140: linux-2.6-ps3-ehci-iso.patch
 Patch141: linux-2.6-ps3-storage-alias.patch
@@ -1007,8 +1006,6 @@
 # x86(-64)
 # Compile 686 kernels tuned for Pentium4.
 ApplyPatch linux-2.6-x86-tune-generic.patch
-# add io delay quirk for presario f700
-ApplyPatch linux-2.6-x86-io-delay-add-hp-f700-quirk.patch
 
 #
 # PowerPC
@@ -1749,6 +1746,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Sun Sep 07 2008 Chuck Ebbert <cebbert at redhat.com>
+- 2.6.27-rc5-git9
+
 * Sun Sep 07 2008 Dave Airlie <airlied at redhat.com>
 - disable radeon verbose debugging. doh.
 

linux-2.6-utrace.patch:

Index: linux-2.6-utrace.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-utrace.patch,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- linux-2.6-utrace.patch	5 Sep 2008 09:45:16 -0000	1.96
+++ linux-2.6-utrace.patch	7 Sep 2008 18:01:05 -0000	1.97
@@ -619,19 +619,6 @@
  	task_lock(p);
  	if (p->files)
  		fdt = files_fdtable(p->files);
-diff --git a/include/asm-generic/syscall.h b/include/asm-generic/syscall.h
-index abcf34c..ea8087b 100644  
---- a/include/asm-generic/syscall.h
-+++ b/include/asm-generic/syscall.h
-@@ -126,7 +126,7 @@ void syscall_get_arguments(struct task_s
-  * @args:	array of argument values to store
-  *
-  * Changes @n arguments to the system call starting with the @i'th argument.
-- * @n'th argument to @val.  Argument @i gets value @args[0], and so on.
-+ * Argument @i gets value @args[0], and so on.
-  * An arch inline version is probably optimal when @i and @n are constants.
-  *
-  * It's only valid to call this when @task is stopped for tracing on
 diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h
 index ea7416c..06eaace 100644  
 --- a/include/linux/ptrace.h
@@ -782,15 +769,6 @@
  	ptrace_init_task(child, (clone_flags & CLONE_PTRACE) || trace);
  }
  
-@@ -272,7 +291,7 @@ static inline void tracehook_finish_clon
-  * tracehook_report_clone_complete().  This must prevent the child from
-  * self-reaping if tracehook_report_clone_complete() uses the @child
-  * pointer; otherwise it might have died and been released by the time
-- * tracehook_report_report_clone_complete() is called.
-+ * tracehook_report_clone_complete() is called.
-  *
-  * Called with no locks held, but the child cannot run until this returns.
-  */
 @@ -280,6 +299,8 @@ static inline void tracehook_report_clon
  					  unsigned long clone_flags,
  					  pid_t pid, struct task_struct *child)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.879
retrieving revision 1.880
diff -u -r1.879 -r1.880
--- sources	5 Sep 2008 09:45:16 -0000	1.879
+++ sources	7 Sep 2008 18:01:05 -0000	1.880
@@ -1,3 +1,3 @@
 5169d01c405bc3f866c59338e217968c  linux-2.6.26.tar.bz2
 d91adda8bcf04852048b8eab06eeae3d  patch-2.6.27-rc5.bz2
-064b47baf6ae8ecb15c96f2b38b62f4b  patch-2.6.27-rc5-git7.bz2
+2f39bf914e672751f59d0cb062be1b66  patch-2.6.27-rc5-git9.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.792
retrieving revision 1.793
diff -u -r1.792 -r1.793
--- upstream	5 Sep 2008 09:45:16 -0000	1.792
+++ upstream	7 Sep 2008 18:01:05 -0000	1.793
@@ -1,3 +1,3 @@
 linux-2.6.26.tar.bz2
 patch-2.6.27-rc5.bz2
-patch-2.6.27-rc5-git7.bz2
+patch-2.6.27-rc5-git9.bz2


--- linux-2.6-x86-io-delay-add-hp-f700-quirk.patch DELETED ---


--- patch-2.6.27-rc5-git7.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list