rpms/kernel/devel patch-2.6.14-rc4-git1.bz2.sign, NONE, 1.1 .cvsignore, 1.245, 1.246 kernel-2.6.spec, 1.1601, 1.1602 linux-2.6.11-execshield.patch, 1.18, 1.19 sources, 1.188, 1.189 upstream, 1.175, 1.176 patch-2.6.14-rc3-git7.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 13 21:36:30 UTC 2005


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6.11-execshield.patch 
	sources upstream 
Added Files:
	patch-2.6.14-rc4-git1.bz2.sign 
Removed Files:
	patch-2.6.14-rc3-git7.bz2.sign 
Log Message:
* Wed Oct 12 2005 Dave Jones <davej at redhat.com>
- 2.6.14-rc4-git1



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

iD8DBQBDTNLtyGugalF9Dw4RAkI+AJ0TUVxlq3h3yKCmCN1u46qpfh6OzQCcCgs1
Hi8o5nZUUF5RxnOK7KJu1o4=
=WvAP
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- .cvsignore	11 Oct 2005 06:11:04 -0000	1.245
+++ .cvsignore	13 Oct 2005 21:36:24 -0000	1.246
@@ -4,3 +4,4 @@
 linux-2.6.13.tar.bz2
 patch-2.6.14-rc4.bz2
 patch-2.6.14-rc3-git7.bz2
+patch-2.6.14-rc4-git1.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1601
retrieving revision 1.1602
diff -u -r1.1601 -r1.1602
--- kernel-2.6.spec	11 Oct 2005 06:09:35 -0000	1.1601
+++ kernel-2.6.spec	13 Oct 2005 21:36:25 -0000	1.1602
@@ -199,7 +199,7 @@
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
 Patch1: patch-2.6.14-rc4.bz2
-Patch2: patch-2.6.14-rc3-git7.bz2
+Patch2: patch-2.6.14-rc4-git1.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 Patch100: linux-2.6-bzimage.patch
@@ -544,7 +544,7 @@
 
 # Update to latest upstream.
 %patch1 -p1
-#%patch2 -p1
+%patch2 -p1
 
 #
 # Patches 10 through 100 are meant for core subsystem upgrades
@@ -1258,6 +1258,9 @@
 %endif
 
 %changelog
+* Wed Oct 12 2005 Dave Jones <davej at redhat.com>
+- 2.6.14-rc4-git1
+
 * Tue Oct 11 2005 Dave Jones <davej at redhat.com>
 - 2.6.14-rc4
 

linux-2.6.11-execshield.patch:
 linux-2.6.13/mm/fremap.c                       |   16 +--
 linux-810/arch/i386/kernel/asm-offsets.c       |    1 
 linux-810/arch/i386/kernel/entry.S             |    8 +
 linux-810/arch/i386/kernel/process.c           |   59 ++++++++++++
 linux-810/arch/i386/kernel/signal.c            |    4 
 linux-810/arch/i386/kernel/smp.c               |    3 
 linux-810/arch/i386/kernel/sysenter.c          |   55 +++++++++++
 linux-810/arch/i386/kernel/traps.c             |   93 ++++++++++++++++++-
 linux-810/arch/i386/kernel/vsyscall-sysenter.S |    6 -
 linux-810/arch/i386/kernel/vsyscall.lds.S      |    4 
 linux-810/arch/i386/mm/init.c                  |    6 +
 linux-810/arch/i386/mm/mmap.c                  |    6 -
 linux-810/arch/ia64/ia32/binfmt_elf32.c        |    2 
 linux-810/arch/x86_64/ia32/ia32_binfmt.c       |    2 
 linux-810/arch/x86_64/kernel/process.c         |    7 -
 linux-810/arch/x86_64/mm/Makefile              |    2 
 linux-810/arch/x86_64/mm/fault.c               |    2 
 linux-810/arch/x86_64/mm/mmap.c                |   95 +++++++++++++++++++
 linux-810/drivers/char/random.c                |    7 +
 linux-810/fs/binfmt_elf.c                      |  120 ++++++++++++++++++++-----
 linux-810/fs/proc/array.c                      |    8 +
 linux-810/fs/proc/base.c                       |    4 
 linux-810/fs/proc/task_mmu.c                   |   25 ++++-
 linux-810/include/asm-i386/desc.h              |   14 ++
 linux-810/include/asm-i386/elf.h               |   42 +++++---
 linux-810/include/asm-i386/mmu.h               |    6 +
 linux-810/include/asm-i386/pgalloc.h           |    1 
 linux-810/include/asm-i386/processor.h         |    8 +
 linux-810/include/asm-i386/thread_info.h       |    1 
 linux-810/include/asm-ia64/pgalloc.h           |    4 
 linux-810/include/asm-ppc/pgalloc.h            |    5 +
 linux-810/include/asm-ppc64/pgalloc.h          |    5 +
 linux-810/include/asm-s390/pgalloc.h           |    4 
 linux-810/include/asm-sparc/pgalloc.h          |    4 
 linux-810/include/asm-sparc64/pgalloc.h        |    4 
 linux-810/include/asm-x86_64/pgalloc.h         |    7 +
 linux-810/include/asm-x86_64/processor.h       |    5 +
 linux-810/include/linux/mm.h                   |    9 +
 linux-810/include/linux/resource.h             |    5 -
 linux-810/include/linux/sched.h                |    9 +
 linux-810/include/linux/sysctl.h               |    3 
 linux-810/kernel/signal.c                      |   38 +++++++
 linux-810/kernel/sysctl.c                      |   39 ++++++++
 linux-810/mm/mmap.c                            |  105 ++++++++++++++++++++-
 linux-810/mm/mprotect.c                        |    5 -
 linux-810/mm/mremap.c                          |    4 
 linux-813/arch/i386/kernel/cpu/common.c        |    7 +
 47 files changed, 777 insertions(+), 92 deletions(-)

Index: linux-2.6.11-execshield.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.11-execshield.patch,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- linux-2.6.11-execshield.patch	8 Oct 2005 03:27:10 -0000	1.18
+++ linux-2.6.11-execshield.patch	13 Oct 2005 21:36:25 -0000	1.19
@@ -1464,10 +1464,9 @@
  		.ctl_name	= KERN_CORE_USES_PID,
  		.procname	= "core_uses_pid",
  		.data		= &core_uses_pid,
-diff -urNp --exclude-from=/home/davej/.exclude linux-804/mm/fremap.c linux-810/mm/fremap.c
---- linux-804/mm/fremap.c
-+++ linux-810/mm/fremap.c
-@@ -85,10 +85,12 @@ int install_page(struct mm_struct *mm, s
+--- linux-2.6.13/mm/fremap.c~	2005-10-13 17:34:08.000000000 -0400
++++ linux-2.6.13/mm/fremap.c	2005-10-13 17:34:58.000000000 -0400
+@@ -85,13 +85,15 @@ int install_page(struct mm_struct *mm, s
  	 * caller about it.
  	 */
  	err = -EINVAL;
@@ -1475,11 +1474,17 @@
 -	size = (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
 -	if (!page->mapping || page->index >= size)
 -		goto err_unlock;
+-	err = -ENOMEM;
+-	if (page_mapcount(page) > INT_MAX/2)
+-		goto err_unlock;
 +	if (vma->vm_file) {
 +		inode = vma->vm_file->f_mapping->host;
 +		size = (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
 +		if (!page->mapping || page->index >= size)
 +			goto err_unlock;
++		err = -ENOMEM;
++		if (page_mapcount(page) > INT_MAX/2)
++			goto err_unlock;
 +	}
  
  	zap_pte(mm, vma, addr, pte);


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- sources	11 Oct 2005 06:11:04 -0000	1.188
+++ sources	13 Oct 2005 21:36:25 -0000	1.189
@@ -1,3 +1,3 @@
 560f5fadf59f172973e67939868a4cae  linux-2.6.13.tar.bz2
 cc62a9a2ce39d8c09fb1068becb009e2  patch-2.6.14-rc4.bz2
-90e7b66a30dd4987e073df5a92b938a3  patch-2.6.14-rc3-git7.bz2
+782d23f524f50d2d3ad3df707384ef20  patch-2.6.14-rc4-git1.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- upstream	11 Oct 2005 06:09:35 -0000	1.175
+++ upstream	13 Oct 2005 21:36:25 -0000	1.176
@@ -1,3 +1,3 @@
 linux-2.6.13.tar.bz2
 patch-2.6.14-rc4.bz2
-patch-2.6.14-rc3-git7.bz2
+patch-2.6.14-rc4-git1.bz2


--- patch-2.6.14-rc3-git7.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list