From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1HtqyA-0004MO-91 for user-mode-linux-devel@lists.sourceforge.net; Thu, 31 May 2007 13:10:02 -0700 Received: from mx3.mail.elte.hu ([157.181.1.138]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Htqy9-0001gS-Da for user-mode-linux-devel@lists.sourceforge.net; Thu, 31 May 2007 13:10:02 -0700 Date: Thu, 31 May 2007 22:09:49 +0200 From: Ingo Molnar Message-ID: <20070531200949.GA10380@elte.hu> References: <20070531181923.GA9904@c2.user-mode-linux.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20070531181923.GA9904@c2.user-mode-linux.org> Subject: Re: [uml-devel] [PATCH] Syslets - Fix cachemiss_thread return value List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Jeff Dike Cc: Zach Brown , LKML , uml-devel * Jeff Dike wrote: > cachemiss_thread should explicitly return 0 or error instead of > task_ret_reg(current) (which is -ENOSYS anyway) because > async_thread_helper is careful to put the return value in eax anyway. oops, indeed! Thanks. Ingo ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760544AbXEaUKT (ORCPT ); Thu, 31 May 2007 16:10:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753374AbXEaUKG (ORCPT ); Thu, 31 May 2007 16:10:06 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:49348 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753252AbXEaUKF (ORCPT ); Thu, 31 May 2007 16:10:05 -0400 Date: Thu, 31 May 2007 22:09:49 +0200 From: Ingo Molnar To: Jeff Dike Cc: Zach Brown , LKML , uml-devel Subject: Re: [PATCH] Syslets - Fix cachemiss_thread return value Message-ID: <20070531200949.GA10380@elte.hu> References: <20070531181923.GA9904@c2.user-mode-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070531181923.GA9904@c2.user-mode-linux.org> User-Agent: Mutt/1.4.2.2i X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.1.7 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Jeff Dike wrote: > cachemiss_thread should explicitly return 0 or error instead of > task_ret_reg(current) (which is -ENOSYS anyway) because > async_thread_helper is careful to put the return value in eax anyway. oops, indeed! Thanks. Ingo