Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757412Ab0GNWOZ (ORCPT ); Wed, 14 Jul 2010 18:14:25 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:46983 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752782Ab0GNWOX (ORCPT ); Wed, 14 Jul 2010 18:14:23 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=aoLyDJorHlm5zQ7yebqkXwG38RcCOJcTyfEe3jfIlZlwgyyyBELYxHfrhouRAb74LC Qogc6w//3DBSdlH3KAdMtprLGtJuxJANMdEPNIErjmuWVhvLYVaVtIntuO/+gSfnUb9E a6P+aLiGMNwKTq1auSFt6xSDHRb4oUNI8f23g= Date: Thu, 15 Jul 2010 00:14:20 +0200 From: Frederic Weisbecker To: Linus Torvalds Cc: Ingo Molnar , Mathieu Desnoyers , LKML , Andrew Morton , Peter Zijlstra , Steven Rostedt , Steven Rostedt , Thomas Gleixner , Christoph Hellwig , Li Zefan , Lai Jiangshan , Johannes Berg , Masami Hiramatsu , Arnaldo Carvalho de Melo , Tom Zanussi , KOSAKI Motohiro , Andi Kleen , "H. Peter Anvin" , Jeremy Fitzhardinge , "Frank Ch. Eigler" , Tejun Heo Subject: Re: [patch 1/2] x86_64 page fault NMI-safe Message-ID: <20100714221418.GA14533@nowhere> References: <20100714154923.947138065@efficios.com> <20100714155804.049012415@efficios.com> <20100714170617.GB4955@Krystal> <20100714184642.GA9728@elte.hu> <20100714193652.GA13630@nowhere> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 779 Lines: 20 On Wed, Jul 14, 2010 at 12:54:19PM -0700, Linus Torvalds wrote: > On Wed, Jul 14, 2010 at 12:36 PM, Frederic Weisbecker > wrote: > > > > There is also the fact we need to handle the lost NMI, by defering its > > treatment or so. That adds even more complexity. > > I don't think your read my proposal very deeply. It already handles > them by taking a fault on the iret of the first one (that's why we > point to the stack frame - so that we can corrupt it and force a > fault). Ah right, I missed this part. -- 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/