NetBSD-Bugs archive

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

PR/47720 CVS commit: [netbsd-7] src/sys/arch/xen



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

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47720 CVS commit: [netbsd-7] src/sys/arch/xen
Date: Wed, 18 Mar 2015 04:42:11 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Wed Mar 18 04:42:11 UTC 2015
 
 Modified Files:
 	src/sys/arch/xen/include [netbsd-7]: evtchn.h
 	src/sys/arch/xen/xen [netbsd-7]: evtchn.c pci_intr_machdep.c
 
 Log Message:
 Pull up following revision(s) (requested by bouyer in ticket #618):
 	sys/arch/xen/include/evtchn.h: revision 1.23
 	sys/arch/xen/xen/evtchn.c: revision 1.71
 	sys/arch/xen/xen/pci_intr_machdep.c: revision 1.17
 Properly implemement pci_intr_disestablish(9), so that interrupt
 handlers stop being called when the device has been detached.
 Should fix PR port-xen/47720 (which turns out to not be related to raidframe).
 While there fix possible races in event_remove_handler() and pirq_establish().
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.22 -r1.22.12.1 src/sys/arch/xen/include/evtchn.h
 cvs rdiff -u -r1.70 -r1.70.4.1 src/sys/arch/xen/xen/evtchn.c
 cvs rdiff -u -r1.16 -r1.16.4.1 src/sys/arch/xen/xen/pci_intr_machdep.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