rpms/kernel/devel patch-2.6.19-git5.bz2.sign, NONE, 1.1 .cvsignore, 1.546, 1.547 kernel-2.6.spec, 1.2839, 1.2840 linux-2.6-execshield.patch, 1.42, 1.43 linux-2.6-silence-noise.patch, 1.2, 1.3 sources, 1.509, 1.510 upstream, 1.437, 1.438 patch-2.6.19-rc6-git10.bz2.sign, 1.1, NONE patch-2.6.19-rc6.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 4 16:39:43 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-execshield.patch 
	linux-2.6-silence-noise.patch sources upstream 
Added Files:
	patch-2.6.19-git5.bz2.sign 
Removed Files:
	patch-2.6.19-rc6-git10.bz2.sign patch-2.6.19-rc6.bz2.sign 
Log Message:
git5


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

iD8DBQBFc8ftyGugalF9Dw4RAjGEAJ48j3hzpn7FZVz2Pk9oS018EkauUACbBBpv
elL4P9MoMfZ0ovEpkbF9X7s=
=UScf
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.546
retrieving revision 1.547
diff -u -r1.546 -r1.547
--- .cvsignore	29 Nov 2006 23:56:37 -0000	1.546
+++ .cvsignore	4 Dec 2006 16:39:41 -0000	1.547
@@ -4,3 +4,4 @@
 kernel-2.6.19
 xen-11633.tar.bz2
 linux-2.6.19.tar.bz2
+patch-2.6.19-git5.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2839
retrieving revision 1.2840
diff -u -r1.2839 -r1.2840
--- kernel-2.6.spec	30 Nov 2006 22:45:21 -0000	1.2839
+++ kernel-2.6.spec	4 Dec 2006 16:39:41 -0000	1.2840
@@ -305,7 +305,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-#Patch1: patch-2.6.19-rc6.bz2
+Patch1: patch-2.6.19-git5.bz2
 #Patch2: patch-2.6.19-rc6-git10.bz2
 Patch3: git-geode.patch
 
@@ -720,7 +720,7 @@
 cd linux-%{kversion}.%{_target_cpu}
 
 # Update to latest upstream.
-#%patch1 -p1
+%patch1 -p1
 #%patch2 -p1
 
 # Patches 10 through 100 are meant for core subsystem upgrades
@@ -1812,6 +1812,9 @@
 #  - signed modules are broken
 #  - tux.
 %changelog
+* Mon Dec  4 2006 Dave Jones <davej at redhat.com>
+- 2.6.19-git5
+
 * Wed Nov 29 2006 Dave Jones <davej at redhat.com>
 - 2.6.19
 

linux-2.6-execshield.patch:
 linux-2.6.19.noarch/drivers/char/random.c |    8 +
 linux-2.6/arch/i386/kernel/cpu/common.c   |    7 +
 linux-2.6/arch/i386/kernel/process.c      |   59 +++++++++
 linux-2.6/arch/i386/kernel/smp.c          |    3 
 linux-2.6/arch/i386/kernel/sysenter.c     |    5 
 linux-2.6/arch/i386/kernel/traps.c        |   93 ++++++++++++++-
 linux-2.6/arch/i386/mm/init.c             |    6 
 linux-2.6/arch/i386/mm/mmap.c             |    6 
 linux-2.6/arch/i386/mm/pageattr.c         |    8 +
 linux-2.6/arch/ia64/ia32/binfmt_elf32.c   |    2 
 linux-2.6/arch/powerpc/kernel/vdso.c      |    3 
 linux-2.6/arch/x86_64/ia32/ia32_binfmt.c  |    6 
 linux-2.6/arch/x86_64/ia32/syscall32.c    |    4 
 linux-2.6/arch/x86_64/kernel/process.c    |    6 
 linux-2.6/arch/x86_64/kernel/setup64.c    |   40 ------
 linux-2.6/arch/x86_64/mm/fault.c          |    2 
 linux-2.6/arch/x86_64/mm/mmap.c           |   98 ++++++++++++----
 linux-2.6/fs/binfmt_elf.c                 |  147 ++++++++++++++++++------
 linux-2.6/fs/proc/array.c                 |    8 -
 linux-2.6/fs/proc/base.c                  |    8 -
 linux-2.6/fs/proc/task_mmu.c              |   29 ++++
 linux-2.6/include/asm-i386/a.out.h        |    2 
 linux-2.6/include/asm-i386/desc.h         |   14 ++
 linux-2.6/include/asm-i386/elf.h          |    6 
 linux-2.6/include/asm-i386/mmu.h          |    4 
 linux-2.6/include/asm-i386/page.h         |    5 
 linux-2.6/include/asm-i386/pgalloc.h      |    1 
 linux-2.6/include/asm-i386/processor.h    |    8 +
 linux-2.6/include/asm-ia64/pgalloc.h      |    4 
 linux-2.6/include/asm-powerpc/elf.h       |    3 
 linux-2.6/include/asm-powerpc/pgalloc.h   |    5 
 linux-2.6/include/asm-ppc/pgalloc.h       |    5 
 linux-2.6/include/asm-s390/pgalloc.h      |    4 
 linux-2.6/include/asm-sparc/pgalloc.h     |    4 
 linux-2.6/include/asm-sparc64/pgalloc.h   |    4 
 linux-2.6/include/asm-x86_64/pgalloc.h    |    7 +
 linux-2.6/include/linux/mm.h              |   16 ++
 linux-2.6/include/linux/resource.h        |    5 
 linux-2.6/include/linux/sched.h           |    9 +
 linux-2.6/include/linux/sysctl.h          |    3 
 linux-2.6/kernel/signal.c                 |   33 +++++
 linux-2.6/kernel/sysctl.c                 |   56 +++++++++
 linux-2.6/mm/fremap.c                     |   16 +-
 linux-2.6/mm/mmap.c                       |  183 ++++++++++++++++++++++++++++--
 linux-2.6/mm/mprotect.c                   |    6 
 linux-2.6/mm/mremap.c                     |    4 
 46 files changed, 803 insertions(+), 152 deletions(-)

Index: linux-2.6-execshield.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-execshield.patch,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- linux-2.6-execshield.patch	23 Nov 2006 22:00:34 -0000	1.42
+++ linux-2.6-execshield.patch	4 Dec 2006 16:39:41 -0000	1.43
@@ -969,11 +969,9 @@
 -	mm->unmap_area = arch_unmap_area;
  }
 -
-Index: linux-2.6/drivers/char/random.c
-===================================================================
---- linux-2.6.orig/drivers/char/random.c
-+++ linux-2.6/drivers/char/random.c
-@@ -1635,13 +1635,18 @@ EXPORT_SYMBOL(secure_dccp_sequence_numbe
+--- linux-2.6.19.noarch/drivers/char/random.c~	2006-12-04 11:12:32.000000000 -0500
++++ linux-2.6.19.noarch/drivers/char/random.c	2006-12-04 11:18:10.000000000 -0500
+@@ -1635,13 +1635,19 @@ EXPORT_SYMBOL(secure_dccp_sequence_numbe
   */
  unsigned int get_random_int(void)
  {
@@ -982,14 +980,15 @@
 +#ifdef CONFIG_X86_HAS_TSC
 +	rdtscl(val);
 +#endif
++
  	/*
  	 * Use IP's RNG. It suits our purpose perfectly: it re-keys itself
  	 * every second, from the entropy pool (and thus creates a limited
  	 * drain on it), and uses halfMD4Transform within the second. We
  	 * also mix it with jiffies and the PID:
  	 */
--	return secure_ip_id(current->pid + jiffies);
-+	return secure_ip_id(current->pid + jiffies + (int)val);
+-	return secure_ip_id((__force __be32)(current->pid + jiffies));
++	return secure_ip_id((__force __be32)(current->pid + jiffies  + (int)val));
  }
  
  /*

linux-2.6-silence-noise.patch:
 linux-2.6.18.noarch/arch/x86_64/mm/init.c      |    4 ----
 linux-2.6.18.noarch/arch/x86_64/pci/mmconfig.c |    4 ++--
 linux-2.6.18.noarch/drivers/pci/setup-res.c    |    4 ++--
 linux-2.6.19.noarch/arch/i386/pci/i386.c       |    4 ++--
 4 files changed, 6 insertions(+), 10 deletions(-)

Index: linux-2.6-silence-noise.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-silence-noise.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-silence-noise.patch	18 Oct 2006 06:52:01 -0000	1.2
+++ linux-2.6-silence-noise.patch	4 Dec 2006 16:39:41 -0000	1.3
@@ -12,17 +12,6 @@
  		return;
  	}
  
---- linux-2.6.18.noarch/arch/i386/pci/i386.c~	2006-10-16 13:45:57.000000000 -0400
-+++ linux-2.6.18.noarch/arch/i386/pci/i386.c	2006-10-16 13:46:09.000000000 -0400
-@@ -110,7 +110,7 @@ static void __init pcibios_allocate_bus_
- 					continue;
- 				pr = pci_find_parent_resource(dev, r);
- 				if (!r->start || !pr || request_resource(pr, r) < 0) {
--					printk(KERN_ERR "PCI: Cannot allocate resource region %d of bridge %s\n", idx, pci_name(dev));
-+					printk(KERN_DEBUG "PCI: Cannot allocate resource region %d of bridge %s\n", idx, pci_name(dev));
- 					/* Something is wrong with the region.
- 					   Invalidate the resource to prevent child
- 					   resource allocations in this range. */
 --- linux-2.6.18.noarch/arch/x86_64/mm/init.c~	2006-10-16 17:09:56.000000000 -0400
 +++ linux-2.6.18.noarch/arch/x86_64/mm/init.c	2006-10-16 17:10:09.000000000 -0400
 @@ -337,10 +337,6 @@ static void __init find_early_table_spac
@@ -57,3 +46,23 @@
  				"#%d:%llx@%llx for %s\n",
  			res->flags & IORESOURCE_IO ? "I/O" : "mem",
  			resno, (unsigned long long)(res->end - res->start + 1),
+--- linux-2.6.19.noarch/arch/i386/pci/i386.c~	2006-12-04 11:21:32.000000000 -0500
++++ linux-2.6.19.noarch/arch/i386/pci/i386.c	2006-12-04 11:22:10.000000000 -0500
+@@ -112,7 +112,7 @@ static void __init pcibios_allocate_bus_
+ 				pr = pci_find_parent_resource(dev, r);
+ 				if (!r->start || !pr ||
+ 				    request_resource(pr, r) < 0) {
+-					printk(KERN_ERR "PCI: Cannot allocate "
++					printk(KERN_DEBUG "PCI: Cannot allocate "
+ 						"resource region %d "
+ 						"of bridge %s\n",
+ 						idx, pci_name(dev));
+@@ -155,7 +155,7 @@ static void __init pcibios_allocate_reso
+ 				    r->start, r->end, r->flags, disabled, pass);
+ 				pr = pci_find_parent_resource(dev, r);
+ 				if (!pr || request_resource(pr, r) < 0) {
+-					printk(KERN_ERR "PCI: Cannot allocate "
++					printk(KERN_DEBUG "PCI: Cannot allocate "
+ 						"resource region %d "
+ 						"of device %s\n",
+ 						idx, pci_name(dev));


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.509
retrieving revision 1.510
diff -u -r1.509 -r1.510
--- sources	29 Nov 2006 23:56:37 -0000	1.509
+++ sources	4 Dec 2006 16:39:41 -0000	1.510
@@ -1,2 +1,3 @@
 93d8d8f6c51f3c01beadbae1aa1fd548  xen-11633.tar.bz2
 443c265b57e87eadc0c677c3acc37e20  linux-2.6.19.tar.bz2
+6056bef3e778b918ba24c82ec034473b  patch-2.6.19-git5.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.437
retrieving revision 1.438
diff -u -r1.437 -r1.438
--- upstream	29 Nov 2006 23:56:37 -0000	1.437
+++ upstream	4 Dec 2006 16:39:41 -0000	1.438
@@ -1 +1,2 @@
 linux-2.6.19.tar.bz2
+patch-2.6.19-git5.bz2


--- patch-2.6.19-rc6-git10.bz2.sign DELETED ---


--- patch-2.6.19-rc6.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list