[libvirt test] 158597: regressions - FAIL

2021-01-24 Thread osstest service owner
flight 158597 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/158597/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-libvirt 6 libvirt-buildfail REGR. vs. 151777 build-amd64-libvirt

[xen-unstable-coverity test] 158599: all pass - PUSHED

2021-01-24 Thread osstest service owner
flight 158599 xen-unstable-coverity real [real] http://logs.test-lab.xenproject.org/osstest/logs/158599/ Perfect :-) All tests in this flight passed as required version targeted for testing: xen 452ddbe3592b141b05a7e0676f09c8ae07f98fdd baseline version: xen 3487

[xen-unstable test] 158591: tolerable FAIL - PUSHED

2021-01-24 Thread osstest service owner
flight 158591 xen-unstable real [real] flight 158598 xen-unstable real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/158591/ http://logs.test-lab.xenproject.org/osstest/logs/158598/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd6

[linux-5.4 test] 158593: regressions - FAIL

2021-01-24 Thread osstest service owner
flight 158593 linux-5.4 real [real] flight 158602 linux-5.4 real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/158593/ http://logs.test-lab.xenproject.org/osstest/logs/158602/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: t

Re: [PATCH AUTOSEL 5.10 26/45] x86/xen: Fix xen_hvm_smp_init() when vector callback not available

2021-01-24 Thread Sasha Levin
On Tue, Jan 19, 2021 at 08:35:04PM -0500, Boris Ostrovsky wrote: On 1/19/21 8:25 PM, Sasha Levin wrote: From: David Woodhouse [ Upstream commit 3d7746bea92530e8695258a3cf3ddec7a135edd6 ] Sasha, you will also want https://lore.kernel.org/lkml/20210115191123.27572-1-rdun...@infradead.org/,

[linux-linus test] 158594: regressions - FAIL

2021-01-24 Thread osstest service owner
flight 158594 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/158594/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-qemut-rhel6hvm-intel 7 xen-install fail REGR. vs. 152332 test-amd64-i386-xl-

RE: [PATCH v4 07/15] x86/paravirt: switch time pvops functions to use static_call()

2021-01-24 Thread Michael Kelley
From: Juergen Gross Sent: Wednesday, January 20, 2021 5:56 AM > > The time pvops functions are the only ones left which might be > used in 32-bit mode and which return a 64-bit value. > > Switch them to use the static_call() mechanism instead of pvops, as > this allows quite some simplification

Re: Question about xen and Rasp 4B

2021-01-24 Thread Jukka Kaartinen
On Sat, Jan 23, 2021 at 6:48 PM Julien Grall wrote: > On Sat, 23 Jan 2021 at 00:27, Stefano Stabellini > wrote: > > > > + xen-devel, Roman, > > > > > > On Fri, 22 Jan 2021, Jukka Kaartinen wrote: > > > Hi Stefano, > > > I'm Jukka Kaartinen a SW developer working on enabling hypervisors on > mobi

[qemu-mainline test] 158596: regressions - FAIL

2021-01-24 Thread osstest service owner
flight 158596 qemu-mainline real [real] flight 158605 qemu-mainline real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/158596/ http://logs.test-lab.xenproject.org/osstest/logs/158605/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be

[PATCH] x86/pod: Do not fragment PoD memory allocations

2021-01-24 Thread Elliott Mitchell
Previously p2m_pod_set_cache_target() would fall back to allocating 4KB pages if 2MB pages ran out. This is counterproductive since it suggests severe memory pressure and is likely a precursor to a memory exhaustion panic. As such don't try to fill requests for 2MB pages from 4KB pages if 2MB pag

[xen-unstable test] 158601: tolerable FAIL

2021-01-24 Thread osstest service owner
flight 158601 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/158601/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-ws16-amd64 19 guest-stopfail like 158591 test-amd64-amd64-xl-qemuu-win7-amd64

[linux-5.4 test] 158603: regressions - FAIL

2021-01-24 Thread osstest service owner
flight 158603 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/158603/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-dom0pvh-xl-intel 8 xen-bootfail REGR. vs. 158387 Tests which are faili

Re: [RFC PATCH v3 2/6] swiotlb: Add restricted DMA pool

2021-01-24 Thread Jon Masters
On 1/7/21 1:09 PM, Florian Fainelli wrote: On 1/7/21 9:57 AM, Konrad Rzeszutek Wilk wrote: On Fri, Jan 08, 2021 at 01:39:18AM +0800, Claire Chang wrote: Hi Greg and Konrad, This change is intended to be non-arch specific. Any arch that lacks DMA access control and has devices not behind an IOM

[linux-linus test] 158604: regressions - FAIL

2021-01-24 Thread osstest service owner
flight 158604 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/158604/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-qemut-rhel6hvm-intel 7 xen-install fail REGR. vs. 152332 test-amd64-i386-xl-

[PATCH] tools/xenstore: fix use after free bug in xenstore_control

2021-01-24 Thread Juergen Gross
There is a very unlikely use after free bug and a memory leak in live_update_start() of xenstore_control. Fix those. Coverity-Id: 1472399 Fixes: 7f97193e6aa858 ("tools/xenstore: add live update command to xenstore-control") Signed-off-by: Juergen Gross --- tools/xenstore/xenstore_control.c | 5

[libvirt test] 158610: regressions - FAIL

2021-01-24 Thread osstest service owner
flight 158610 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/158610/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-libvirt 6 libvirt-buildfail REGR. vs. 151777 build-amd64-libvirt