Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2007 12:15:54 +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 kern_timeout.c
Message-ID:  <200711221215.lAMCFsLs000481@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
attilio     2007-11-22 12:15:54 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_timeout.c 
  Log:
  Cache the value of c_lock as it can change, in the struct,
  while the global callout spinlock is not held, and can lead to PF#.
  
  Reported by: dougb, Mark Atkinson <atkin901 at yahoo dot com>
  Tested by: dougb
  Diagnosed by: jhb
  
  Revision  Changes    Path
  1.108     +7 -5      src/sys/kern/kern_timeout.c



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