2.6.19-rc3: known regressions with patches

2006-10-25 Thread Adrian Bunk
This email lists some known regressions in 2.6.19-rc3 compared
to 2.6.18 with patches available.

If you find your name in the Cc header, you are either submitter of one
of the bugs, maintainer of an affectected subsystem or driver, a patch
of you caused a breakage or I'm considering you in any other way possibly
involved with one or more of these issues.

Due to the huge amount of recipients, please trim the Cc when answering.


Subject: "ACPI: PCI interrupt for device ... disabled"
References : http://lkml.org/lkml/2006/10/21/227
 http://lkml.org/lkml/2006/10/23/89
Submitter  : Muli Ben-Yehuda <[EMAIL PROTECTED]>
 Gleb Natapov <[EMAIL PROTECTED]>
Caused-By  : Yinghai Lu <[EMAIL PROTECTED]>
 commit 45edfd1db02f818b3dc7e4743ee8585af6b78f78
Handled-By : Eric W. Biederman <[EMAIL PROTECTED]>
Patch  : http://marc.theaimsgroup.com/?l=linux-kernel&m=116157813623508&w=2
 http://marc.theaimsgroup.com/?l=linux-kernel&m=116157837104613&w=2
Status : patches available


Subject: missing select's of CRYPTO_ECB
References : http://lkml.org/lkml/2006/10/22/203
Submitter  : Alistair John Strachan <[EMAIL PROTECTED]>
Handled-By : Patrick McHardy <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2006/10/23/207
Status : patch available


Subject: s390: Point sys_getcpu_wrapper at the proper syscall
References : http://lkml.org/lkml/2006/10/19/72
Submitter  : Paul Mundt <[EMAIL PROTECTED]>
Caused-By  : Heiko Carstens <[EMAIL PROTECTED]>
 commit 8abfe01dae8c0ed7ca6bfb153a7fcab47df72a52
Handled-By : Paul Mundt <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2006/10/19/72
Status : patch available


Subject: pci_fixup_video change blows up on sparc64
References : http://lkml.org/lkml/2006/10/19/17
Submitter  : David Miller <[EMAIL PROTECTED]>
Caused-By  : Eiichiro Oiwa <[EMAIL PROTECTED]>
 commit b5e4efe7e061ff52ac97b9fa45acca529d8daeea
Handled-By : Eiichiro Oiwa <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2006/10/23/31
Status : patch available


Subject: CONFIG_X86_VISWS=y, CONFIG_SMP=n compile error
References : http://lkml.org/lkml/2006/10/7/51
Submitter  : Jesper Juhl <[EMAIL PROTECTED]>
Caused-By  : David Howells <[EMAIL PROTECTED]>
 commit 7d12e780e003f93433d49ce78cfedf4b4c52adc5
Handled-By : Andrey Panin <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2006/10/23/118
Status : patch available


Subject: DVB frontend selection causes compile errors
References : http://lkml.org/lkml/2006/10/8/244
Submitter  : Adrian Bunk <[EMAIL PROTECTED]>
Caused-By  : "Andrew de Quincey" <[EMAIL PROTECTED]>
 commit 176ac9da4f09820a43fd48f0e74b1486fc3603ba
Handled-By : Trent Piepho <[EMAIL PROTECTED]>
Patch  : http://lkml.org/lkml/2006/10/14/157
Status : patch available

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


[2.6 patch] arch/s390/Makefile: remove -finline-limit=10000

2006-02-03 Thread Adrian Bunk
-finline-limit might have been required for older compilers, but
nowadays it does no longer make sense.


Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

---

This patch was already sent on:
- 10 Jan 2006

--- linux-2.6.15-mm2-full/arch/s390/Makefile.old2006-01-08 
16:25:53.0 +0100
+++ linux-2.6.15-mm2-full/arch/s390/Makefile2006-01-08 16:25:59.0 
+0100
@@ -67,7 +67,6 @@
 endif

 CFLAGS += -mbackchain -msoft-float $(cflags-y)
-CFLAGS += $(call cc-option,-finline-limit=1)
 CFLAGS += -pipe -fno-strength-reduce -Wno-sign-compare
 AFLAGS += $(aflags-y)

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


[2.6 patch] arch/s390/Makefile: remove -finline-limit=10000

2006-01-10 Thread Adrian Bunk
-finline-limit might have been required for older compilers, but
nowadays it does no longer make sense.


Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

--- linux-2.6.15-mm2-full/arch/s390/Makefile.old2006-01-08 
16:25:53.0 +0100
+++ linux-2.6.15-mm2-full/arch/s390/Makefile2006-01-08 16:25:59.0 
+0100
@@ -67,7 +67,6 @@
 endif

 CFLAGS += -mbackchain -msoft-float $(cflags-y)
-CFLAGS += $(call cc-option,-finline-limit=1)
 CFLAGS += -pipe -fno-strength-reduce -Wno-sign-compare
 AFLAGS += $(aflags-y)

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


[2.6 patch] mips/s390: remove -finline-limit=10000{,0}

2006-01-08 Thread Adrian Bunk
-finline-limit might have been required for older compilers, but
nowadays it does no longer make sense.


Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

---

 arch/mips/Makefile |1 -
 arch/s390/Makefile |1 -
 2 files changed, 2 deletions(-)

--- linux-2.6.15-mm2-full/arch/mips/Makefile.old2006-01-08 
16:25:35.0 +0100
+++ linux-2.6.15-mm2-full/arch/mips/Makefile2006-01-08 16:25:46.0 
+0100
@@ -93,7 +93,6 @@
 #
 cflags-y   += -I $(TOPDIR)/include/asm/gcc
 cflags-y   += -G 0 -mno-abicalls -fno-pic -pipe
-cflags-y   += $(call cc-option, -finline-limit=10)
 LDFLAGS_vmlinux+= -G 0 -static -n -nostdlib
 MODFLAGS   += -mlong-calls

--- linux-2.6.15-mm2-full/arch/s390/Makefile.old2006-01-08 
16:25:53.0 +0100
+++ linux-2.6.15-mm2-full/arch/s390/Makefile2006-01-08 16:25:59.0 
+0100
@@ -67,7 +67,6 @@
 endif

 CFLAGS += -mbackchain -msoft-float $(cflags-y)
-CFLAGS += $(call cc-option,-finline-limit=1)
 CFLAGS += -pipe -fno-strength-reduce -Wno-sign-compare
 AFLAGS += $(aflags-y)

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


[patch] s390: remove a kernel 2.2 #ifdef

2004-02-07 Thread Adrian Bunk
The patych below removes an #ifdef for kernel 2.2 from
include/asm-s390/debug.h .

Please apply
Adrian


--- linux-2.6.2-mm1/include/asm-s390/debug.h.old2004-02-08 02:07:18.0 
+0100
+++ linux-2.6.2-mm1/include/asm-s390/debug.h2004-02-08 02:07:48.0 +0100
@@ -35,11 +35,7 @@

 #ifdef __KERNEL__
 #include 
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,3,0))
- #include 
-#else
- #include 
-#endif /* LINUX_VERSION_CODE */
+#include 
 #include 
 #include 
 #include