rpms/kernel/devel patch-2.6.23-rc7-git3.bz2.sign, NONE, 1.1 .cvsignore, 1.690, 1.691 kernel.spec, 1.177, 1.178 linux-2.6-execshield.patch, 1.72, 1.73 linux-2.6-highres-timers.patch, 1.9, 1.10 linux-2.6-utrace-ptrace-compat.patch, 1.6, 1.7 linux-2.6-utrace-regset.patch, 1.6, 1.7 linux-2.6-utrace-tracehook.patch, 1.11, 1.12 sources, 1.652, 1.653 upstream, 1.574, 1.575 patch-2.6.23-rc7-git1.bz2.sign, 1.1, NONE

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Sat Sep 22 11:46:15 UTC 2007


Author: cebbert

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

Modified Files:
	.cvsignore kernel.spec linux-2.6-execshield.patch 
	linux-2.6-highres-timers.patch 
	linux-2.6-utrace-ptrace-compat.patch 
	linux-2.6-utrace-regset.patch linux-2.6-utrace-tracehook.patch 
	sources upstream 
Added Files:
	patch-2.6.23-rc7-git3.bz2.sign 
Removed Files:
	patch-2.6.23-rc7-git1.bz2.sign 
Log Message:
* Sat Sep 22 2007 Chuck Ebbert <cebbert at redhat.com>
- 2.6.23-rc7-git3



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

iD8DBQBG9L6jyGugalF9Dw4RAoGEAJ9B1kHctkPAhAzuj6LMOvpZGbGXGgCfYZS8
UZ6r3Q8+81Jh1I2Upf6L4ns=
=BhAR
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.690
retrieving revision 1.691
diff -u -r1.690 -r1.691
--- .cvsignore	20 Sep 2007 23:11:30 -0000	1.690
+++ .cvsignore	22 Sep 2007 11:45:40 -0000	1.691
@@ -4,4 +4,4 @@
 kernel-2.6.22
 linux-2.6.22.tar.bz2
 patch-2.6.23-rc7.bz2
-patch-2.6.23-rc7-git1.bz2
+patch-2.6.23-rc7-git3.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- kernel.spec	21 Sep 2007 18:57:50 -0000	1.177
+++ kernel.spec	22 Sep 2007 11:45:40 -0000	1.178
@@ -47,7 +47,7 @@
 # The rc snapshot level
 %define rcrev 7
 # The git snapshot level
-%define gitrev 1
+%define gitrev 3
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1804,6 +1804,9 @@
 
 
 %changelog
+* Sat Sep 22 2007 Chuck Ebbert <cebbert at redhat.com>
+- 2.6.23-rc7-git3
+
 * Fri Sep 21 2007 Chuck Ebbert <cebbert at redhat.com>
 - Build dcdbas and dell_rbu modules on i586 (#216304)
 

linux-2.6-execshield.patch:

Index: linux-2.6-execshield.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-execshield.patch,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- linux-2.6-execshield.patch	6 Sep 2007 17:34:27 -0000	1.72
+++ linux-2.6-execshield.patch	22 Sep 2007 11:45:40 -0000	1.73
@@ -1227,8 +1227,8 @@
 --- linux-2.6.orig/include/asm-x86_64/pgalloc.h
 +++ linux-2.6/include/asm-x86_64/pgalloc.h
 @@ -6,6 +6,13 @@
- #define QUICK_PGD 0	/* We preserve special mappings over free */
- #define QUICK_PT 1	/* Other page table pages that are zero on free */
+ #include <linux/threads.h>
+ #include <linux/mm.h>
  
 +#define arch_add_exec_range(mm, limit) \
 +		do { (void)(mm), (void)(limit); } while (0)

linux-2.6-highres-timers.patch:

Index: linux-2.6-highres-timers.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-highres-timers.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- linux-2.6-highres-timers.patch	4 Sep 2007 21:59:46 -0000	1.9
+++ linux-2.6-highres-timers.patch	22 Sep 2007 11:45:40 -0000	1.10
@@ -5350,9 +5350,9 @@
  
 +			tick_nohz_stop_sched_tick();
 +
- 			check_pgt_cache();
  			rmb();
  			idle = pm_idle;
+ 			if (!idle)
 @@ -229,6 +232,7 @@ void cpu_idle (void)
  			__exit_idle();
  		}

linux-2.6-utrace-ptrace-compat.patch:

Index: linux-2.6-utrace-ptrace-compat.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-utrace-ptrace-compat.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux-2.6-utrace-ptrace-compat.patch	11 Sep 2007 18:03:54 -0000	1.6
+++ linux-2.6-utrace-ptrace-compat.patch	22 Sep 2007 11:45:40 -0000	1.7
@@ -1300,8 +1300,8 @@
  #include <linux/pid_namespace.h>
 +#include <linux/ptrace.h>
  #include <linux/profile.h>
- #include <linux/signalfd.h>
  #include <linux/mount.h>
+ #include <linux/proc_fs.h>
 @@ -892,6 +893,8 @@ fastcall NORET_TYPE void do_exit(long co
  	tsk->flags |= PF_EXITING;
  	spin_unlock_irq(&tsk->pi_lock);

linux-2.6-utrace-regset.patch:

Index: linux-2.6-utrace-regset.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-utrace-regset.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux-2.6-utrace-regset.patch	11 Sep 2007 18:03:55 -0000	1.6
+++ linux-2.6-utrace-regset.patch	22 Sep 2007 11:45:40 -0000	1.7
@@ -2161,8 +2161,8 @@
  /*
   * does not yet catch signals sent when the child dies.
 @@ -237,52 +241,61 @@ static int putreg(struct task_struct *ch
- 	if (test_tsk_thread_flag(child, TIF_IA32))
- 		value &= 0xffffffff;
+ 	unsigned long tmp; 
+ 	
  	switch (regno) {
 -		case offsetof(struct user_regs_struct,fs):
 -			if (value && (value & 3) != 3)

linux-2.6-utrace-tracehook.patch:

Index: linux-2.6-utrace-tracehook.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-utrace-tracehook.patch,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- linux-2.6-utrace-tracehook.patch	11 Sep 2007 18:03:55 -0000	1.11
+++ linux-2.6-utrace-tracehook.patch	22 Sep 2007 11:45:40 -0000	1.12
@@ -1652,8 +1652,8 @@
  #include <linux/pid_namespace.h>
 -#include <linux/ptrace.h>
  #include <linux/profile.h>
- #include <linux/signalfd.h>
  #include <linux/mount.h>
+ #include <linux/proc_fs.h>
 @@ -156,11 +156,12 @@ void release_task(struct task_struct * p
  {
  	struct task_struct *leader;


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.652
retrieving revision 1.653
diff -u -r1.652 -r1.653
--- sources	20 Sep 2007 23:11:30 -0000	1.652
+++ sources	22 Sep 2007 11:45:40 -0000	1.653
@@ -1,3 +1,3 @@
 2e230d005c002fb3d38a3ca07c0200d0  linux-2.6.22.tar.bz2
 828dd9bfc7271e2c9da6acaf31612983  patch-2.6.23-rc7.bz2
-9100900b5ffef416784752ffaf0f50a1  patch-2.6.23-rc7-git1.bz2
+1bf67697b6630e24ad5cc844290d8d64  patch-2.6.23-rc7-git3.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.574
retrieving revision 1.575
diff -u -r1.574 -r1.575
--- upstream	20 Sep 2007 23:11:30 -0000	1.574
+++ upstream	22 Sep 2007 11:45:40 -0000	1.575
@@ -1,3 +1,3 @@
 linux-2.6.22.tar.bz2
 patch-2.6.23-rc7.bz2
-patch-2.6.23-rc7-git1.bz2
+patch-2.6.23-rc7-git3.bz2


--- patch-2.6.23-rc7-git1.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list