From owner-cvs-src@FreeBSD.ORG Wed Jul 21 08:02:01 2004 Return-Path: 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 8597B16A4CE; Wed, 21 Jul 2004 08:02:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5D043D5D; Wed, 21 Jul 2004 08:02:01 +0000 (GMT) (envelope-from bmilekic@FreeBSD.org) Received: from freefall.freebsd.org (bmilekic@localhost [127.0.0.1]) i6L821hS094906; Wed, 21 Jul 2004 08:02:01 GMT (envelope-from bmilekic@freefall.freebsd.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6L82132094905; Wed, 21 Jul 2004 08:02:01 GMT (envelope-from bmilekic) Date: Wed, 21 Jul 2004 08:02:01 +0000 From: Bosko Milekic To: Alfred Perlstein Message-ID: <20040721080201.GA94813@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c uipc_mbuf2.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 21 Jul 2004 08:02:01 -0000 Please back out at least a portion of these changes. The checks don't belong in the m_get() and friends allocation code as they are already done in UMA. -Bosko * Alfred Perlstein [040721 00:12] wrote: > alfred 2004-07-21 07:12:24 UTC > > FreeBSD src repository > > Modified files: > sys/kern uipc_mbuf.c uipc_mbuf2.c > sys/sys mbuf.h > Log: > Make sure we don't call mbuf allocation functions with mutexes held. > > Discussed with: rwatson > > Revision Changes Path > 1.134 +8 -0 src/sys/kern/uipc_mbuf.c > 1.26 +4 -0 src/sys/kern/uipc_mbuf2.c > 1.153 +16 -0 src/sys/sys/mbuf.h