NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/38355 CVS commit: src/sys



The following reply was made to PR kern/38355; it has been noted by GNATS.

From: Andrew Doran <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38355 CVS commit: src/sys
Date: Wed, 28 May 2008 13:35:32 +0000 (UTC)

 Module Name:   src
 Committed By:  ad
 Date:          Wed May 28 13:35:32 UTC 2008
 
 Modified Files:
        src/sys/kern: init_main.c vfs_lockf.c
        src/sys/sys: lockf.h
 
 Log Message:
 PR kern/38355 lockf deadlock detection is broken after vmlocking
 
 - Fix it; tested with Sun's libMicro.
 - Use pool_cache.
 - Use a global lock, so the deadlock detection code is safer.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.356 -r1.357 src/sys/kern/init_main.c
 cvs rdiff -r1.64 -r1.65 src/sys/kern/vfs_lockf.c
 cvs rdiff -r1.18 -r1.19 src/sys/sys/lockf.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index