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
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 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_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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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-
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
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
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
21 matches
Mail list logo