From owner-cvs-src@FreeBSD.ORG Tue Dec 6 07:23:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50EF616A41F; Tue, 6 Dec 2005 07:23:46 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D1643D77; Tue, 6 Dec 2005 07:23:43 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id jB67Yfkb045357; Tue, 6 Dec 2005 02:34:41 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: "Christian S.J. Peron" Date: Tue, 6 Dec 2005 02:23:16 -0500 User-Agent: KMail/1.6.2 References: <200512060258.jB62wCnk084452@repoman.freebsd.org> <20051206032007.GB70151@freefall.freebsd.org> In-Reply-To: <20051206032007.GB70151@freefall.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200512060223.22283.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1204/Mon Dec 5 05:09:54 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 bpf_jit_machdep.c bpf_jit_machdep.h src/sys/conf files files.amd64 files.i386 options.amd64 options.i386 src/sys/i386/i386 bpf_jit_machdep.c bpf_jit_machdep.h src/sys/net bpf.c bpf_jitter.c bpf_jitter.h bpfdesc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2005 07:23:46 -0000 On Monday 05 December 2005 10:20 pm, Christian S.J. Peron wrote: > You are calling bpf_jitter() with a mutex held, and it looks like > bpf_jitter() will call malloc with M_WAITOK. Are you sure you want > to do this? Nope. Fixed. Thanks! Jung-uk Kim