[kernel] r12811 - in dists/trunk/linux-2.6/debian/patches: bugfix/mips series

Martin Michlmayr tbm at alioth.debian.org
Mon Feb 16 11:39:29 UTC 2009


Author: tbm
Date: Mon Feb 16 11:39:27 2009
New Revision: 12811

Log:
workaround bug


Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/mips/disable-werror.patch
Modified:
   dists/trunk/linux-2.6/debian/patches/series/1~experimental.1

Added: dists/trunk/linux-2.6/debian/patches/bugfix/mips/disable-werror.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/mips/disable-werror.patch	Mon Feb 16 11:39:27 2009
@@ -0,0 +1,15 @@
+
+workaround this bug:
+
+cc1: warnings being treated as errors
+arch/mips/kernel/../../../fs/binfmt_elf.c: In function ‘vma_dump_size’:
+arch/mips/kernel/../../../fs/binfmt_elf.c:1202: warning: ‘word’ may be used uninitialized in this function
+
+
+--- a/arch/mips/kernel/Makefile	2009-02-16 11:25:13.000000000 +0000
++++ b/arch/mips/kernel/Makefile	2009-02-16 11:25:23.000000000 +0000
+@@ -89,4 +89,3 @@
+ 
+ obj-$(CONFIG_HAVE_STD_PC_SERIAL_PORT)	+= 8250-platform.o
+ 
+-EXTRA_CFLAGS += -Werror

Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	Mon Feb 16 11:39:27 2009
@@ -17,6 +17,7 @@
 + bugfix/mips/disable-advansys.patch
 + bugfix/arm/disable-scsi_acard.patch
 + bugfix/arm/disable-orion5x_wdt.patch
++ bugfix/mips/disable-werror.patch
 + bugfix/fix-hifn_795X-divdi3.patch
 + bugfix/powerpc/mm-mol.patch
 + bugfix/powerpc/lpar-console.patch



More information about the Kernel-svn-changes mailing list