[Xen-devel] [GIT PULL] xen: one further fix for v5.1-rc1

2019-03-17 Thread Juergen Gross
Linus, Please git pull the following tag: git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.1b-rc1b-tag xen: one further fix for v5.1-rc1 It contains a fix for Xen introduced by David's series for excluding ballooned pages in vmcores. Thanks. Juergen drivers/xen/balloo

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

2019-03-17 Thread osstest service owner
flight 133848 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/133848/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf c49f298d28cb90c332f8d495a6dfb355bc4014f0 baseline version: ovmf d868846a4ecc1f3ec28f6

[Xen-devel] [PATCH V2 02/10] block: avoid to break XEN by multi-page bvec

2019-03-17 Thread Ming Lei
XEN has special page merge requirement, see xen_biovec_phys_mergeable(). We can't merge pages into one bvec simply for XEN. So move XEN's specific check on page merge into __bio_try_merge_page(), then abvoid to break XEN by multi-page bvec. Cc: ris Ostrovsky Cc: Juergen Gross Cc: xen-devel@list

[Xen-devel] [PATCH V2 01/10] block: pass page to xen_biovec_phys_mergeable

2019-03-17 Thread Ming Lei
xen_biovec_phys_mergeable() only needs .bv_page of the 2nd bio bvec for checking if the two bvecs can be merged, so pass page to xen_biovec_phys_mergeable() directly. No function change. Cc: ris Ostrovsky Cc: Juergen Gross Cc: xen-devel@lists.xenproject.org Cc: Omar Sandoval Cc: Christoph Hell

[Xen-devel] [PATCH V2 00/10] block: enable multi-page bvec for passthrough IO

2019-03-17 Thread Ming Lei
Hi, Now the whole IO stack is capable of handling multi-page bvec, and it has been enabled in the normal FS IO path. However, it isn't done for passthrough IO. Without enabling multi-bvec for passthough IO, we won't go ahead for optimizing related IO paths, such as bvec merging, bio_add_pc_page s

[Xen-devel] [seabios baseline-only test] 83738: trouble: blocked/broken

2019-03-17 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 83738 seabios real [real] http://osstest.xensource.com/osstest/logs/83738/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-xsm

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

2019-03-17 Thread osstest service owner
flight 133846 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/133846/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt 14 saverestore-support-checkfail like 133672 test-armhf-armhf-libvirt-raw 13 saveresto

[Xen-devel] [xen-unstable-coverity test] 133875: regressions - ALL FAIL

2019-03-17 Thread osstest service owner
flight 133875 xen-unstable-coverity real [real] http://logs.test-lab.xenproject.org/osstest/logs/133875/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: coverity-amd647 coverity-upload fail REGR. vs. 133615 version t

[Xen-devel] [qemu-mainline baseline-only test] 83737: trouble: blocked/broken

2019-03-17 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 83737 qemu-mainline real [real] http://osstest.xensource.com/osstest/logs/83737/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64

[Xen-devel] [xen-4.8-testing test] 133847: regressions - FAIL

2019-03-17 Thread osstest service owner
flight 133847 xen-4.8-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/133847/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-arndale broken in 133794 test-amd64-amd64-libvirt-pa

Re: [Xen-devel] [PATCH v1 1/2] xen/arm: Add Amlogic Meson SoCs earlyprintk support

2019-03-17 Thread André Przywara
On 26/01/2019 08:53, Amit Singh Tomar wrote: > Signed-off-by: Amit Singh Tomar > --- > TODO: > * Capture XEN boot info on WIKI(just forgot my > XEN Wiki credentials). > > Changes since RFC: > > * Replaced LDRH with LDR, with this there > is no scattered outpu

Re: [Xen-devel] [PATCH v1 2/2] xen/arm: Add MESON UART driver for Amlogic Meson SoCs

2019-03-17 Thread André Przywara
On 26/01/2019 08:53, Amit Singh Tomar wrote: > This patch adds driver for UART controller present on Amlogic Meson > SoCs and it has been tested on Nanopi K2 board based on S905 SoC. > > Controller registers defination is taken from Linux 4.20. > > Signed-off-by: Amit Singh Tomar > --- > Changes

Re: [Xen-devel] [GIT PULL] xen: one further fix for v5.1-rc1

2019-03-17 Thread pr-tracker-bot
The pull request you sent on Sun, 17 Mar 2019 08:45:26 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git > for-linus-5.1b-rc1b-tag has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/c5b5138cdb2f833a22cfa36c95d6ee41e98a0a34 Thank you! -- Deet-doot-dot,

[Xen-devel] [xen-4.9-testing test] 133850: regressions - FAIL

2019-03-17 Thread osstest service owner
flight 133850 xen-4.9-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/133850/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-libvirt-pair 22 guest-migrate/src_host/dst_host fail REGR. vs. 132889 test-am

[Xen-devel] [ovmf baseline-only test] 83739: trouble: blocked/broken

2019-03-17 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 83739 ovmf real [real] http://osstest.xensource.com/osstest/logs/83739/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-xsm

[Xen-devel] [PATCH v4 2/2] x86/hvm: finish IOREQs correctly on completion path

2019-03-17 Thread Igor Druzhinin
Since the introduction of linear_{read,write}() helpers in 3bdec530a5 (x86/HVM: split page straddling emulated accesses in more cases) the completion path for IOREQs has been broken: if there is an IOREQ in progress but hvm_copy_{to,from}_guest_linear() returns HVMTRANS_okay (e.g. when P2M type of

[Xen-devel] [PATCH v4 1/2] x86/hvm: split all linear reads and writes at page boundary

2019-03-17 Thread Igor Druzhinin
Ruling out page straddling at linear level makes it easier to distinguish chunks that require proper handling as MMIO access and not complete them as page straddling memory transactions prematurely. This doesn't change the general behavior. Reviewed-by: Paul Durrant Reviewed-by: Jan Beulich Sign

[Xen-devel] [linux-4.14 test] 133855: tolerable FAIL - PUSHED

2019-03-17 Thread osstest service owner
flight 133855 linux-4.14 real [real] http://logs.test-lab.xenproject.org/osstest/logs/133855/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt-xsm 13 migrate-support-checkfail never pass test-amd64-i386-xl-pvshim12 guest-

[Xen-devel] [ovmf baseline-only test] 83741: trouble: blocked/broken

2019-03-17 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 83741 ovmf real [real] http://osstest.xensource.com/osstest/logs/83741/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-xsm

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

2019-03-17 Thread osstest service owner
flight 133856 linux-3.18 real [real] http://logs.test-lab.xenproject.org/osstest/logs/133856/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-examine 8 reboot fail REGR. vs. 128858 test-amd64-i386-xl-r

[Xen-devel] Xen ARM Fault recovery for automotive use case

2019-03-17 Thread ramblech
Hello,I'm researching xen for automotive use case and I see a presentation called:"Design and Implementation of Automotive Virtualization Based on Xen - Sung-Min Lee, Samsung Electronics" on Xen Developer and Design Summit 2018. I'm interesting in the modification of fault recovery scenario on