[Xen-devel] [distros-debian-stretch test] 66608: tolerable trouble: blocked/broken

2016-07-16 Thread Platform Team regression test user
flight 66608 distros-debian-stretch real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/66608/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): build-armhf-pvops 3 host-install(3) broken like 66552 build-armhf

[Xen-devel] [linux-3.18 test] 97377: regressions - FAIL

2016-07-16 Thread osstest service owner
flight 97377 linux-3.18 real [real] http://logs.test-lab.xenproject.org/osstest/logs/97377/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-credit2 6 xen-boot fail REGR. vs. 96188 test-amd64-i386-freebs

[Xen-devel] [qemu-mainline test] 97396: regressions - trouble: broken/fail/pass

2016-07-16 Thread osstest service owner
flight 97396 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/97396/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 3 host-install(3) broken REGR. vs. 96791 test-amd64-amd64-li

[Xen-devel] [linux-4.1 test] 97394: regressions - FAIL

2016-07-16 Thread osstest service owner
flight 97394 linux-4.1 real [real] http://logs.test-lab.xenproject.org/osstest/logs/97394/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 9 debian-hvm-install fail REGR. vs. 96211 test-amd64-i386-xl-qemu

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

2016-07-16 Thread osstest service owner
flight 97416 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/97416/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt-xsm 12 migrate-support-checkfail never pass test-amd64-amd64-libvirt 12 migrate-sup

Re: [Xen-devel] [PATCH 3/3] xen: Remove buggy initial placement algorithm

2016-07-16 Thread Dario Faggioli
On Fri, 2016-07-15 at 19:02 +0100, George Dunlap wrote: > The initial placement algorithm sometimes picks cpus outside of the > mask it's given, does a lot of unnecessary bitmasking, does its own > separate load calculation, and completely ignores vcpu hard and soft > affinities.   > Not to mention

Re: [Xen-devel] [PATCH 2/3] xen: Have schedulers revise initial placement

2016-07-16 Thread Dario Faggioli
On Fri, 2016-07-15 at 19:07 +0100, Andrew Cooper wrote: > On 15/07/16 19:02, George Dunlap wrote: > > > > diff --git a/xen/common/sched_credit2.c > > b/xen/common/sched_credit2.c > > index 3b9aa27..5a04985 100644 > > --- a/xen/common/sched_credit2.c > > +++ b/xen/common/sched_credit2.c > > @@ -162

[Xen-devel] [linux-3.18 bisection] complete test-amd64-amd64-xl-credit2

2016-07-16 Thread osstest service owner
branch xen-unstable xenbranch xen-unstable job test-amd64-amd64-xl-credit2 testid xen-boot Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.g

Re: [Xen-devel] [PATCH 12/18] arm/altp2m: Cosmetic fixes - function prototypes.

2016-07-16 Thread Sergej Proskurin
Hi Julien, On 07/15/2016 03:45 PM, Julien Grall wrote: > Hi Sergej, > > On 04/07/16 12:45, Sergej Proskurin wrote: >> This commit changes the prototype of the following functions: >> - apply_p2m_changes >> - apply_one_level >> - p2m_shatter_page >> - p2m_create_table >> - __p2m_lookup >> - __p2m

Re: [Xen-devel] [PATCH 1/3] xen: Some code motion to avoid having to do forward-declaration

2016-07-16 Thread Meng Xu
On Fri, Jul 15, 2016 at 2:02 PM, George Dunlap wrote: > For sched_credit2, move the vcpu insert / remove / free functions near the > domain > insert / remove / alloc / free functions (and after cpu_pick). > > For sched_rt, move rt_cpu_pick() further up. > > This is pure code motion; no functional

[Xen-devel] [xen-unstable test] 97410: tolerable FAIL - PUSHED

2016-07-16 Thread osstest service owner
flight 97410 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/97410/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): test-amd64-amd64-xl-rtds 6 xen-boot fail REGR. vs. 97275 build-amd64-rumpuserxen

[Xen-devel] [ovmf test] 97415: regressions - FAIL

2016-07-16 Thread osstest service owner
flight 97415 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/97415/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail REGR. vs. 94748 test-amd64-amd64-

[Xen-devel] [PATCH 0/3] xen-scsiback: Fine-tuning for scsiback_device_action()

2016-07-16 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 16 Jul 2016 22:06:54 +0200 Further update suggestions were taken into account after a patch was applied from static source code analysis. Markus Elfring (3): Delete an unnecessary check before the function call "kfree" One function call less in scsiback_device

[Xen-devel] [PATCH 1/3] xen-scsiback: Delete an unnecessary check before the function call "kfree"

2016-07-16 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 16 Jul 2016 21:21:05 +0200 The kfree() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/xen

[Xen-devel] [PATCH 2/3] xen-scsiback: One function call less in scsiback_device_action() after error detection

2016-07-16 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 16 Jul 2016 21:42:42 +0200 The kfree() function was called in one case by the scsiback_device_action() function during error handling even if the passed variable "tmr" contained a null pointer. Adjust jump targets according to the Linux coding style convention. S

[Xen-devel] [PATCH 3/3] xen-scsiback: Pass a failure indication as a constant

2016-07-16 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 16 Jul 2016 21:55:01 +0200 Pass the constant "FAILED" in a function call directly instead of using an intialisation for a local variable. Signed-off-by: Markus Elfring --- drivers/xen/xen-scsiback.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

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

2016-07-16 Thread osstest service owner
flight 97429 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/97429/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-libvirt-xsm 11 guest-start fail REGR. vs. 96791 test-amd64-amd64-li

[Xen-devel] [ovmf test] 97452: regressions - FAIL

2016-07-16 Thread osstest service owner
flight 97452 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/97452/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail REGR. vs. 94748 test-amd64-amd64-

[Xen-devel] [xen-unstable baseline-only test] 66611: regressions - FAIL

2016-07-16 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 66611 xen-unstable real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/66611/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemut-winxpsp3 20 leak-chec

[Xen-devel] [linux-3.18 test] 97426: regressions - FAIL

2016-07-16 Thread osstest service owner
flight 97426 linux-3.18 real [real] http://logs.test-lab.xenproject.org/osstest/logs/97426/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-credit2 6 xen-boot fail REGR. vs. 96188 test-amd64-i386-xl-qem