NetBSD-Bugs archive

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

PR/55207 CVS commit: src/sys/arch/xen/xen



The following reply was made to PR port-xen/55207; it has been noted by GNATS.

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55207 CVS commit: src/sys/arch/xen/xen
Date: Tue, 12 May 2020 09:54:02 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Tue May 12 09:54:02 UTC 2020
 
 Modified Files:
 	src/sys/arch/xen/xen: xbd_xenbus.c
 
 Log Message:
 move xen_intr_disestablish() call in xbd_xenbus_suspend() so it's executed
 without holding the xbd mutex, to avoid LOCKDEBUG assertion on suspend
 
 while here only disestablish the intr if it was established
 
 part of PR port-xen/55207
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.125 -r1.126 src/sys/arch/xen/xen/xbd_xenbus.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