From owner-cvs-all@FreeBSD.ORG Wed Feb 16 20:29:00 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 722A916A4CE; Wed, 16 Feb 2005 20:29:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CCE543D2D; Wed, 16 Feb 2005 20:29:00 +0000 (GMT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1GKT05K042176; Wed, 16 Feb 2005 20:29:00 GMT (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1GKT0DB042175; Wed, 16 Feb 2005 20:29:00 GMT (envelope-from bmilekic) Message-Id: <200502162029.j1GKT0DB042175@repoman.freebsd.org> From: Bosko Milekic Date: Wed, 16 Feb 2005 20:29:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 20:29:00 -0000 bmilekic 2005-02-16 20:29:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm uma_core.c Log: MFC 1.108: INVARIANTS-only fix. Original commit log: "Fix a INVARIANTS-only bug introduced in Revision 1.104: IF INVARIANTS is defined, and in the rare case that we have allocated some objects from the slab and at least one initializer on at least one of those objects failed, and we need to fail the allocation and push the uninitialized items back into the slab caches -- in that scenario, we would fail to [re]set the bucket cache's ub_bucket item references to NULL, which would eventually trigger a KASSERT." Revision Changes Path 1.105.2.5 +5 -1 src/sys/vm/uma_core.c