[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] stubdom migration failure on merlot* XSM related (Was: [adhoc test] 65682: tolerable FAIL])
On Mon, 2015-12-14 at 10:14 +0000, Ian Campbell wrote: >Â > I've running a test with the following patch. I'm reasonably hopeful. and it did indeed pass: http://logs.test-lab.xenproject.org/osstest/logs/66273/ I'll resubmit as a proper patch. Ian. > > Ian. > > From 3f14c5afedc0df360952364b93c2f04de00f00c4 Mon Sep 17 00:00:00 2001 > From: Ian Campbell <ian.campbell@xxxxxxxxxx> > Date: Mon, 14 Dec 2015 08:22:41 +0000 > Subject: [PATCH] flask: Allow device model to raise PCI interrupts > (pcilevel > Âcapability) > > Allows: > > (XEN) avc:ÂÂdeniedÂÂ{ pcilevel } for domid=2 target=1 > scontext=system_u:system_r:dm_dom_t > tcontext=system_u:system_r:domU_t_target tclass=hvm > > Which otherwise leads to the following on resume after migrate (comparing > non-XSM to XSM): > > Âata2.00: configured for MWDMA2 > Âusb 1-2: reset full-speed USB device number 2 using uhci_hcd > +PM: restore of devices complete after 3779.268 msecs > Âusb 1-2: USB disconnect, device number 2 > -PM: restore of devices complete after 2342.528 msecs > Âusb 1-2: new full-speed USB device number 3 using uhci_hcd > Âusb 1-2: New USB device found, idVendor=0627, idProduct=0001 > Âusb 1-2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 > Âusb 1-2: Product: QEMU USB Tablet > Âusb 1-2: Manufacturer: QEMU 0.10.2 > Âusb 1-2: SerialNumber: 1 > Âinput: QEMU 0.10.2 QEMU USB Tablet as > /devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2:1.0/input/input8 > Âgeneric-usb 0003:0627:0001.0002: input,hidraw0: USB HID v0.01 Pointer > [QEMU 0.10.2 QEMU USB Tablet] on usb-0000:00:01.2-2/input0 > ÂRestarting tasks ... done. > ÂSetting capacity to 20480000 > ÂSetting capacity to 20480000 > +uhci_hcd 0000:00:01.2: Unlink after no-IRQ?ÂÂController is probably > using the wrong IRQ. > > And a glitch in the domU which is sufficient to disrupt the post > migration > checks done by osstest. > > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > Cc: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> > --- > Âtools/flask/policy/policy/modules/xen/xen.if | 2 +- > Â1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/flask/policy/policy/modules/xen/xen.if > b/tools/flask/policy/policy/modules/xen/xen.if > index 32dd7b3..00d1bbb 100644 > --- a/tools/flask/policy/policy/modules/xen/xen.if > +++ b/tools/flask/policy/policy/modules/xen/xen.if > @@ -150,7 +150,7 @@ define(`device_model', ` > Â > Â allow $1 $2_target:domain shutdown; > Â allow $1 $2_target:mmu { map_read map_write adjust physmap > target_hack }; > - allow $1 $2_target:hvm { getparam setparam trackdirtyvram hvmctl > irqlevel pciroute cacheattr send_irq }; > + allow $1 $2_target:hvm { getparam setparam trackdirtyvram hvmctl > irqlevel pciroute pcilevel cacheattr send_irq }; > Â') > Â > Â# make_device_model(priv, dm_dom, hvm_dom) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |