rpms/kernel/devel patch-2.6.26-git18.bz2.sign, NONE, 1.1 .cvsignore, 1.882, 1.883 config-generic, 1.147, 1.148 kernel.spec, 1.816, 1.817 linux-2.6-utrace.patch, 1.85, 1.86 sources, 1.843, 1.844 upstream, 1.760, 1.761 linux-2.6-powerpc-tracehook.patch, 1.3, NONE patch-2.6.26-git17.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Mon Jul 28 20:12:36 UTC 2008


Author: davej

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

Modified Files:
	.cvsignore config-generic kernel.spec linux-2.6-utrace.patch 
	sources upstream 
Added Files:
	patch-2.6.26-git18.bz2.sign 
Removed Files:
	linux-2.6-powerpc-tracehook.patch patch-2.6.26-git17.bz2.sign 
Log Message:
2.6.26-git18


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

iD8DBQBIjhg1yGugalF9Dw4RAr4aAJ41HoEn89zaH/UNf6Z5djreA9blWQCbBNrR
ZolamPTwrKOVD0s+91NfOm8=
=h7NY
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.882
retrieving revision 1.883
diff -u -r1.882 -r1.883
--- .cvsignore	28 Jul 2008 08:47:41 -0000	1.882
+++ .cvsignore	28 Jul 2008 20:12:06 -0000	1.883
@@ -4,4 +4,4 @@
 temp-*
 kernel-2.6.26
 linux-2.6.26.tar.bz2
-patch-2.6.26-git17.bz2
+patch-2.6.26-git18.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- config-generic	28 Jul 2008 03:38:21 -0000	1.147
+++ config-generic	28 Jul 2008 20:12:06 -0000	1.148
@@ -2221,6 +2221,7 @@
 # CONFIG_TUNER_TEA5761 is not set
 
 CONFIG_USB_VIDEO_CLASS=m
+CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
 
 #
 # Radio Adapters
@@ -2250,6 +2251,7 @@
 CONFIG_DVB_BT8XX=m
 CONFIG_DVB_BUDGET_CORE=m
 CONFIG_DVB_CX24110=m
+CONFIG_DVB_DRX397XD=m
 CONFIG_DVB_ISL6405=m
 CONFIG_DVB_L64781=m
 CONFIG_DVB_LGDT330X=m
@@ -2267,6 +2269,7 @@
 CONFIG_DVB_TUA6100=m
 CONFIG_DVB_TTUSB_DEC=m
 CONFIG_DVB_USB_ANYSEE=m
+CONFIG_DVB_USB_DW2102=m
 CONFIG_DVB_VES1820=m
 CONFIG_DVB_VES1X93=m
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.816
retrieving revision 1.817
diff -u -r1.816 -r1.817
--- kernel.spec	28 Jul 2008 08:47:41 -0000	1.816
+++ kernel.spec	28 Jul 2008 20:12:06 -0000	1.817
@@ -45,7 +45,7 @@
 # The rc snapshot level
 %define rcrev 0
 # The git snapshot level
-%define gitrev 17
+%define gitrev 18
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -541,7 +541,6 @@
 
 Patch21: linux-2.6-utrace.patch
 Patch22: linux-2.6-x86-tracehook.patch
-Patch23: linux-2.6-powerpc-tracehook.patch
 
 Patch41: linux-2.6-sysrq-c.patch
 Patch42: linux-2.6-x86-tune-generic.patch
@@ -962,7 +961,6 @@
 # Roland's utrace ptrace replacement.
 ApplyPatch linux-2.6-utrace.patch
 ApplyPatch linux-2.6-x86-tracehook.patch
-ApplyPatch linux-2.6-powerpc-tracehook.patch
 
 # enable sysrq-c on all kernels, not only kexec
 ApplyPatch linux-2.6-sysrq-c.patch
@@ -1694,6 +1692,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Mon Jul 28 2008 Dave Jones <davej at redhat.com>
+- 2.6.26-git18
+
 * Mon Jul 28 2008 Roland McGrath <roland at redhat.com>
 - Disable hfcmulti driver on big-endian.
 - 2.6.26-git17

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.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- linux-2.6-utrace.patch	27 Jul 2008 07:22:15 -0000	1.85
+++ linux-2.6-utrace.patch	28 Jul 2008 20:12:06 -0000	1.86
@@ -567,10 +567,10 @@
   * ptrace_init_task - initialize ptrace state for a new child
   * @child:		new child task
 diff --git a/include/linux/sched.h b/include/linux/sched.h
-index f59318a..514f217 100644  
+index 5270d44..d13c10f 100644  
 --- a/include/linux/sched.h
 +++ b/include/linux/sched.h
-@@ -1198,6 +1198,11 @@ struct task_struct {
+@@ -1195,6 +1195,11 @@ struct task_struct {
  #endif
  	seccomp_t seccomp;
  
@@ -582,7 +582,7 @@
  /* Thread group tracking */
     	u32 parent_exec_id;
     	u32 self_exec_id;
-@@ -1797,6 +1802,7 @@ extern int kill_pgrp(struct pid *pid, in
+@@ -1790,6 +1795,7 @@ extern int kill_pgrp(struct pid *pid, in
  extern int kill_pid(struct pid *pid, int sig, int priv);
  extern int kill_proc_info(int, struct siginfo *, pid_t);
  extern int do_notify_parent(struct task_struct *, int);
@@ -1430,7 +1430,7 @@
 +
 +#endif	/* linux/utrace.h */
 diff --git a/init/Kconfig b/init/Kconfig
-index a50bdfe..0565932 100644  
+index 43d6989..8ae50eb 100644  
 --- a/init/Kconfig
 +++ b/init/Kconfig
 @@ -906,6 +906,33 @@ config STOP_MACHINE


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.843
retrieving revision 1.844
diff -u -r1.843 -r1.844
--- sources	28 Jul 2008 08:47:41 -0000	1.843
+++ sources	28 Jul 2008 20:12:06 -0000	1.844
@@ -1,2 +1,2 @@
 5169d01c405bc3f866c59338e217968c  linux-2.6.26.tar.bz2
-10bd513da73ff87a2fc98b439282b286  patch-2.6.26-git17.bz2
+27cf87f5d26fa352d295bad728a175bb  patch-2.6.26-git18.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.760
retrieving revision 1.761
diff -u -r1.760 -r1.761
--- upstream	28 Jul 2008 08:47:41 -0000	1.760
+++ upstream	28 Jul 2008 20:12:06 -0000	1.761
@@ -1,2 +1,2 @@
 linux-2.6.26.tar.bz2
-patch-2.6.26-git17.bz2
+patch-2.6.26-git18.bz2


--- linux-2.6-powerpc-tracehook.patch DELETED ---


--- patch-2.6.26-git17.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list