From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 561F32C00D3 for ; Fri, 3 May 2013 07:11:44 +1000 (EST) Message-ID: <1367529089.4389.23.camel@pasglop> Subject: Re: [PATCH net-next] af_unix: fix a fatal race with bit fields From: Benjamin Herrenschmidt To: Stephen Hemminger Date: Fri, 03 May 2013 07:11:29 +1000 In-Reply-To: <20130501081054.267a7851@nehalam.linuxnetplumber.net> References: <1367370761.11020.22.camel@edumazet-glaptop> <20130501115103.58e40f37@kryten> <1367375060.11020.24.camel@edumazet-glaptop> <20130501035425.GD5221@bubble.grove.modra.org> <1367384672.11020.34.camel@edumazet-glaptop> <20130501081054.267a7851@nehalam.linuxnetplumber.net> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: Eric Dumazet , Alan Modra , netdev , Ambrose Feinstein , Paul Mackerras , Anton Blanchard , linuxppc-dev@lists.ozlabs.org, David Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2013-05-01 at 08:10 -0700, Stephen Hemminger wrote: > > These kind of errors are pretty hard to find, its a pity to spend > time > > on them. > > There is a checkbin target inside arch/powerpc/Makefile > Shouldn't a check be added there to block building kernel with known > bad GCC versions? In this case that makes it all GCC versions except the *very latest* .... not practical. I suppose we should try to make sure that at least the next batch of enterprise distro get that fix on gcc side. Ben.