rpms/kernel/devel patch-2.6.16-git14.bz2.sign, NONE, 1.1 .cvsignore, 1.394, 1.395 kernel-2.6.spec, 1.2098, 1.2099 linux-2.6-devmem.patch, 1.6, 1.7 sources, 1.335, 1.336 upstream, 1.308, 1.309 patch-2.6.16-git13.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 28 15:48:19 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-devmem.patch sources 
	upstream 
Added Files:
	patch-2.6.16-git14.bz2.sign 
Removed Files:
	patch-2.6.16-git13.bz2.sign 
Log Message:
git14



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

iD8DBQBEKDc8yGugalF9Dw4RArXNAJ0buN2t9vcPDGaI2d96Z18RpiTvmgCaAx6n
BhmUVDYmzv8aTWPNYjcOl6M=
=dRUd
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.394
retrieving revision 1.395
diff -u -r1.394 -r1.395
--- .cvsignore	27 Mar 2006 18:54:19 -0000	1.394
+++ .cvsignore	28 Mar 2006 15:48:16 -0000	1.395
@@ -3,4 +3,4 @@
 kernel-2.6.16
 linux-2.6.16.tar.bz2
 xen-20060320.tar.bz2
-patch-2.6.16-git13.bz2
+patch-2.6.16-git14.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2098
retrieving revision 1.2099
diff -u -r1.2098 -r1.2099
--- kernel-2.6.spec	27 Mar 2006 21:53:24 -0000	1.2098
+++ kernel-2.6.spec	28 Mar 2006 15:48:16 -0000	1.2099
@@ -217,7 +217,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.16-git13.bz2
+Patch1: patch-2.6.16-git14.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 Patch100: linux-2.6-bzimage.patch
@@ -953,7 +953,7 @@
 # Silence noisy CD drive spew
 %patch1641 -p1
 # autofs4 looks up wrong path element when ghosting is enabled
-%patch1650 -p1
+#%patch1650 -p1
 # 
 %patch1660 -p1
 # Use persistent allocation in softcursor
@@ -1639,6 +1639,9 @@
 %endif
 
 %changelog
+* Tue Mar 28 2006 Dave Jones <davej at redhat.com>
+- 2.6.16-git14
+
 * Mon Mar 27 2006 Dave Jones <davej at redhat.com>
 - 2.6.16-git13
 - Fix broken x86-64 32bit vDSO (#186924)

linux-2.6-devmem.patch:
 arch/powerpc/mm/mem.c                        |   14 ++
 linux-1050/arch/i386/mm/init.c               |   19 +++
 linux-1050/arch/ia64/mm/init.c               |    7 +
 linux-1050/arch/s390/mm/init.c               |    5 
 linux-1050/arch/x86_64/mm/init.c             |   20 +++
 linux-1050/drivers/char/mem.c                |  143 ++++-----------------------
 linux-1050/fs/proc/kcore.c                   |    2 
 linux-1050/include/asm-arm/page.h            |    2 
 linux-1050/include/asm-arm26/page.h          |    2 
 linux-1050/include/asm-cris/page.h           |    2 
 linux-1050/include/asm-h8300/page.h          |    2 
 linux-1050/include/asm-i386/page.h           |    4 
 linux-1050/include/asm-ia64/page.h           |    2 
 linux-1050/include/asm-m68k/page.h           |    2 
 linux-1050/include/asm-m68knommu/page.h      |    2 
 linux-1050/include/asm-mips/page.h           |    2 
 linux-1050/include/asm-parisc/page.h         |    2 
 linux-1050/include/asm-s390/page.h           |    2 
 linux-1050/include/asm-sh/page.h             |    2 
 linux-1050/include/asm-sh64/page.h           |    2 
 linux-1050/include/asm-sparc/page.h          |    2 
 linux-1050/include/asm-sparc64/page.h        |    2 
 linux-1050/include/asm-um/page.h             |    1 
 linux-1050/include/asm-v850/page.h           |    2 
 linux-1050/include/asm-x86_64/page.h         |    4 
 linux-2.6.13/arch/x86_64/mm/init.c           |   22 ++++
 linux-2.6.14/include/asm-powerpc/page.h      |    2 
 linux-2.6.16.noarch/include/asm-alpha/page.h |    1 
 linux-2.6.16.noarch/include/asm-ppc/page.h   |    2 
 29 files changed, 154 insertions(+), 122 deletions(-)

Index: linux-2.6-devmem.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-devmem.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux-2.6-devmem.patch	26 Mar 2006 00:13:38 -0000	1.6
+++ linux-2.6-devmem.patch	28 Mar 2006 15:48:16 -0000	1.7
@@ -55,8 +55,8 @@
  #include <asm/vdso.h>
  
  #include "mmu_decl.h"
-@@ -722,6 +722,19 @@ void __init mem_init(void)
- 	max_mapnr = num_physpages;
+@@ -352,6 +352,19 @@ void __init mem_init(void)
+ 	max_mapnr = max_pfn;
  	totalram_pages += free_all_bootmem();
  #endif
 +
@@ -72,9 +72,9 @@
 +	}
 +#endif
 +
- 	for_each_pgdat(pgdat) {
+ 	for_each_online_pgdat(pgdat) {
  		for (i = 0; i < pgdat->node_spanned_pages; i++) {
- 			page = pgdat->node_mem_map + i;
+ 			if (!pfn_valid(pgdat->node_start_pfn + i))
 diff -urNp --exclude-from=/home/davej/.exclude linux-1020/arch/s390/mm/init.c linux-1050/arch/s390/mm/init.c
 --- linux-1020/arch/s390/mm/init.c
 +++ linux-1050/arch/s390/mm/init.c
@@ -334,17 +334,16 @@
  }
  
  static ssize_t read_kcore(struct file *, char __user *, size_t, loff_t *);
-diff -urNp --exclude-from=/home/davej/.exclude linux-1020/include/asm-alpha/page.h linux-1050/include/asm-alpha/page.h
---- linux-1020/include/asm-alpha/page.h
-+++ linux-1050/include/asm-alpha/page.h
-@@ -110,6 +110,7 @@ extern __inline__ int get_order(unsigned
+--- linux-2.6.16.noarch/include/asm-alpha/page.h~	2006-03-28 10:15:44.000000000 -0500
++++ linux-2.6.16.noarch/include/asm-alpha/page.h	2006-03-28 10:15:55.000000000 -0500
+@@ -93,6 +93,7 @@ typedef unsigned long pgprot_t;
+ 
  #define VM_DATA_DEFAULT_FLAGS		(VM_READ | VM_WRITE | VM_EXEC | \
  					 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
- 
 +#define devmem_is_allowed(x) 1
  #endif /* __KERNEL__ */
  
- #endif /* _ALPHA_PAGE_H */
+ #include <asm-generic/memory_model.h>
 diff -urNp --exclude-from=/home/davej/.exclude linux-1020/include/asm-arm/page.h linux-1050/include/asm-arm/page.h
 --- linux-1020/include/asm-arm/page.h
 +++ linux-1050/include/asm-arm/page.h
@@ -470,15 +469,15 @@
  #endif /* __KERNEL__ */
  
  #endif /* _PARISC_PAGE_H */
-diff -urNp --exclude-from=/home/davej/.exclude linux-1020/include/asm-ppc/page.h linux-1050/include/asm-ppc/page.h
---- linux-1020/include/asm-ppc/page.h
-+++ linux-1050/include/asm-ppc/page.h
-@@ -163,5 +163,7 @@ extern __inline__ int get_order(unsigned
- #define VM_DATA_DEFAULT_FLAGS	(VM_READ | VM_WRITE | VM_EXEC | \
- 				 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
+--- linux-2.6.16.noarch/include/asm-ppc/page.h~	2006-03-28 10:16:25.000000000 -0500
++++ linux-2.6.16.noarch/include/asm-ppc/page.h	2006-03-28 10:16:35.000000000 -0500
+@@ -174,6 +174,8 @@ extern __inline__ int get_order(unsigned
+ /* We do define AT_SYSINFO_EHDR but don't use the gate mecanism */
+ #define __HAVE_ARCH_GATE_AREA		1
  
 +#define devmem_is_allowed(x) 1
 +
+ #include <asm-generic/memory_model.h>
  #endif /* __KERNEL__ */
  #endif /* _PPC_PAGE_H */
 --- linux-2.6.14/include/asm-powerpc/page.h~	2005-11-15 12:12:43.000000000 -0500


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -r1.335 -r1.336
--- sources	27 Mar 2006 18:54:20 -0000	1.335
+++ sources	28 Mar 2006 15:48:16 -0000	1.336
@@ -1,3 +1,3 @@
 9a91b2719949ff0856b40bc467fd47be  linux-2.6.16.tar.bz2
 8c70806f9075ebc0087f7ce1b8911700  xen-20060320.tar.bz2
-cb4f49853e97c197e5774e2c9885aaf4  patch-2.6.16-git13.bz2
+35a2659715e73ff493c815ed3a900d07  patch-2.6.16-git14.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- upstream	27 Mar 2006 18:54:20 -0000	1.308
+++ upstream	28 Mar 2006 15:48:16 -0000	1.309
@@ -1,2 +1,2 @@
 linux-2.6.16.tar.bz2
-patch-2.6.16-git13.bz2
+patch-2.6.16-git14.bz2


--- patch-2.6.16-git13.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list