From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933380AbYEGTPs (ORCPT ); Wed, 7 May 2008 15:15:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758371AbYEGTPd (ORCPT ); Wed, 7 May 2008 15:15:33 -0400 Received: from fk-out-0910.google.com ([209.85.128.187]:14188 "EHLO fk-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760097AbYEGTPb (ORCPT ); Wed, 7 May 2008 15:15:31 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=f2X6vL0jLY9kg4HyP+KxJLOdvw/I9OZyxDJI5vWk3I9AH9Qlj9BD6+iBmhd2o4y2LqlF5tKzlxgCuUf0Jclsxfw3J3t9eUNMQ/2CLoGR8m1gPxFq4tjLbfEiuY9mDzlvQhiiefoCip6EgM+r5mwm53VocvfSgvEewP1SAul0hz8= Message-ID: <4821FFC0.5060907@gmail.com> Date: Wed, 07 May 2008 21:15:12 +0200 From: Jiri Slaby User-Agent: Thunderbird 2.0.0.12 (X11/20071114) MIME-Version: 1.0 To: Justin Mattock CC: Linux Kernel Subject: Re: nopage to fault References: <4821F3EE.1010309@gmail.com> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/07/2008 09:07 PM, Justin Mattock wrote: > On Wed, May 7, 2008 at 6:24 PM, Jiri Slaby wrote: >> On 05/07/2008 07:40 PM, Justin Mattock wrote: >> >>> of the areas that I'm lost with is NOPAGE_SIGBUS for a return value. >>> in mm.h The only options I see is VM_FAULT_SIGBUS, VM_FAULT_ERROR. If >>> >> The former, next time, google little bit, please. >> > > Thanks for the help, > you mean the former definition which was taken out "NOPAGE_SIGBUS", > or former as in an interface located somewhere in the kernel. > regards; The former constant you mentioned. I suppose you are asking what's the NOPAGE_SIGBUS opposite in fault handler, right?