cvs commit: src/sys/kern kern_lock.c

Robert Watson rwatson at FreeBSD.org
Sun Oct 2 02:58:57 PDT 2005


rwatson     2005-10-02 09:58:55 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             kern_lock.c 
  Log:
  Merge kern_lock.c:1.94 from HEAD to RELENG_6:
  
    In lockstatus(), don't lock and unlock the interlock when testing the
    sleep lock status while kdb_active, or we risk contending with the
    mutex on another CPU, resulting in a panic when using "show
    lockedvnods" while in DDB.
  
    Reviewed by:    jhb
    Reported by:    kris
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.89.2.1  +8 -2      src/sys/kern/kern_lock.c


More information about the cvs-all mailing list