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: Wed, 13 May 2020 16:17:46 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Wed May 13 16:17:46 UTC 2020
 
 Modified Files:
 	src/sys/arch/xen/xen: xbd_xenbus.c
 
 Log Message:
 move the xen_intr_disestablish() to resume - having it in suspend
 seems to cause panic in later phases of suspend
 
 don't try to revoke grants in resume, they are all gone
 
 add some diagnostic code in suspend to make sure the request lists are ready
 for resume
 
 part of PR port-xen/55207
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.126 -r1.127 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