Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2005 20:29:00 +0000 (UTC)
From:      Bosko Milekic <bmilekic@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm uma_core.c
Message-ID:  <200502162029.j1GKT0DB042175@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502162029.j1GKT0DB042175>