rpms/kernel/devel patch-2.6.15-git3.bz2.sign, NONE, 1.1 .cvsignore, 1.315, 1.316 kernel-2.6.spec, 1.1832, 1.1833 linux-2.6-debug-taint-vm.patch, 1.2, 1.3 linux-2.6-gcc41.patch, 1.5, 1.6 sources, 1.257, 1.258 upstream, 1.239, 1.240 linux-2.6-posix-timers-sched_time-accumulation.patch, 1.1, NONE linux-2.6-swsusp-nofreeze.patch, 1.1, NONE linux-2.6-write-protect-rodata.patch, 1.8, NONE patch-2.6.15-git2.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Jan 8 01:59:07 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-debug-taint-vm.patch 
	linux-2.6-gcc41.patch sources upstream 
Added Files:
	patch-2.6.15-git3.bz2.sign 
Removed Files:
	linux-2.6-posix-timers-sched_time-accumulation.patch 
	linux-2.6-swsusp-nofreeze.patch 
	linux-2.6-write-protect-rodata.patch 
	patch-2.6.15-git2.bz2.sign 
Log Message:
* Sat Jan 07 2006 Dave Jones <davej at redhat.com>
- 2.6.15-git3



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

iD8DBQBDv3dqyGugalF9Dw4RAltGAJ9ZAdQaFjaJVqnh1hIkd7BkB+l+kQCZAS1Y
e0BszdDaVdrUy7y3FrFXyPw=
=hofb
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -r1.315 -r1.316
--- .cvsignore	6 Jan 2006 15:01:25 -0000	1.315
+++ .cvsignore	8 Jan 2006 01:59:03 -0000	1.316
@@ -2,5 +2,5 @@
 temp-*
 kernel-2.6.15
 linux-2.6.15.tar.bz2
-patch-2.6.15-git2.bz2
+patch-2.6.15-git3.bz2
 bcm43xx-20060106.tar.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1832
retrieving revision 1.1833
diff -u -r1.1832 -r1.1833
--- kernel-2.6.spec	7 Jan 2006 04:14:03 -0000	1.1832
+++ kernel-2.6.spec	8 Jan 2006 01:59:03 -0000	1.1833
@@ -206,7 +206,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.15-git2.bz2
+Patch1: patch-2.6.15-git3.bz2
 #Patch2: patch-2.6.16-rc1-git1.bz2
 
 # Patches 100 through 500 are meant for architecture patches
@@ -265,7 +265,6 @@
 Patch811: linux-2.6-execshield-xen.patch
 Patch812: linux-2.6-execshield-vdso.patch
 Patch813: linux-2.6-xen-vdso-note.patch
-Patch814: linux-2.6-write-protect-rodata.patch
 
 # Module signing infrastructure.
 Patch900: linux-2.6-modsign-core.patch
@@ -343,7 +342,6 @@
 Patch1600: linux-2.6-procfs-i_nlink-miscalculate.patch
 Patch1610: linux-2.6-atkbd-dell-multimedia.patch
 Patch1630: linux-2.6-module_version.patch
-Patch1640: linux-2.6-swsusp-nofreeze.patch
 Patch1650: linux-2.6-input-kill-stupid-messages.patch
 Patch1660: linux-2.6-input-usblegacy.patch
 Patch1670: linux-2.6-serial-tickle-nmi.patch
@@ -364,7 +362,6 @@
 Patch1830: linux-2.6-w1-hush-debug.patch
 Patch1840: linux-2.6-x86-hp-reboot.patch
 Patch1850: linux-2.6-mv643xx-compile-fix.patch
-Patch1860: linux-2.6-posix-timers-sched_time-accumulation.patch
 
 # Warn about usage of various obsolete functionality that may go away.
 Patch1900: linux-2.6-obsolete-idescsi-warning.patch
@@ -718,9 +715,6 @@
 %patch813 -p1
 %endif
 
-# Write protect rodata
-%patch814 -p1
-
 #
 # GPG signed kernel modules
 #
@@ -830,8 +824,6 @@
 %patch1610 -p1
 # Add missing MODULE_VERSION tags to some modules.
 %patch1630 -p1
-# Fix suspend to sbp devices. (166452)
-%patch1640 -p1
 # The input layer spews crap no-one cares about.
 %patch1650 -p1
 # usb legacy workaround.
@@ -872,8 +864,6 @@
 %patch1840 -p1
 # Fix compilation for MV643xx Ethernet
 %patch1850 -p1
-# Fix posix-cpu-timers sched_time accumulation 
-%patch1860 -p1
 
 # Warn about obsolete functionality usage.
 %patch1900 -p1
@@ -1402,6 +1392,9 @@
 %endif
 
 %changelog
+* Sat Jan 07 2006 Dave Jones <davej at redhat.com>
+- 2.6.15-git3
+
 * Fri Jan  6 2006 Dave Jones <davej at redhat.com>
 - Enable nvram driver for x86-64
 - Fix posix-cpu-timers sched_time accumulation

linux-2.6-debug-taint-vm.patch:
 linux-2.6.11/include/asm-generic/bug.h |    8 ++++++--
 linux-2.6.15/mm/page_alloc.c           |    4 ++--
 linux-2000/kernel/panic.c              |    1 +
 linux-2000/mm/slab.c                   |    4 ++--
 4 files changed, 11 insertions(+), 6 deletions(-)

Index: linux-2.6-debug-taint-vm.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-debug-taint-vm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-debug-taint-vm.patch	15 Nov 2005 17:23:57 -0000	1.2
+++ linux-2.6-debug-taint-vm.patch	8 Jan 2006 01:59:03 -0000	1.3
@@ -36,20 +36,23 @@
  
  void add_taint(unsigned flag)
  {
---- linux-2.6.14/mm/page_alloc.c~	2005-11-15 12:09:41.000000000 -0500
-+++ linux-2.6.14/mm/page_alloc.c	2005-11-15 12:10:01.000000000 -0500
-@@ -126,9 +126,9 @@ static void bad_page(const char *functio
+--- linux-2.6.15/mm/page_alloc.c~	2006-01-07 20:48:33.000000000 -0500
++++ linux-2.6.15/mm/page_alloc.c	2006-01-07 20:49:24.000000000 -0500
+@@ -136,12 +136,12 @@ static inline int bad_range(struct zone 
+ static void bad_page(struct page *page)
  {
- 	printk(KERN_EMERG "Bad page state at %s (in process '%s', page %p)\n",
- 		function, current->comm, page);
--	printk(KERN_EMERG "flags:0x%0*lx mapping:%p mapcount:%d count:%d\n",
-+	printk(KERN_EMERG "flags:0x%0*lx mapping:%p mapcount:%d count:%d (%s)\n",
- 		(int)(2*sizeof(unsigned long)), (unsigned long)page->flags,
--		page->mapping, page_mapcount(page), page_count(page));
-+		page->mapping, page_mapcount(page), page_count(page), print_tainted());
- 	printk(KERN_EMERG "Backtrace:\n");
+ 	printk(KERN_EMERG "Bad page state in process '%s'\n"
+-		"page:%p flags:0x%0*lx mapping:%p mapcount:%d count:%d\n"
++		"page:%p flags:0x%0*lx mapping:%p mapcount:%d count:%d (%s)\n"
+ 		"Trying to fix it up, but a reboot is needed\n"
+ 		"Backtrace:\n",
+ 		current->comm, page, (int)(2*sizeof(unsigned long)),
+ 		(unsigned long)page->flags, page->mapping,
+-		page_mapcount(page), page_count(page));
++		page_mapcount(page), page_count(page), print_tainted());
  	dump_stack();
- 	printk(KERN_EMERG "Trying to fix it up, but a reboot is needed\n");
+ 	page->flags &= ~(1 << PG_lru	|
+ 			1 << PG_private |
 diff -urNp --exclude-from=/home/davej/.exclude linux-1740/mm/slab.c linux-2000/mm/slab.c
 --- linux-1740/mm/slab.c
 +++ linux-2000/mm/slab.c

linux-2.6-gcc41.patch:
 linux-2.6.14/include/asm-x86_64/apic.h        |    2 
 linux-2.6/drivers/isdn/act2000/capi.h         |   88 +++++++++---------
 linux-2.6/drivers/isdn/hisax/hisax.h          |   20 ++--
 linux-2.6/drivers/isdn/hisax/hisax_fcpcipnp.h |   18 +--
 linux-2.6/drivers/net/3c527.h                 |   50 +++++-----
 linux-2.6/drivers/net/irda/vlsi_ir.h          |    4 
 linux-2.6/drivers/net/wan/sdla.c              |    6 -
 linux-2.6/fs/afs/volume.h                     |    4 
 linux-2.6/include/linux/atalk.h               |   18 +--
 linux-2.6/include/linux/cycx_x25.h            |   66 ++++++-------
 linux-2.6/include/linux/if_frad.h             |   12 +-
 linux-2.6/include/linux/isdnif.h              |   70 +++++++-------
 linux-2.6/include/linux/ncp.h                 |  126 +++++++++++++-------------
 linux-2.6/include/linux/sdla.h                |   64 ++++++-------
 linux-2.6/include/linux/wavefront.h           |   34 +++----
 linux-2.6/include/net/dn_dev.h                |   80 ++++++++--------
 linux-2.6/include/net/dn_nsp.h                |   74 +++++++--------
 linux-2.6/include/sound/wavefront.h           |   34 +++----
 18 files changed, 384 insertions(+), 386 deletions(-)

Index: linux-2.6-gcc41.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-gcc41.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linux-2.6-gcc41.patch	4 Jan 2006 02:13:39 -0000	1.5
+++ linux-2.6-gcc41.patch	8 Jan 2006 01:59:03 -0000	1.6
@@ -1,17 +1,6 @@
 
 Silence some gcc4.1 warnings.
 
---- linux-2.6.14/include/asm-x86_64/mpspec.h~	2005-12-06 23:04:19.000000000 -0500
-+++ linux-2.6.14/include/asm-x86_64/mpspec.h	2005-12-06 23:05:32.000000000 -0500
-@@ -76,7 +76,7 @@ struct mpc_config_bus
- {
- 	unsigned char mpc_type;
- 	unsigned char mpc_busid;
--	unsigned char mpc_bustype[6] __attribute((packed));
-+	unsigned char mpc_bustype[6];
- };
- 
- /* List of Bus Type string values, Intel MP Spec. */
 
 
 Prevent a zillion 'value computed is not used' warnings.
@@ -58,7 +47,6 @@
  drivers/net/3c527.h                 |   50 +++++++-------
  drivers/net/irda/vlsi_ir.h          |    4 -
  drivers/net/wan/sdla.c              |    6 -
- include/asm-i386/mpspec_def.h       |    4 -
  include/linux/atalk.h               |   18 ++---
  include/linux/cycx_x25.h            |   66 +++++++++---------
  include/linux/if_frad.h             |   12 +--
@@ -71,21 +59,6 @@
  include/sound/wavefront.h           |   34 ++++-----
  16 files changed, 340 insertions(+), 340 deletions(-)
 
-Index: linux-2.6/include/asm-i386/mpspec_def.h
-===================================================================
---- linux-2.6.orig/include/asm-i386/mpspec_def.h
-+++ linux-2.6/include/asm-i386/mpspec_def.h
-@@ -75,8 +75,8 @@ struct mpc_config_bus
- {
- 	unsigned char mpc_type;
- 	unsigned char mpc_busid;
--	unsigned char mpc_bustype[6] __attribute((packed));
--};
-+	unsigned char mpc_bustype[6];
-+} __attribute((packed));
- 
- /* List of Bus Type string values, Intel MP Spec. */
- #define BUSTYPE_EISA	"EISA"
 Index: linux-2.6/include/linux/if_frad.h
 ===================================================================
 --- linux-2.6.orig/include/linux/if_frad.h


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- sources	6 Jan 2006 15:01:57 -0000	1.257
+++ sources	8 Jan 2006 01:59:03 -0000	1.258
@@ -1,3 +1,3 @@
 cdf95e00f5111e31f78e1d97304d9522  linux-2.6.15.tar.bz2
 0eee153ab442496ead0581d00e83a1ca  patch-2.6.15-git2.bz2
-1e8dda938d8fb06863d7276b79d6e544  bcm43xx-20060106.tar.bz2
+d1eedbc54fa76391548a927b3325d235  patch-2.6.15-git3.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- upstream	6 Jan 2006 09:08:14 -0000	1.239
+++ upstream	8 Jan 2006 01:59:03 -0000	1.240
@@ -1,3 +1,3 @@
 linux-2.6.15.tar.bz2
-patch-2.6.15-git2.bz2
+patch-2.6.15-git3.bz2
 


--- linux-2.6-posix-timers-sched_time-accumulation.patch DELETED ---


--- linux-2.6-swsusp-nofreeze.patch DELETED ---


--- linux-2.6-write-protect-rodata.patch DELETED ---


--- patch-2.6.15-git2.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list