rpms/kernel/devel patch-2.6.16-git20.bz2.sign, NONE, 1.1 .cvsignore, 1.400, 1.401 kernel-2.6.spec, 1.2112, 1.2113 linux-2.6-dump_smp_call_function.patch, 1.12, 1.13 linux-2.6-execshield.patch, 1.16, 1.17 sources, 1.341, 1.342 upstream, 1.314, 1.315 linux-2.6-diskdump.patch, 1.7, NONE linux-2.6-signal-trampolines-unwind-info.patch, 1.1, NONE patch-2.6.16-git19.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Apr 1 21:26:09 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec 
	linux-2.6-dump_smp_call_function.patch 
	linux-2.6-execshield.patch sources upstream 
Added Files:
	patch-2.6.16-git20.bz2.sign 
Removed Files:
	linux-2.6-diskdump.patch 
	linux-2.6-signal-trampolines-unwind-info.patch 
	patch-2.6.16-git19.bz2.sign 
Log Message:
git20



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

iD8DBQBELiXryGugalF9Dw4RArADAJ9Cb5tO3P+9cjQWKas5+wCOoT4ZGACfSkRD
+Qy8IT+yE37q9BfvR2fRXBI=
=NJyW
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -r1.400 -r1.401
--- .cvsignore	1 Apr 2006 02:07:21 -0000	1.400
+++ .cvsignore	1 Apr 2006 21:26:06 -0000	1.401
@@ -3,4 +3,4 @@
 kernel-2.6.16
 linux-2.6.16.tar.bz2
 xen-20060320.tar.bz2
-patch-2.6.16-git19.bz2
+patch-2.6.16-git20.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2112
retrieving revision 1.2113
diff -u -r1.2112 -r1.2113
--- kernel-2.6.spec	1 Apr 2006 02:07:21 -0000	1.2112
+++ kernel-2.6.spec	1 Apr 2006 21:26:06 -0000	1.2113
@@ -217,7 +217,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.16-git19.bz2
+Patch1: patch-2.6.16-git20.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 Patch100: linux-2.6-bzimage.patch
@@ -340,9 +340,8 @@
 Patch1500: linux-2.6-crashdump-common.patch
 Patch1501: linux-2.6-netdump.patch
 Patch1502: linux-2.6-netconsole.patch
-Patch1503: linux-2.6-diskdump.patch
-Patch1504: linux-2.6-crashdump-reboot-exports.patch
-Patch1505: linux-2.6-dump_smp_call_function.patch
+Patch1503: linux-2.6-crashdump-reboot-exports.patch
+Patch1504: linux-2.6-dump_smp_call_function.patch
 
 # Misc bits.
 Patch1600: linux-2.6-module_version.patch
@@ -355,7 +354,6 @@
 Patch1690: linux-2.6-smsc-ircc2-pnp.patch
 Patch1700: linux-2.6-w1-hush-debug.patch
 Patch1710: linux-2.6-sched-up-migration-cost.patch
-Patch1730: linux-2.6-signal-trampolines-unwind-info.patch
 Patch1740: linux-2.6-softlockup-disable.patch
 Patch1760: linux-2.6-suspend-slab-warnings.patch
 Patch1770: linux-2.6-optimise-spinlock-debug.patch
@@ -920,7 +918,6 @@
 %patch1502 -p1
 %patch1503 -p1
 %patch1504 -p1
-%patch1505 -p1
 
 #
 # Various SELinux fixes from 2.6.10rc
@@ -947,8 +944,6 @@
 %patch1700 -p1
 # Only print migration info on SMP
 %patch1710 -p1
-# Mark unwind info for signal trampolines in vDSOs
-%patch1730 -p1
 # Add a safety net to softlockup so that it doesn't prevent installs.
 %patch1740 -p1
 # Fix up kmalloc whilst atomic warning during resume.
@@ -1613,6 +1608,9 @@
 %endif
 
 %changelog
+* Sat Apr  1 2006 Dave Jones <davej at redhat.com>
+- 2.6.16-git20
+
 * Fri Mar 31 2006 Dave Jones <davej at redhat.com>
 - 2.6.16-git19
 

linux-2.6-dump_smp_call_function.patch:
 linux-2.6.12/arch/i386/kernel/smp.c     |   46 ++++++++++++++++++++++++++++++++
 linux-2.6.12/arch/ia64/kernel/smp.c     |   44 ++++++++++++++++++++++++++++++
 linux-2.6.12/arch/powerpc/kernel/smp.c  |   45 ++++++++++++++++++++++++++++++-
 linux-2.6.12/arch/x86_64/kernel/smp.c   |   45 +++++++++++++++++++++++++++++++
 linux-2.6.12/drivers/net/netdump.c      |    2 -
 linux-2.6.16.noarch/include/linux/smp.h |    2 +
 6 files changed, 182 insertions(+), 2 deletions(-)

Index: linux-2.6-dump_smp_call_function.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-dump_smp_call_function.patch,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- linux-2.6-dump_smp_call_function.patch	27 Mar 2006 18:54:19 -0000	1.12
+++ linux-2.6-dump_smp_call_function.patch	1 Apr 2006 21:26:06 -0000	1.13
@@ -263,17 +263,6 @@
  
  void lock_ipi_call_lock(void)
  {
---- linux-2.6.12/drivers/block/diskdump.c.orig	2005-08-23 10:50:16.489416520 -0400
-+++ linux-2.6.12/drivers/block/diskdump.c	2005-08-23 10:51:04.773472987 -0400
-@@ -456,7 +456,7 @@ static void freeze_other_cpus(void)
- #if CONFIG_SMP
- 	int	i;
- 
--	smp_call_function(freeze_cpu, NULL, 1, -1);
-+	dump_smp_call_function(freeze_cpu, NULL);
- 	diskdump_mdelay(3000);
- 	printk("CPU frozen: ");
- 	for (i = 0; i < NR_CPUS; i++) {
 --- linux-2.6.12/drivers/net/netdump.c.orig	2005-08-23 10:50:16.449423099 -0400
 +++ linux-2.6.12/drivers/net/netdump.c	2005-08-23 10:51:04.774472823 -0400
 @@ -356,7 +356,7 @@ static void netpoll_start_netdump(struct

linux-2.6-execshield.patch:
 linux-2.6.16.noarch/include/asm-powerpc/elf.h |    3 
 linux/arch/i386/kernel/asm-offsets.c          |    1 
 linux/arch/i386/kernel/cpu/common.c           |    7 
 linux/arch/i386/kernel/entry.S                |    8 -
 linux/arch/i386/kernel/process.c              |   59 ++++++++
 linux/arch/i386/kernel/signal.c               |    4 
 linux/arch/i386/kernel/smp.c                  |    3 
 linux/arch/i386/kernel/sysenter.c             |   81 +++++++++++
 linux/arch/i386/kernel/traps.c                |   93 ++++++++++++-
 linux/arch/i386/kernel/vsyscall-sysenter.S    |    6 
 linux/arch/i386/kernel/vsyscall.lds.S         |    4 
 linux/arch/i386/mm/init.c                     |    6 
 linux/arch/i386/mm/mmap.c                     |    6 
 linux/arch/ia64/ia32/binfmt_elf32.c           |    2 
 linux/arch/powerpc/kernel/vdso.c              |    3 
 linux/arch/x86_64/ia32/ia32_binfmt.c          |    6 
 linux/arch/x86_64/ia32/syscall32.c            |    4 
 linux/arch/x86_64/kernel/process.c            |    6 
 linux/arch/x86_64/kernel/setup64.c            |   23 ---
 linux/arch/x86_64/mm/fault.c                  |    2 
 linux/arch/x86_64/mm/mmap.c                   |   99 +++++++++++---
 linux/drivers/char/random.c                   |    7 
 linux/fs/binfmt_elf.c                         |  151 ++++++++++++++++-----
 linux/fs/proc/array.c                         |    8 -
 linux/fs/proc/base.c                          |    8 -
 linux/fs/proc/task_mmu.c                      |   34 +++-
 linux/include/asm-i386/a.out.h                |    2 
 linux/include/asm-i386/desc.h                 |   14 +
 linux/include/asm-i386/elf.h                  |   50 +++++--
 linux/include/asm-i386/mmu.h                  |    6 
 linux/include/asm-i386/page.h                 |    5 
 linux/include/asm-i386/pgalloc.h              |    1 
 linux/include/asm-i386/processor.h            |    8 -
 linux/include/asm-i386/thread_info.h          |    1 
 linux/include/asm-ia64/pgalloc.h              |    4 
 linux/include/asm-powerpc/pgalloc.h           |    5 
 linux/include/asm-ppc/pgalloc.h               |    5 
 linux/include/asm-s390/pgalloc.h              |    4 
 linux/include/asm-sparc/pgalloc.h             |    4 
 linux/include/asm-sparc64/pgalloc.h           |    4 
 linux/include/asm-x86_64/pgalloc.h            |    7 
 linux/include/asm-x86_64/pgtable.h            |    2 
 linux/include/linux/mm.h                      |   16 +-
 linux/include/linux/resource.h                |    5 
 linux/include/linux/sched.h                   |    9 +
 linux/include/linux/sysctl.h                  |    3 
 linux/kernel/signal.c                         |   38 +++++
 linux/kernel/sysctl.c                         |   57 ++++++++
 linux/mm/fremap.c                             |   16 +-
 linux/mm/mmap.c                               |  183 ++++++++++++++++++++++++--
 linux/mm/mprotect.c                           |    5 
 linux/mm/mremap.c                             |    4 
 52 files changed, 931 insertions(+), 161 deletions(-)

Index: linux-2.6-execshield.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-execshield.patch,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- linux-2.6-execshield.patch	26 Mar 2006 00:13:38 -0000	1.16
+++ linux-2.6-execshield.patch	1 Apr 2006 21:26:06 -0000	1.17
@@ -612,7 +612,7 @@
  		do_not_nx = 1;
  		__supported_pte_mask &= ~_PAGE_NX;
          }
--	return 0;
+-	return 1;
 -} 
 -__setup("noexec=", nonx_setup);	/* parsed early actually */
 -
@@ -631,7 +631,7 @@
 -		force_personality32 &= ~READ_IMPLIES_EXEC;
 -	else if (!strcmp(str, "off"))
 -		force_personality32 |= READ_IMPLIES_EXEC;
--	return 0;
+-	return 1;
  }
 -__setup("noexec32=", nonx32_setup);
  


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -r1.341 -r1.342
--- sources	1 Apr 2006 02:07:22 -0000	1.341
+++ sources	1 Apr 2006 21:26:06 -0000	1.342
@@ -1,3 +1,3 @@
 9a91b2719949ff0856b40bc467fd47be  linux-2.6.16.tar.bz2
 8c70806f9075ebc0087f7ce1b8911700  xen-20060320.tar.bz2
-832ae3ce48fa9d298ee294d72dc44670  patch-2.6.16-git19.bz2
+9a7d6fd1f2b53ed419f351a1b7cedd80  patch-2.6.16-git20.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -r1.314 -r1.315
--- upstream	1 Apr 2006 02:07:22 -0000	1.314
+++ upstream	1 Apr 2006 21:26:06 -0000	1.315
@@ -1,2 +1,2 @@
 linux-2.6.16.tar.bz2
-patch-2.6.16-git19.bz2
+patch-2.6.16-git20.bz2


--- linux-2.6-diskdump.patch DELETED ---


--- linux-2.6-signal-trampolines-unwind-info.patch DELETED ---


--- patch-2.6.16-git19.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list