NetBSD-Bugs archive

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

PR/54880 CVS commit: src/sys/kern



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

From: "Andrew Doran" <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54880 CVS commit: src/sys/kern
Date: Mon, 20 Jan 2020 18:48:16 +0000

 Module Name:	src
 Committed By:	ad
 Date:		Mon Jan 20 18:48:16 UTC 2020
 
 Modified Files:
 	src/sys/kern: kern_rwlock.c
 
 Log Message:
 PR kern/54880: -current hangs in mountroot
 
 - Don't set the RW_NODEBUG flag on init, since assembly stubs can't handle it.
 - rw_downgrade(): fix a case where the RW_NODEBUG flag was lost.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.61 -r1.62 src/sys/kern/kern_rwlock.c
 
 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