From owner-freebsd-net@FreeBSD.ORG Fri Nov 4 22:34:47 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3BAD16A41F for ; Fri, 4 Nov 2005 22:34:47 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD7BC43D46 for ; Fri, 4 Nov 2005 22:34:46 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so943288wxc for ; Fri, 04 Nov 2005 14:34:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L0PXpylIHB9Wl757b118fKVDF9I78Sf3UpggRkwX83zYLVhs3J7mtn7QqY/4UPOgzRXX8b5bEK5w0YTcHUENaCGcwDtcoKo5RWTbBivf0FGTCGzSxdcv36pixthGMj907nf52oTKruIuMY7JtagRAhEyFydcL9MrEJ/YyX2uy/8= Received: by 10.70.103.10 with SMTP id a10mr1905985wxc; Fri, 04 Nov 2005 05:03:27 -0800 (PST) Received: by 10.70.105.13 with HTTP; Fri, 4 Nov 2005 05:03:27 -0800 (PST) Message-ID: <84dead720511040503qdcf3940q7ff6e732b937b9e8@mail.gmail.com> Date: Fri, 4 Nov 2005 18:33:27 +0530 From: Joseph Koshy To: kamal kc In-Reply-To: <20051103023936.63209.qmail@web35704.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051103023936.63209.qmail@web35704.mail.mud.yahoo.com> Cc: freebsd , freebsd Subject: Re: allocating 14KB memory per packet compression/decompression results in vm_fault X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 22:34:47 -0000 > - Am I not following the correct procedures to > allocate and deallocate memory in kernel space ?? > - Or is the problem elsewhere ?? You didn't say whether you've checked your code for buffer overruns. If the fault is happening in seemingly unrelated parts of the kernel with your module is enabled, this could be a root cause. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy