NetBSD-Bugs archive

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

PR/55033 CVS commit: src/sys/arch/x86/x86



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

From: "Andrew Doran" <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55033 CVS commit: src/sys/arch/x86/x86
Date: Sat, 29 Feb 2020 20:17:11 +0000

 Module Name:	src
 Committed By:	ad
 Date:		Sat Feb 29 20:17:11 UTC 2020
 
 Modified Files:
 	src/sys/arch/x86/x86: pmap.c
 
 Log Message:
 PR kern/55033: kernel panics when starting X
 
 Remove the uvm_page_owner_locked_p() assertions in the x86 pmap.  The DRM
 code doesn't follow the locking protocol (it's OK though, since pages aren't
 changing identity) and having thought about it more we're most likely going
 to have to do full PV locking to make progress on concurrent fault handing,
 ergo assertions not so important.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.359 -r1.360 src/sys/arch/x86/x86/pmap.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