[kernel] r8090 - in dists/sid/linux-2.6/debian: . patches/bugfix patches/series

Dann Frazier dannf at alioth.debian.org
Thu Jan 4 17:41:41 CET 2007


Author: dannf
Date: Thu Jan  4 17:41:41 2007
New Revision: 8090

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/ia64-hardcode-arch-script-output.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/9
Log:
* Hardcode the output of the scripts under arch/ia64/scripts as executed
  in an etch environment so that we can build out of tree modules correctly
  (closes: #392592)

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Thu Jan  4 17:41:41 2007
@@ -43,6 +43,9 @@
     for suggesting this.
   * Add versioned build dep on findutils to make sure the system find command
     supports the -execdir action (closes: #405150)
+  * Hardcode the output of the scripts under arch/ia64/scripts as executed
+    in an etch environment so that we can build out of tree modules correctly
+    (closes: #392592)
 
   [ Norbert Tretkowski ]
   * libata: handle 0xff status properly. (closes: #391867)
@@ -137,7 +140,7 @@
     networking in the installer. This patch provides a simple way to disable
     the unwanted driver at installer's boot time. (closes: #334104)
 
- -- Christian T. Steigies <cts at debian.org>  Wed,  3 Jan 2007 21:24:25 +0100
+ -- dann frazier <dannf at debian.org>  Wed,  3 Jan 2007 18:01:13 -0700
 
 linux-2.6 (2.6.18-8) unstable; urgency=low
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/ia64-hardcode-arch-script-output.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/ia64-hardcode-arch-script-output.patch	Thu Jan  4 17:41:41 2007
@@ -0,0 +1,45 @@
+--- linux-source-2.6.18/arch/ia64/Makefile.orig	2007-01-03 17:26:31.000000000 -0700
++++ linux-source-2.6.18/arch/ia64/Makefile	2007-01-03 17:57:52.000000000 -0700
+@@ -28,16 +28,7 @@
+ 		   -falign-functions=32 -frename-registers -fno-optimize-sibling-calls
+ CFLAGS_KERNEL	:= -mconstant-gp
+ 
+-GAS_STATUS	= $(shell $(srctree)/arch/ia64/scripts/check-gas "$(CC)" "$(OBJDUMP)")
+-CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags "$(CC)" "$(OBJDUMP)" "$(READELF)")
+-
+-ifeq ($(GAS_STATUS),buggy)
+-$(error Sorry, you need a newer version of the assember, one that is built from	\
+-	a source-tree that post-dates 18-Dec-2002.  You can find a pre-compiled	\
+-	static binary of such an assembler at:					\
+-										\
+-		ftp://ftp.hpl.hp.com/pub/linux-ia64/gas-030124.tar.gz)
+-endif
++CPPFLAGS += -DHAVE_WORKING_TEXT_ALIGN -DHAVE_MODEL_SMALL_ATTRIBUTE -DHAVE_SERIALIZE_DIRECTIVE
+ 
+ ifeq ($(call cc-version),0304)
+ 	cflags-$(CONFIG_ITANIUM)	+= -mtune=merced
+@@ -67,7 +58,7 @@
+ 
+ PHONY += boot compressed check
+ 
+-all: compressed unwcheck
++all: compressed
+ 
+ compressed: vmlinux.gz
+ 
+@@ -76,9 +67,6 @@
+ vmlinux.gz: vmlinux
+ 	$(Q)$(MAKE) $(build)=$(boot) $@
+ 
+-unwcheck: vmlinux
+-	-$(Q)READELF=$(READELF) $(srctree)/arch/ia64/scripts/unwcheck.py $<
+-
+ archclean:
+ 	$(Q)$(MAKE) $(clean)=$(boot)
+ 
+@@ -94,5 +82,4 @@
+   echo '* compressed	- Build compressed kernel image'
+   echo '  install	- Install compressed kernel image'
+   echo '  boot		- Build vmlinux and bootloader for Ski simulator'
+-  echo '* unwcheck	- Check vmlinux for invalid unwind info'
+ endef

Modified: dists/sid/linux-2.6/debian/patches/series/9
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/9	(original)
+++ dists/sid/linux-2.6/debian/patches/series/9	Thu Jan  4 17:41:41 2007
@@ -42,3 +42,4 @@
 + bugfix/mips/provide-pci_get_legacy_ide_irq.patch
 + features/sound-detect-ALC883.patch
 + features/tulip-dmfe-disable.patch
++ bugfix/ia64-hardcode-arch-script-output.patch



More information about the Kernel-svn-changes mailing list