Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2000 15:28:08 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_mbuf.c
Message-ID:  <200008252228.PAA23664@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/08/25 15:28:08 PDT

  Modified files:
    sys/kern             uipc_mbuf.c 
  Log:
  m_mballoc_wait() had a spl/tsleep race.  mbufs can be freed in interrupt
  context, which can cause a wakeup.. which can race with this.
  
  Revision  Changes    Path
  1.56      +3 -1      src/sys/kern/uipc_mbuf.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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