[Xen-devel] [xen-unstable-coverity test] 122308: all pass - PUSHED

2018-04-15 Thread osstest service owner
flight 122308 xen-unstable-coverity real [real] http://logs.test-lab.xenproject.org/osstest/logs/122308/ Perfect :-) All tests in this flight passed as required version targeted for testing: xen 16fb4b5a9a79f95df17f10ba62e9f44d21cf89b5 baseline version: xen

[Xen-devel] [linux-4.9 test] 122289: tolerable FAIL - PUSHED

2018-04-15 Thread osstest service owner
flight 122289 linux-4.9 real [real] http://logs.test-lab.xenproject.org/osstest/logs/122289/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-amd64-xl-qemuu-debianhvm-amd64-shadow 16 guest-localmigrate/x10 fail in 122272 pass in 122289

[Xen-devel] [ovmf test] 122292: all pass - PUSHED

2018-04-15 Thread osstest service owner
flight 122292 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/122292/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf e7df35b2bc53aecaca0792398f5d0ad163e50abb baseline version: ovmf

[Xen-devel] [linux-3.18 baseline-only test] 74619: trouble: blocked/broken/pass

2018-04-15 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 74619 linux-3.18 real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/74619/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64

Re: [Xen-devel] [PATCH] x86/xen: init %gs very early to avoid page faults with stack protector

2018-04-15 Thread Daniel Reichelt
Hi, the patch v2 solved the issue for me only on amd64, i386 guests keep crashing with linux 4.15, 4.14 works fine. XEN host: - xen 4.8.3 - Debian stretch (tried with linux packages 4.14.0-0.bpo.3-amd64 and linux-image-4.15.0-0.bpo.2-amd64 - grub-pc package from buster (2.02+dfsg1-4) XEN

[Xen-devel] [libvirt test] 122300: tolerable all pass - PUSHED

2018-04-15 Thread osstest service owner
flight 122300 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/122300/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt 14 saverestore-support-checkfail like 14 test-armhf-armhf-libvirt-xsm 14

[Xen-devel] [ovmf baseline-only test] 74621: tolerable FAIL

2018-04-15 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 74621 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/74621/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-ovmf-amd64 21 leak-check/check fail baseline

[Xen-devel] [ovmf test] 122311: all pass - PUSHED

2018-04-15 Thread osstest service owner
flight 122311 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/122311/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf b85b20fba42e25ff658ed1a470250d530c189027 baseline version: ovmf

[Xen-devel] [PATCH] xen: Change return type to vm_fault_t

2018-04-15 Thread Souptick Joarder
Use new return type vm_fault_t for fault handler in struct vm_operations_struct. Signed-off-by: Souptick Joarder Reviewed-by: Matthew Wilcox --- drivers/xen/privcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2018-04-15 Thread osstest service owner
flight 122294 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/122294/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-armhf-armhf-xl-credit2 16 guest-start/debian.repeat fail in 122280 pass in 122294 test-amd64-i386-xl-raw

[Xen-devel] [ovmf baseline-only test] 74623: all pass

2018-04-15 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 74623 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/74623/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf b85b20fba42e25ff658ed1a470250d530c189027 baseline

Re: [Xen-devel] [PATCH 0/3] x86: S3 resume adjustments

2018-04-15 Thread Andrew Cooper
On 15/04/18 16:52, Simon Gaiser wrote: > Andrew Cooper: >> On 14/04/18 06:49, Simon Gaiser wrote: >>> Jan Beulich: 1: correct ordering of operations during S3 resume 2: suppress BTI mitigations around S3 suspend/resume 3: check feature flags after resume Signed-off-by: Jan

Re: [Xen-devel] [PATCH 0/3] x86: S3 resume adjustments

2018-04-15 Thread Andrew Cooper
On 14/04/18 06:49, Simon Gaiser wrote: > Jan Beulich: >> 1: correct ordering of operations during S3 resume >> 2: suppress BTI mitigations around S3 suspend/resume >> 3: check feature flags after resume >> >> Signed-off-by: Jan Beulich >> >> Simon, could you give this a try

Re: [Xen-devel] [PATCH 0/3] x86: S3 resume adjustments

2018-04-15 Thread Simon Gaiser
Andrew Cooper: > On 14/04/18 06:49, Simon Gaiser wrote: >> Jan Beulich: >>> 1: correct ordering of operations during S3 resume >>> 2: suppress BTI mitigations around S3 suspend/resume >>> 3: check feature flags after resume >>> >>> Signed-off-by: Jan Beulich >>> >>> Simon,

Re: [Xen-devel] [PATCH 0/3] x86: S3 resume adjustments

2018-04-15 Thread Simon Gaiser
Andrew Cooper: > On 15/04/18 16:52, Simon Gaiser wrote: >> Andrew Cooper: >>> On 14/04/18 06:49, Simon Gaiser wrote: Jan Beulich: > 1: correct ordering of operations during S3 resume > 2: suppress BTI mitigations around S3 suspend/resume > 3: check feature flags after resume >

[Xen-devel] [linux-linus test] 122301: regressions - FAIL

2018-04-15 Thread osstest service owner
flight 122301 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/122301/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-xl 7 xen-boot fail REGR. vs. 118324

[Xen-devel] [PATCH v3 11/41] hw/xen: Use the BYTE-based definitions

2018-04-15 Thread Philippe Mathieu-Daudé
It eases code review, unit is explicit. Patch generated using: $ git grep -E '(1024|2048|4096|8192|(<<|>>).?(10|20|30))' hw/ include/hw/ and modified manually. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alan Robinson ---

[Xen-devel] [PATCH v3 14/41] hw/display: Use the BYTE-based definitions

2018-04-15 Thread Philippe Mathieu-Daudé
It eases code review, unit is explicit. Patch generated using: $ git grep -E '(1024|2048|4096|8192|(<<|>>).?(10|20|30))' hw/ include/hw/ and modified manually. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Gerd Hoffmann ---

[Xen-devel] [xen-unstable baseline-only test] 74622: trouble: blocked/broken/fail/pass

2018-04-15 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 74622 xen-unstable real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/74622/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64

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

2018-04-15 Thread osstest service owner
flight 122315 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/122315/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemut-win7-amd64 broken Tests which

Re: [Xen-devel] [PATCH] x86/xen: init %gs very early to avoid page faults with stack protector

2018-04-15 Thread Juergen Gross
On 14/04/18 07:55, Daniel Reichelt wrote: > Hi, > > the patch v2 solved the issue for me only on amd64, i386 guests keep crashing > with linux 4.15, 4.14 works fine. Upstream commit 36104cb9012a82e73c32a3b709257766b16bcd1d fixed that. It needs to be added to stable as well. Juergen