From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753736AbaBMJn7 (ORCPT ); Thu, 13 Feb 2014 04:43:59 -0500 Received: from mail-ee0-f49.google.com ([74.125.83.49]:35140 "EHLO mail-ee0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751970AbaBMJnz (ORCPT ); Thu, 13 Feb 2014 04:43:55 -0500 Date: Thu, 13 Feb 2014 10:43:52 +0100 From: Ingo Molnar To: Linus Torvalds Cc: Steven Noonan , Linux Kernel mailing List , Peter Zijlstra , Jakub Jelinek , Oleg Nesterov , Fengguang Wu , Richard Henderson , Thomas Gleixner , Andrew Morton Subject: Re: [GIT PULL] compiler/gcc4: Add quirk for 'asm goto' miscompilation bug Message-ID: <20140213094352.GA6782@gmail.com> References: <20131012171007.GA17167@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 * Linus Torvalds wrote: > On Wed, Feb 12, 2014 at 7:09 PM, Steven Noonan wrote: > > > > If I change the GCC_VERSION check for the asm_volatile_goto quirk to > > include 4.8.2, then KVM guests are properly cleaned up. > > Ok, I guess that means we should just make the quirk unconditional. > > Ingo, do you want to do that or should I? Yeah, will pick up Steven's patch later today unless you beat me at it. If you pick it up yourself: Acked-by: Ingo Molnar Thanks, Ingo