[xen-4.13-testing test] 164518: regressions - FAIL

2021-08-28 Thread osstest service owner
flight 164518 xen-4.13-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/164518/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-dom0pvh-xl-amd 8 xen-boot fail REGR. vs. 163761

[xen-4.15-testing test] 164511: regressions - FAIL

2021-08-28 Thread osstest service owner
flight 164511 xen-4.15-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/164511/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-dom0pvh-xl-amd 8 xen-boot fail REGR. vs. 163759

Re: [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks

2021-08-28 Thread Peter Zijlstra
On Fri, Aug 27, 2021 at 05:35:45PM -0700, Sean Christopherson wrote: > Like Xu (2): > perf/core: Rework guest callbacks to prepare for static_call support > perf/core: Use static_call to optimize perf_guest_info_callbacks > > Sean Christopherson (11): > perf: Ensure perf_guest_cbs aren't

Re: [PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks

2021-08-28 Thread Peter Zijlstra
On Fri, Aug 27, 2021 at 05:35:50PM -0700, Sean Christopherson wrote: > diff --git a/init/Kconfig b/init/Kconfig > index 55f9f7738ebb..9ef51ae53977 100644 > --- a/init/Kconfig > +++ b/init/Kconfig > @@ -1776,6 +1776,9 @@ config HAVE_PERF_EVENTS > help > See tools/perf/design.txt for

Re: [PATCH v2 01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref

2021-08-28 Thread Peter Zijlstra
On Fri, Aug 27, 2021 at 05:35:46PM -0700, Sean Christopherson wrote: > diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h > index 2d510ad750ed..6b0405e578c1 100644 > --- a/include/linux/perf_event.h > +++ b/include/linux/perf_event.h > @@ -1237,6 +1237,14 @@ extern void

[ovmf test] 164513: all pass - PUSHED

2021-08-28 Thread osstest service owner
flight 164513 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/164513/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 82f7e315d612399f65a3bedd3b2c0364b43b6929 baseline version: ovmf

[xen-4.14-testing test] 164507: regressions - FAIL

2021-08-28 Thread osstest service owner
flight 164507 xen-4.14-testing real [real] flight 164544 xen-4.14-testing real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/164507/ http://logs.test-lab.xenproject.org/osstest/logs/164544/ Regressions :-( Tests which did not succeed and are blocking, including tests which could

RE: [XEN RFC PATCH 38/40] xen/arm: enable device tree based NUMA in system init

2021-08-28 Thread Wei Chen
Hi Julien, > -Original Message- > From: Julien Grall > Sent: 2021年8月28日 18:45 > To: Wei Chen ; xen-devel@lists.xenproject.org; > sstabell...@kernel.org > Cc: Bertrand Marquis > Subject: Re: [XEN RFC PATCH 38/40] xen/arm: enable device tree based NUMA > in system init > > > > On

RE: [XEN RFC PATCH 23/40] xen/arm: introduce a helper to parse device tree memory node

2021-08-28 Thread Wei Chen
Hi Julien, > -Original Message- > From: Julien Grall > Sent: 2021年8月28日 18:34 > To: Wei Chen ; Stefano Stabellini > > Cc: xen-devel@lists.xenproject.org; Bertrand Marquis > ; Jan Beulich > Subject: Re: [XEN RFC PATCH 23/40] xen/arm: introduce a helper to parse > device tree memory node

[libvirt test] 164514: regressions - FAIL

2021-08-28 Thread osstest service owner
flight 164514 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/164514/ 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

Re: [XEN RFC PATCH 38/40] xen/arm: enable device tree based NUMA in system init

2021-08-28 Thread Julien Grall
On 28/08/2021 04:17, Wei Chen wrote: Hi Julien, Hi Wei, -Original Message- From: Julien Grall Sent: 2021年8月27日 22:33 To: Wei Chen ; xen-devel@lists.xenproject.org; sstabell...@kernel.org; jbeul...@suse.com Cc: Bertrand Marquis Subject: Re: [XEN RFC PATCH 38/40] xen/arm: enable

Re: [XEN RFC PATCH 23/40] xen/arm: introduce a helper to parse device tree memory node

2021-08-28 Thread Julien Grall
Hi Wei, On 28/08/2021 04:56, Wei Chen wrote: -Original Message- From: Stefano Stabellini Sent: 2021年8月28日 9:06 To: Wei Chen Cc: xen-devel@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org; jbeul...@suse.com; Bertrand Marquis Subject: Re: [XEN RFC PATCH 23/40] xen/arm:

[xen-4.11-testing test] 164503: regressions - FAIL

2021-08-28 Thread osstest service owner
flight 164503 xen-4.11-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/164503/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemuu-ovmf-amd64 12 debian-hvm-install fail REGR. vs. 162548

[PATCH] libs/light: fix tv_sec fprintf format

2021-08-28 Thread Fabrice Fontaine
Don't assume tv_sec is a unsigned long, it is 64 bits on NetBSD 32 bits. Use %jd and cast to (intmax_t) instead Signed-off-by: Fabrice Fontaine --- tools/libs/light/libxl_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libs/light/libxl_domain.c

[linux-5.4 test] 164501: tolerable FAIL - PUSHED

2021-08-28 Thread osstest service owner
flight 164501 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/164501/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-win7-amd64 19 guest-stopfail like 164312 test-amd64-i386-xl-qemut-win7-amd64 19