rpms/kernel/devel patch-2.6.27-rc2-git4.bz2.sign, NONE, 1.1 .cvsignore, 1.892, 1.893 config-generic, 1.152, 1.153 config-powerpc32-generic, 1.17, 1.18 kernel.spec, 1.869, 1.870 linux-2.6-utrace.patch, 1.88, 1.89 linux-2.6-x86-tracehook.patch, 1.5, 1.6 sources, 1.854, 1.855 upstream, 1.770, 1.771 patch-2.6.27-rc1.bz2.sign, 1.1, NONE patch-2.6.27-rc2-git1.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Sat Aug 9 17:19:03 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7665

Modified Files:
	.cvsignore config-generic config-powerpc32-generic kernel.spec 
	linux-2.6-utrace.patch linux-2.6-x86-tracehook.patch sources 
	upstream 
Added Files:
	patch-2.6.27-rc2-git4.bz2.sign 
Removed Files:
	patch-2.6.27-rc1.bz2.sign patch-2.6.27-rc2-git1.bz2.sign 
Log Message:
2.6.27-rc2-git4
Temporarily disable utrace.


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

iD8DBQBInUDvyGugalF9Dw4RAhLeAJ9EKLdkgbLfxvFfk+36nsErmiEsGwCfWWDk
Q8o5dVlRxd+HjnehQXrwSVM=
=go7j
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.892
retrieving revision 1.893
diff -u -r1.892 -r1.893
--- .cvsignore	7 Aug 2008 16:05:07 -0000	1.892
+++ .cvsignore	9 Aug 2008 17:18:33 -0000	1.893
@@ -6,4 +6,4 @@
 linux-2.6.26.tar.bz2
 patch-2.6.26-git18.bz2
 patch-2.6.27-rc2.bz2
-patch-2.6.27-rc2-git1.bz2
+patch-2.6.27-rc2-git4.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- config-generic	7 Aug 2008 02:11:58 -0000	1.152
+++ config-generic	9 Aug 2008 17:18:33 -0000	1.153
@@ -1312,6 +1312,7 @@
 CONFIG_ADM8211=m
 CONFIG_ATH5K=m
 CONFIG_ATH5K_DEBUG=y
+CONFIG_ATH9K=m
 CONFIG_AIRO=m
 CONFIG_AIRO_CS=m
 CONFIG_ATMEL=m
@@ -1893,6 +1894,7 @@
 #
 CONFIG_SENSORS_ABITUGURU=m
 CONFIG_SENSORS_ABITUGURU3=m
+CONFIG_SENSORS_AD7414=m
 CONFIG_SENSORS_AD7418=m
 CONFIG_SENSORS_ADM1021=m
 CONFIG_SENSORS_ADM1025=m


Index: config-powerpc32-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc32-generic,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- config-powerpc32-generic	6 Aug 2008 16:22:54 -0000	1.17
+++ config-powerpc32-generic	9 Aug 2008 17:18:33 -0000	1.18
@@ -295,5 +295,7 @@
 CONFIG_MPC8641_HPCN=y
 CONFIG_SBC8641D=y
 CONFIG_MPC8610_HPCD=y
+
 CONFIG_83xx_WDT=m
+CONFIG_8xxx_WDT=m
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.869
retrieving revision 1.870
diff -u -r1.869 -r1.870
--- kernel.spec	8 Aug 2008 18:42:36 -0000	1.869
+++ kernel.spec	9 Aug 2008 17:18:33 -0000	1.870
@@ -45,7 +45,7 @@
 # The rc snapshot level
 %define rcrev 2
 # The git snapshot level
-%define gitrev 1
+%define gitrev 4
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -995,8 +995,8 @@
 ApplyPatch linux-2.6-hotfixes.patch
 
 # Roland's utrace ptrace replacement.
-ApplyPatch linux-2.6-utrace.patch
-ApplyPatch linux-2.6-x86-tracehook.patch
+#ApplyPatch linux-2.6-utrace.patch
+#ApplyPatch linux-2.6-x86-tracehook.patch
 
 # enable sysrq-c on all kernels, not only kexec
 ApplyPatch linux-2.6-sysrq-c.patch
@@ -1736,6 +1736,13 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Sat Aug 09 2008 Dave Jones <davej at redhat.com>
+- 2.6.27-rc2-git4
+- Temporarily disable utrace.
+
+* Fri Aug 08 2008 Dave Jones <davej at redhat.com>
+- 2.6.27-rc2-git3
+
 * Fri Aug 08 2008 Jarod Wilson <jwilson at redhat.com>
 - Rebase and re-enable firewire git tree patch
 

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.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- linux-2.6-utrace.patch	7 Aug 2008 11:38:10 -0000	1.88
+++ linux-2.6-utrace.patch	9 Aug 2008 17:18:33 -0000	1.89
@@ -619,7 +619,7 @@
  	if (p->files)
  		fdt = files_fdtable(p->files);
 diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h
-index fd31756..0c009c9 100644  
+index ea7416c..06eaace 100644  
 --- a/include/linux/ptrace.h
 +++ b/include/linux/ptrace.h
 @@ -121,6 +121,7 @@ static inline void ptrace_unlink(struct 
@@ -682,7 +682,7 @@
  extern void force_sig_specific(int, struct task_struct *);
  extern int send_sig(int, struct task_struct *, int);
 diff --git a/include/linux/tracehook.h b/include/linux/tracehook.h
-index ab3ef7a..a45f692 100644  
+index b48d819..68376ff 100644  
 --- a/include/linux/tracehook.h
 +++ b/include/linux/tracehook.h
 @@ -49,6 +49,7 @@
@@ -774,7 +774,7 @@
  {
 +	if (unlikely(task_utrace_flags(current) & UTRACE_EVENT(CLONE)))
 +		utrace_report_clone(clone_flags, child);
- 	if (unlikely(trace)) {
+ 	if (unlikely(trace) || unlikely(clone_flags & CLONE_PTRACE)) {
  		/*
  		 * The child starts up with an immediate SIGSTOP.
 @@ -345,6 +366,9 @@ static inline void tracehook_report_vfor
@@ -1616,10 +1616,10 @@
 +
 +#endif	/* linux/utrace.h */
 diff --git a/init/Kconfig b/init/Kconfig
-index 7e6dae1..5b6bf77 100644  
+index b678803..ec6c015 100644  
 --- a/init/Kconfig
 +++ b/init/Kconfig
-@@ -910,6 +910,33 @@ config STOP_MACHINE
+@@ -909,6 +909,33 @@ config STOP_MACHINE
  	help
  	  Need stop_machine() primitive.
  

linux-2.6-x86-tracehook.patch:

Index: linux-2.6-x86-tracehook.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-x86-tracehook.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linux-2.6-x86-tracehook.patch	29 Jul 2008 04:16:47 -0000	1.5
+++ linux-2.6-x86-tracehook.patch	9 Aug 2008 17:18:33 -0000	1.6
@@ -16,9 +16,9 @@
  	select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64)
  	select HAVE_ARCH_KGDB if !X86_VOYAGER
 +	select HAVE_ARCH_TRACEHOOK
- 	select HAVE_GENERIC_DMA_COHERENT if X86_32
  	select HAVE_EFFICIENT_UNALIGNED_ACCESS
  
+ config ARCH_DEFCONFIG
 diff --git a/arch/x86/kernel/ptrace.c b/arch/x86/kernel/ptrace.c
 index e37dccc..19a7d2c 100644  
 --- a/arch/x86/kernel/ptrace.c


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.854
retrieving revision 1.855
diff -u -r1.854 -r1.855
--- sources	7 Aug 2008 16:05:07 -0000	1.854
+++ sources	9 Aug 2008 17:18:33 -0000	1.855
@@ -1,3 +1,3 @@
 5169d01c405bc3f866c59338e217968c  linux-2.6.26.tar.bz2
 a74aa05a350f4614779270c9716772aa  patch-2.6.27-rc2.bz2
-d0be72af5789b87cd4d945195f327de8  patch-2.6.27-rc2-git1.bz2
+a150faf1bf20a1c3daedc1c84b1215b2  patch-2.6.27-rc2-git4.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.770
retrieving revision 1.771
diff -u -r1.770 -r1.771
--- upstream	7 Aug 2008 16:05:07 -0000	1.770
+++ upstream	9 Aug 2008 17:18:33 -0000	1.771
@@ -1,3 +1,3 @@
 linux-2.6.26.tar.bz2
 patch-2.6.27-rc2.bz2
-patch-2.6.27-rc2-git1.bz2
+patch-2.6.27-rc2-git4.bz2


--- patch-2.6.27-rc1.bz2.sign DELETED ---


--- patch-2.6.27-rc2-git1.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list