rpms/kernel/FC-6 patch-2.6.22.14.bz2.sign, NONE, 1.1 .cvsignore, 1.578, 1.579 kernel-2.6.spec, 1.3039, 1.3040 linux-2.6-utrace-tracehook.patch, 1.5, 1.6 sources, 1.542, 1.543 upstream, 1.462, 1.463 linux-2.6-slub-fix-memory-leak-by-not-reusing-cpu_slab.patch, 1.1, NONE patch-2.6.22.12.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 21 18:35:16 UTC 2007


Author: cebbert

Update of /cvs/dist/rpms/kernel/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv26722

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-utrace-tracehook.patch 
	sources upstream 
Added Files:
	patch-2.6.22.14.bz2.sign 
Removed Files:
	linux-2.6-slub-fix-memory-leak-by-not-reusing-cpu_slab.patch 
	patch-2.6.22.12.bz2.sign 
Log Message:
* Wed Nov 21 2007 Chuck Ebbert <cebbert at redhat.com>
- Linux 2.6.22.14

Dropped:
Patch604: linux-2.6-slub-fix-memory-leak-by-not-reusing-cpu_slab.patch



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

iD8DBQBHRHCjyGugalF9Dw4RAplbAJ9OpWZd9OGvmNuu1wBlqEzHWKSsXgCfXqGr
5fKUEviS3gAcr3+7ztOFqeI=
=c4Xb
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/.cvsignore,v
retrieving revision 1.578
retrieving revision 1.579
diff -u -r1.578 -r1.579
--- .cvsignore	9 Nov 2007 19:31:28 -0000	1.578
+++ .cvsignore	21 Nov 2007 18:35:13 -0000	1.579
@@ -3,4 +3,4 @@
 temp-*
 kernel-2.6.22
 linux-2.6.22.tar.bz2
-patch-2.6.22.12.bz2
+patch-2.6.22.14.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/kernel-2.6.spec,v
retrieving revision 1.3039
retrieving revision 1.3040
diff -u -r1.3039 -r1.3040
--- kernel-2.6.spec	15 Nov 2007 23:04:22 -0000	1.3039
+++ kernel-2.6.spec	21 Nov 2007 18:35:14 -0000	1.3040
@@ -30,7 +30,7 @@
 ## If this is a released kernel ##
 %if 0%{?released_kernel}
 # Do we have a 2.6.21.y update to apply?
-%define stable_update 12
+%define stable_update 14
 # Set rpm version accordingly
 %if 0%{?stable_update}
 %define stablerev .%{stable_update}
@@ -578,7 +578,6 @@
 Patch601: linux-2.6-input-ff-create-limit-memory.patch
 Patch602: linux-2.6-x86_64-e820_hole_size.patch
 Patch603: linux-2.6-x86_64-fix-boot-speed-on-vt.patch
-Patch604: linux-2.6-slub-fix-memory-leak-by-not-reusing-cpu_slab.patch
 
 Patch610: linux-2.6-defaults-fat-utf8.patch
 Patch620: linux-2.6-defaults-unicode-vt.patch
@@ -1254,8 +1253,6 @@
 ApplyPatch linux-2.6-x86_64-e820_hole_size.patch
 # fix boot speed on VT enabled processors
 ApplyPatch linux-2.6-x86_64-fix-boot-speed-on-vt.patch
-# fix SLUB memory leak
-ApplyPatch linux-2.6-slub-fix-memory-leak-by-not-reusing-cpu_slab.patch
 
 # Changes to upstream defaults.
 # Use UTF-8 by default on VFAT.
@@ -2281,6 +2278,9 @@
 %endif
 
 %changelog
+* Wed Nov 21 2007 Chuck Ebbert <cebbert at redhat.com>
+- Linux 2.6.22.14
+
 * Thu Nov 15 2007 Chuck Ebbert <cebbert at redhat.com>
 - Fix memory leak in SLUB allocator.
 

linux-2.6-utrace-tracehook.patch:
 arch/alpha/kernel/asm-offsets.c     |    2 
 arch/alpha/kernel/entry.S           |    4 
 arch/arm/kernel/ptrace.c            |   17 -
 arch/arm26/kernel/ptrace.c          |   32 --
 arch/frv/kernel/ptrace.c            |   15 -
 arch/i386/kernel/entry.S            |    7 
 arch/i386/kernel/process.c          |    3 
 arch/i386/kernel/ptrace.c           |  104 +--------
 arch/i386/kernel/signal.c           |   37 +--
 arch/i386/kernel/vm86.c             |    7 
 arch/i386/math-emu/fpu_entry.c      |    6 
 arch/ia64/kernel/asm-offsets.c      |    2 
 arch/ia64/kernel/fsys.S             |   16 -
 arch/ia64/kernel/mca.c              |    2 
 arch/mips/kernel/ptrace.c           |   21 -
 arch/mips/kernel/sysirix.c          |    2 
 arch/powerpc/kernel/asm-offsets.c   |    2 
 arch/powerpc/kernel/process.c       |    5 
 arch/powerpc/kernel/ptrace-common.h |   16 -
 arch/powerpc/kernel/ptrace.c        |   76 +-----
 arch/powerpc/kernel/ptrace32.c      |   13 -
 arch/powerpc/kernel/signal_32.c     |    3 
 arch/powerpc/kernel/signal_64.c     |    3 
 arch/powerpc/kernel/sys_ppc32.c     |    5 
 arch/ppc/kernel/asm-offsets.c       |    2 
 arch/s390/kernel/compat_linux.c     |    3 
 arch/s390/kernel/process.c          |    3 
 arch/sparc64/kernel/binfmt_aout32.c |    2 
 arch/sparc64/kernel/process.c       |    3 
 arch/sparc64/kernel/sys_sparc32.c   |    3 
 arch/x86_64/ia32/ia32_aout.c        |    6 
 arch/x86_64/ia32/ia32_signal.c      |    7 
 arch/x86_64/ia32/ia32entry.S        |    4 
 arch/x86_64/ia32/ptrace32.c         |    2 
 arch/x86_64/ia32/sys_ia32.c         |    5 
 arch/x86_64/kernel/entry.S          |    8 
 arch/x86_64/kernel/process.c        |    5 
 arch/x86_64/kernel/ptrace.c         |   57 +---
 arch/x86_64/kernel/signal.c         |   28 +-
 arch/x86_64/kernel/traps.c          |    8 
 arch/x86_64/mm/fault.c              |    4 
 drivers/connector/cn_proc.c         |    4 
 fs/binfmt_aout.c                    |    6 
 fs/binfmt_elf.c                     |    6 
 fs/binfmt_elf_fdpic.c               |    7 
 fs/binfmt_flat.c                    |    3 
 fs/binfmt_som.c                     |    2 
 fs/exec.c                           |   11 
 fs/proc/array.c                     |   12 -
 fs/proc/base.c                      |   17 -
 include/asm-i386/signal.h           |    4 
 include/asm-i386/thread_info.h      |    7 
 include/asm-i386/tracehook.h        |   52 ++++
 include/asm-powerpc/tracehook.h     |   74 ++++++
 include/asm-x86_64/thread_info.h    |    3 
 include/asm-x86_64/tracehook.h      |   51 ++++
 include/linux/init_task.h           |    3 
 include/linux/ptrace.h              |   18 -
 include/linux/sched.h               |   16 -
 include/linux/tracehook.h           |  414 ++++++++++++++++++++++++++++++++++++
 kernel/exit.c                       |  252 ++++++---------------
 kernel/fork.c                       |   66 +----
 kernel/ptrace.c                     |  299 +-------------------------
 kernel/signal.c                     |  212 +++---------------
 kernel/sys.c                        |    2 
 kernel/timer.c                      |    6 
 kernel/tsacct.c                     |    2 
 mm/nommu.c                          |    4 
 security/selinux/hooks.c            |   54 ++--
 security/selinux/include/objsec.h   |    1 
 70 files changed, 942 insertions(+), 1216 deletions(-)

Index: linux-2.6-utrace-tracehook.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/linux-2.6-utrace-tracehook.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linux-2.6-utrace-tracehook.patch	26 Sep 2007 18:58:49 -0000	1.5
+++ linux-2.6-utrace-tracehook.patch	21 Nov 2007 18:35:14 -0000	1.6
@@ -2273,15 +2273,14 @@
  	    p->signal && p->signal->group_stop_count > 0)
  		/*
  		 * A group stop is in progress and this is the group leader.
-@@ -1333,14 +1248,13 @@ static int wait_task_stopped(struct task
+@@ -1333,13 +1248,12 @@ static int wait_task_stopped(struct task
  	if (unlikely(noreap)) {
  		pid_t pid = p->pid;
  		uid_t uid = p->uid;
 -		int why = (p->ptrace & PT_PTRACED) ? CLD_TRAPPED : CLD_STOPPED;
  
  		exit_code = p->exit_code;
- 		if (unlikely(!exit_code) ||
- 		    unlikely(p->state & TASK_TRACED))
+ 		if (unlikely(!exit_code) || unlikely(p->exit_state))
  			goto bail_ref;
 -		return wait_noreap_copyout(p, pid, uid,
 -					   why, (exit_code << 8) | 0x7f,


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/sources,v
retrieving revision 1.542
retrieving revision 1.543
diff -u -r1.542 -r1.543
--- sources	9 Nov 2007 19:31:30 -0000	1.542
+++ sources	21 Nov 2007 18:35:14 -0000	1.543
@@ -1,2 +1,2 @@
 2e230d005c002fb3d38a3ca07c0200d0  linux-2.6.22.tar.bz2
-9e31d7d04172ea4b413c089d1e53c7a2  patch-2.6.22.12.bz2
+bb2f544c816d50c1e872db7dab771526  patch-2.6.22.14.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/upstream,v
retrieving revision 1.462
retrieving revision 1.463
diff -u -r1.462 -r1.463
--- upstream	9 Nov 2007 19:31:30 -0000	1.462
+++ upstream	21 Nov 2007 18:35:14 -0000	1.463
@@ -1,2 +1,2 @@
 linux-2.6.22.tar.bz2
-patch-2.6.22.12.bz2
+patch-2.6.22.14.bz2


--- linux-2.6-slub-fix-memory-leak-by-not-reusing-cpu_slab.patch DELETED ---


--- patch-2.6.22.12.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list