From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752800Ab3JLRDp (ORCPT ); Sat, 12 Oct 2013 13:03:45 -0400 Received: from mail-ea0-f170.google.com ([209.85.215.170]:41440 "EHLO mail-ea0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752258Ab3JLRDo (ORCPT ); Sat, 12 Oct 2013 13:03:44 -0400 Date: Sat, 12 Oct 2013 19:03:40 +0200 From: Ingo Molnar To: Fengguang Wu Cc: Linus Torvalds , Jakub Jelinek , Richard Henderson , Peter Zijlstra , Oleg Nesterov , Linux Kernel Mailing List Subject: Re: [PATCH, -v3] compiler/gcc4: Add quirk for 'asm goto' miscompilation bug Message-ID: <20131012170340.GA15988@gmail.com> References: <20131010080457.GC21875@tucnak.zalov.cz> <20131010082430.GA20577@gmail.com> <20131010083107.GZ30970@tucnak.zalov.cz> <5256B3E2.4060401@twiddle.net> <20131010142703.GI30970@tucnak.zalov.cz> <20131010151219.GC5167@gmail.com> <20131011043553.GA9015@localhost> <20131011054655.GA28077@gmail.com> <20131011065149.GA16470@localhost> <20131011093029.GA30308@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131011093029.GA30308@localhost> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Fengguang Wu wrote: > Ingo, > > After adding more test runs to these kernels, we can see that the boot hangs > happen both before/after patch. So the patch is fine. > > Tested-by: Fengguang Wu Cool, thanks for all the testing - I'll send the fix to Linus. > btw, the boot hangs all happen in one of the test boxes, which is > probably misconfigured or not reliable. ... or somehow has hardware layout/properties that triggers a particularly nasty kernel bug. Thanks, Ingo