On Tue, 2012-11-27 at 18:15 +0100, Ralf Baechle wrote: > On Mon, Nov 26, 2012 at 07:19:45PM -0700, Shuah Khan wrote: > > > Should this patch go into stable? My guess is that compiles will > > fail the same way 3.4.x and 3.6.x as well with CC 4.4 and newer. > > > > http://marc.info/?l=git-commits-head&m=135389577115917&w=2 > > > > It is not marked for stable and maybe that is what is intended. Just > > wanting to confirm. > > It should go to -stable as well. >
Hmm. I can't reproduce the compile error. I am using cross-compile on x86_64 and tried with mipsel-linux-gnu-gcc-4.7 and mips-linux-gnu-gcc-4.7 both. I tried it on linux-next Nov 20th as well as the latest linux-3.4.y What am I missing? Is gcc4.7 older and doesn't show the problem? I think I am missing something very obvious. I generated config with ARCH=mips make defconfig and then compiled with ARCH=mips CROSS_COMPILE=mips-linux-gnu- make all and ARCH=mips CROSS_COMPILE=mipsel-linux-gnu- make all I would like to reproduce it first and then apply the patch to verify on linux-3.4 and later stables. thanks, -- Shuah -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
