Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-04-07 Thread Xuquan (Quan Xu)
On April 05, 2017 7:58 AM, Chao Gao wrote: >2. let pt_update_irq() pass the periodic timer whose interrupt is to be >injected to vmx_intr_assit() which in turn can pass it to pt_intr_post(). >After >this, pt_intr_post() needn't search the periodic timer that matches the >interrupt has been

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-04-05 Thread Chao Gao
On Wed, Apr 05, 2017 at 01:48:22AM -0600, Jan Beulich wrote: On 05.04.17 at 01:57, wrote: >> On Wed, Mar 22, 2017 at 06:47:33AM -0600, Jan Beulich wrote: >> >> Hi, Jan. >> >> I plan to do the following changes: >> 1. get the vector set in vIRR to avoid getting a wrong

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-04-05 Thread Jan Beulich
>>> On 05.04.17 at 01:57, wrote: > On Wed, Mar 22, 2017 at 06:47:33AM -0600, Jan Beulich wrote: > On 22.03.17 at 05:53, wrote: >>> I have written a xtf test case (many codes are from hvmloader) to >>> trigger this assertion. The test case is in

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-04-05 Thread Chao Gao
On Wed, Mar 22, 2017 at 06:47:33AM -0600, Jan Beulich wrote: On 22.03.17 at 05:53, wrote: >> I have written a xtf test case (many codes are from hvmloader) to >> trigger this assertion. The test case is in attachments. > >Thanks for doing this. > >> Bottom is the output

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-28 Thread Chao Gao
On Wed, Mar 29, 2017 at 03:28:43AM +, Xuquan (Quan Xu) wrote: >On March 22, 2017 2:14 PM, Chao Gao wrote: >>On Wed, Mar 22, 2017 at 06:47:33AM -0600, Jan Beulich wrote: 3. We read RTE 3 times. 1st happens when we set vIRR. 2nd happens when pt_update_irq() returns. 3rd happens in

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-28 Thread Xuquan (Quan Xu)
On March 22, 2017 2:14 PM, Chao Gao wrote: >On Wed, Mar 22, 2017 at 06:47:33AM -0600, Jan Beulich wrote: >>> 3. We read RTE 3 times. 1st happens when we set vIRR. 2nd happens >>> when >>> pt_update_irq() returns. 3rd happens in pt_intr_post(). If guest >>> changes the vector in RTE during the

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-24 Thread Andrew Cooper
On 24/03/2017 08:17, Jan Beulich wrote: On 24.03.17 at 08:48, wrote: >>> From: Jan Beulich [mailto:jbeul...@suse.com] >>> Sent: Wednesday, March 22, 2017 8:48 PM >>> 3. We read RTE 3 times. 1st happens when we set vIRR. 2nd happens when pt_update_irq()

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-24 Thread Tian, Kevin
> From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: Friday, March 24, 2017 4:18 PM > > >>> On 24.03.17 at 08:48, wrote: > >> From: Jan Beulich [mailto:jbeul...@suse.com] > >> Sent: Wednesday, March 22, 2017 8:48 PM > >> > >> > 3. We read RTE 3 times. 1st happens when we

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-24 Thread Jan Beulich
>>> On 24.03.17 at 08:48, wrote: >> From: Jan Beulich [mailto:jbeul...@suse.com] >> Sent: Wednesday, March 22, 2017 8:48 PM >> >> > 3. We read RTE 3 times. 1st happens when we set vIRR. 2nd happens when >> > pt_update_irq() returns. 3rd happens in pt_intr_post(). If guest

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-24 Thread Tian, Kevin
> From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: Wednesday, March 22, 2017 8:48 PM > > > 3. We read RTE 3 times. 1st happens when we set vIRR. 2nd happens when > > pt_update_irq() returns. 3rd happens in pt_intr_post(). If guest > > changes the vector in RTE during the window, it will also

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-22 Thread Jan Beulich
>>> On 22.03.17 at 07:13, wrote: > On Wed, Mar 22, 2017 at 06:47:33AM -0600, Jan Beulich wrote: > On 22.03.17 at 05:53, wrote: >>> (d1) [ 1409.741660] --- Xen Test Framework --- >>> (d1) [ 1409.741869] Environment: HVM 32bit (No paging) >>> (d1) [

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-22 Thread Chao Gao
On Wed, Mar 22, 2017 at 06:47:33AM -0600, Jan Beulich wrote: On 22.03.17 at 05:53, wrote: >> I have written a xtf test case (many codes are from hvmloader) to >> trigger this assertion. The test case is in attachments. > >Thanks for doing this. > >> Bottom is the output

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-22 Thread Jan Beulich
>>> On 22.03.17 at 05:53, wrote: > I have written a xtf test case (many codes are from hvmloader) to > trigger this assertion. The test case is in attachments. Thanks for doing this. > Bottom is the output > of this test. This test initializes PIT channel0 to generate

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-22 Thread Chao Gao
On Tue, Mar 07, 2017 at 07:11:22AM -0700, Jan Beulich wrote: On 07.03.17 at 05:24, wrote: >> On Tue, Mar 07, 2017 at 02:16:50AM -0700, Jan Beulich wrote: >> On 07.03.17 at 06:52, wrote: flight 106504 xen-unstable real [real]

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-07 Thread Xuquan (Quan Xu)
On March 07, 2017 12:24 PM, Chao Gao wrote: >On Tue, Mar 07, 2017 at 02:16:50AM -0700, Jan Beulich wrote: > On 07.03.17 at 06:52, wrote: >>> flight 106504 xen-unstable real [real] >>> http://logs.test-lab.xenproject.org/osstest/logs/106504/ >>> >>> Regressions

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-07 Thread Jan Beulich
>>> On 07.03.17 at 05:24, wrote: > On Tue, Mar 07, 2017 at 02:16:50AM -0700, Jan Beulich wrote: > On 07.03.17 at 06:52, wrote: >>> flight 106504 xen-unstable real [real] >>> http://logs.test-lab.xenproject.org/osstest/logs/106504/ >>> >>>

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-07 Thread Chao Gao
On Tue, Mar 07, 2017 at 02:16:50AM -0700, Jan Beulich wrote: On 07.03.17 at 06:52, wrote: >> flight 106504 xen-unstable real [real] >> http://logs.test-lab.xenproject.org/osstest/logs/106504/ >> >> Regressions :-( >> >> Tests which did not succeed and are

Re: [Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-07 Thread Jan Beulich
>>> On 07.03.17 at 06:52, wrote: > flight 106504 xen-unstable real [real] > http://logs.test-lab.xenproject.org/osstest/logs/106504/ > > Regressions :-( > > Tests which did not succeed and are blocking, > including tests which could not be run: > [...] >

[Xen-devel] [xen-unstable test] 106504: regressions - FAIL

2017-03-06 Thread osstest service owner
flight 106504 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/106504/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-xtf-amd64-amd64-5 34 xtf/test-hvm32pae-swint-emulation fail REGR. vs. 106482