Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2007 09:12:37 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_sleepqueue.c
Message-ID:  <200709130912.l8D9Cbnv070507@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
attilio     2007-09-13 09:12:37 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_sleepqueue.c 
  Log:
  subr_sleepqueue.c presents a thread lock missing which leads to dangerous
  races for some struct thread members.
  More specifically, this bug seems responsible for some memory dumping
  problems people were experiencing.
  
  Fix this adding correct thread locking.
  
  Tested by: rwatson
  Submitted by: tegge
  Approved by: jeff
  Approved by: re
  
  Revision  Changes    Path
  1.39      +2 -0      src/sys/kern/subr_sleepqueue.c



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