Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936971AbXHLR4m (ORCPT ); Sun, 12 Aug 2007 13:56:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757354AbXHLR4f (ORCPT ); Sun, 12 Aug 2007 13:56:35 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:37166 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756762AbXHLR4e (ORCPT ); Sun, 12 Aug 2007 13:56:34 -0400 Date: Sun, 12 Aug 2007 10:56:21 -0700 (PDT) From: Linus Torvalds To: Andi Kleen cc: Petr Vandrovec , discuss@x86-64.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Fix triplefault on x86-64 bootup In-Reply-To: <200708121159.40211.ak@suse.de> Message-ID: References: <20070812081252.GA23309@vana.vc.cvut.cz> <200708121159.40211.ak@suse.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 997 Lines: 27 On Sun, 12 Aug 2007, Andi Kleen wrote: > > Can you please just apply the patch series please? > This one is fixed in "Make patching more robust, fix paravirt issue" I *had* applied the patch series, Andi. And that one will do memcpy(addr, opcode, len); even though "addr" itself may be all of memcpy(). So the code was buggy, and Petr fixed it, and your patch-series didn't fix *anything*. In fact, from what I can tell, it's the one that introduced the problem, because before thatone hit, we'd always do the two-byte sequence on its own (since the "nop_out()" on the rest of the memcpy would be called later, and separately, once it didn't matter any more). So out of 12 patches, 2 caused machines to not even boot. Not good. Linus - 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/