[Xen-devel] [libvirt test] 31899: trouble: blocked/broken/fail/pass

2014-11-29 Thread xen . org
flight 31899 libvirt real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31899/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-pvops 3 host-install(3) broken REGR. vs. 31860 Test

[Xen-devel] [xen-unstable test] 31895: regressions - trouble: broken/fail/pass

2014-11-29 Thread xen . org
flight 31895 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31895/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rhel6hvm-intel 3 host-install(3) broken REGR. vs. 31853 test-amd64-i386-xl-q

Re: [Xen-devel] Q77 IGD instantly crashes on xen-pciback bind.

2014-11-29 Thread Pasi Kärkkäinen
On Fri, Nov 28, 2014 at 08:00:40PM -0600, Dr. Greg Wettstein wrote: > On Nov 27, 12:11pm, Sander Eikelenboom wrote: > } Subject: Re: [Xen-devel] Q77 IGD instantly crashes on xen-pciback bind. > > Hi, hope the week has gone well for everyone. > Hello, hopefully your weekend is going well. > > >

[Xen-devel] [xen-4.2-testing test] 31897: tolerable FAIL - PUSHED

2014-11-29 Thread xen . org
flight 31897 xen-4.2-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31897/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-amd64-xl-sedf 15 guest-localmigrate/x10 fail pass in 31881 test-amd64-amd64-libvirt 3

[Xen-devel] [xen-4.3-testing test] 31902: regressions - FAIL

2014-11-29 Thread xen . org
flight 31902 xen-4.3-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31902/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 31811 test-amd64-amd64-

[Xen-devel] [linux-linus bisection] complete test-amd64-i386-xl

2014-11-29 Thread xen . org
branch xen-unstable xen branch xen-unstable job test-amd64-i386-xl test guest-saverestore Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable

[Xen-devel] [xen-4.4-testing test] 31904: regressions - FAIL

2014-11-29 Thread xen . org
flight 31904 xen-4.4-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31904/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 31781 Tests which are f

[Xen-devel] [linux-next test] 31906: tolerable FAIL

2014-11-29 Thread xen . org
flight 31906 linux-next real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31906/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): test-amd64-i386-libvirt 5 xen-bootfail baseline untested test-amd64-i386-xl5

[Xen-devel] [qemu-mainline test] 31916: regressions - FAIL

2014-11-29 Thread xen . org
flight 31916 qemu-mainline real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31916/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-libvirt 4 xen-install fail REGR. vs. 31855 test-armhf-armhf-xl

[Xen-devel] [PATCH 0/2] Credit2: introduce per-vcpu hard and soft affinity

2014-11-29 Thread Justin T. Weaver
Hello, The credit2 scheduler currently ignores per-vcpu hard and soft affinity masks. The first patch updates the scheduler to ensure that vcpus only run on pcpus on which they are allowed to run (hard affinity). The second patch updates the scheduler to make more informed run queue assignment d

[Xen-devel] [PATCH 2/2] sched: credit2: consider per-vcpu soft affinity

2014-11-29 Thread Justin T. Weaver
when deciding which run queue to assign each vcpu to. There are two main changes in functionality that this patch introduces. First, in function runq_tickle, it tries to find idle pcpus in other run queues that the vcpu would prefer to run on (soft affinity) or can run on (hard affinity), in that

[Xen-devel] [PATCH 1/2] sched: credit2: respect per-vcpu hard affinity

2014-11-29 Thread Justin T. Weaver
by making sure that vcpus only run on the pcpu(s) they are allowed to run on based on their hard affinity cpu masks. Signed-off-by: Justin T. Weaver --- xen/common/sched_credit2.c | 199 +--- 1 file changed, 171 insertions(+), 28 deletions(-) diff --git

[Xen-devel] [linux-3.10 test] 31922: regressions - FAIL

2014-11-29 Thread xen . org
flight 31922 linux-3.10 real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31922/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemut-winxpsp3 7 windows-install fail REGR. vs. 26303 Tests which are failin

Re: [Xen-devel] [PATCH] xen-netfront: Remove BUGs on paged skb data which crosses a page boundary

2014-11-29 Thread David Miller
From: Seth Forshee Date: Wed, 26 Nov 2014 21:53:50 -0600 > On Wed, Nov 26, 2014 at 12:28:12PM -0500, David Miller wrote: >> From: Seth Forshee >> Date: Tue, 25 Nov 2014 20:28:24 -0600 >> >> > These BUGs can be erroneously triggered by frags which refer to >> > tail pages within a compound page.

[Xen-devel] [libvirt test] 31928: tolerable FAIL - PUSHED

2014-11-29 Thread xen . org
flight 31928 libvirt real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31928/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt 9 guest-start fail never pass test-amd64-i386-libvirt 9 guest-start