Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262297AbVDFTaB (ORCPT ); Wed, 6 Apr 2005 15:30:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262298AbVDFTaA (ORCPT ); Wed, 6 Apr 2005 15:30:00 -0400 Received: from mail.fh-wedel.de ([213.39.232.198]:26043 "EHLO moskovskaya.fh-wedel.de") by vger.kernel.org with ESMTP id S262297AbVDFT36 (ORCPT ); Wed, 6 Apr 2005 15:29:58 -0400 Date: Wed, 6 Apr 2005 21:30:08 +0200 From: =?iso-8859-1?Q?J=F6rn?= Engel To: Blaisorblade Cc: Renate Meijer , stable@kernel.org, Greg KH , jdike@karaya.com, linux-kernel@vger.kernel.org Subject: Re: [08/08] uml: va_copy fix Message-ID: <20050406193008.GC17413@wohnheim.fh-wedel.de> References: <20050405164539.GA17299@kroah.com> <200504052053.20078.blaisorblade@yahoo.it> <7aa6252d5a294282396836b1a27783e8@xs4all.nl> <200504062109.51344.blaisorblade@yahoo.it> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200504062109.51344.blaisorblade@yahoo.it> User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1261 Lines: 34 On Wed, 6 April 2005 21:09:50 +0200, Blaisorblade wrote: > > I'm reattaching the patch, so that you can look at the changelog (I'm also > resending it as a separate email so that it is reviewed and possibly merged). > Basically this is an error in GCC 2 and not in GCC 3: > > int [] list = { > [0] = 1, > [0] = 1 > } > (I've not tested the above itself, but this should be a stripped down version > of one of the bugs fixed in the patch). > > That sort of code in the UML syscall table is not the safer one - in fact, > apart this patch for the stable tree, I'm refactoring the UML syscall table > completely (for 2.6.12 / 2.6.13). > > Btw: I've not investigated which one of the two behaviours is the buggy one - > if you know, maybe you or I can report it. Your code is at best redundant. And I'd bet beer that it is not what its author intended to write. So the bug is in GCC 3, imo. J?rn -- The cost of changing business rules is much more expensive for software than for a secretaty. -- unknown - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/