[linux-linus test] 151838: regressions - FAIL

2020-07-11 Thread osstest service owner
flight 151838 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/151838/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-pvops 6 kernel-build fail REGR. vs. 151214 Regressions which

[PATCH v3 2/3] xen/privcmd: Mark pages as dirty

2020-07-11 Thread Souptick Joarder
pages need to be marked as dirty before unpinned it in unlock_pages() which was oversight. This is fixed now. Signed-off-by: Souptick Joarder Suggested-by: John Hubbard Reviewed-by: Juergen Gross Cc: John Hubbard Cc: Boris Ostrovsky Cc: Paul Durrant --- drivers/xen/privcmd.c | 5 - 1

[PATCH v3 3/3] xen/privcmd: Convert get_user_pages*() to pin_user_pages*()

2020-07-11 Thread Souptick Joarder
In 2019, we introduced pin_user_pages*() and now we are converting get_user_pages*() to the new API as appropriate. [1] & [2] could be referred for more information. This is case 5 as per document [1]. [1] Documentation/core-api/pin_user_pages.rst [2] "Explicit pinning of user-space pages":

[PATCH v3 0/3] Few bug fixes and Convert to pin_user_pages*()

2020-07-11 Thread Souptick Joarder
This series contains few clean up, minor bug fixes and Convert get_user_pages() to pin_user_pages(). I'm compile tested this, but unable to run-time test, so any testing help is much appriciated. v2: Addressed few review comments and compile issue. Patch[1/2] from v1 split into 2

[PATCH v3 1/3] xen/privcmd: Corrected error handling path

2020-07-11 Thread Souptick Joarder
Previously, if lock_pages() end up partially mapping pages, it used to return -ERRNO due to which unlock_pages() have to go through each pages[i] till *nr_pages* to validate them. This can be avoided by passing correct number of partially mapped pages & -ERRNO separately, while returning from

[qemu-mainline test] 151833: regressions - FAIL

2020-07-11 Thread osstest service owner
flight 151833 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/151833/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemuu-ovmf-amd64 10 debian-hvm-install fail REGR. vs. 151065

[qemu-mainline bisection] complete test-amd64-amd64-libvirt-vhd

2020-07-11 Thread osstest service owner
branch xen-unstable xenbranch xen-unstable job test-amd64-amd64-libvirt-vhd testid debian-di-install Tree: libvirt git://xenbits.xen.org/libvirt.git Tree: libvirt_keycodemapdb https://gitlab.com/keycodemap/keycodemapdb.git Tree: linux git://xenbits.xen.org/linux-pvops.git Tree: linuxfirmware

[linux-linus test] 151830: regressions - FAIL

2020-07-11 Thread osstest service owner
flight 151830 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/151830/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-libvirt-xsm 16 guest-start/debian.repeat fail REGR. vs. 151214

[xen-unstable test] 151824: tolerable FAIL

2020-07-11 Thread osstest service owner
flight 151824 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/151824/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-armhf-armhf-xl-rtds 16 guest-start/debian.repeat fail pass in 151809

Re: [PATCH] xen: introduce xen_vring_use_dma

2020-07-11 Thread Michael S. Tsirkin
On Fri, Jul 10, 2020 at 10:23:22AM -0700, Stefano Stabellini wrote: > Sorry for the late reply -- a couple of conferences kept me busy. > > > On Wed, 1 Jul 2020, Michael S. Tsirkin wrote: > > On Wed, Jul 01, 2020 at 10:34:53AM -0700, Stefano Stabellini wrote: > > > Would you be in favor of a

Re: [GIT PULL] xen: branch for v5.8-rc5

2020-07-11 Thread pr-tracker-bot
The pull request you sent on Sat, 11 Jul 2020 14:52:24 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git > for-linus-5.8b-rc5-tag has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/0aea6d5c5be33ce94c16f9ab2f64de1f481f424b Thank you! -- Deet-doot-dot,

[qemu-mainline test] 151816: regressions - FAIL

2020-07-11 Thread osstest service owner
flight 151816 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/151816/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemuu-ovmf-amd64 10 debian-hvm-install fail REGR. vs. 151065

Re: [PULL 0/2] xen queue 2020-07-10

2020-07-11 Thread Peter Maydell
On Fri, 10 Jul 2020 at 14:11, Anthony PERARD wrote: > > The following changes since commit b6d7e9b66f59ca6ebc6e9b830cd5e7bf849d31cf: > > Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' > into staging (2020-07-10 09:01:28 +0100) > > are available in the Git repository

[GIT PULL] xen: branch for v5.8-rc5

2020-07-11 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.8b-rc5-tag xen: branch for v5.8-rc5 It is just one fix of a recent patch (double free in an error path). Thanks. Juergen drivers/xen/xenbus/xenbus_client.c | 4 +--- 1 file

[ovmf test] 151821: all pass - PUSHED

2020-07-11 Thread osstest service owner
flight 151821 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/151821/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf f45e3a4afa65a45ea1a956a7c5e7410ff40190d1 baseline version: ovmf

[linux-linus test] 151815: regressions - FAIL

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

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

2020-07-11 Thread osstest service owner
flight 151809 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/151809/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt 14 saverestore-support-checkfail like 151774

[libvirt test] 151818: regressions - FAIL

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

[ovmf test] 151812: all pass - PUSHED

2020-07-11 Thread osstest service owner
flight 151812 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/151812/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf f7f1b33282b7dc52a0c77860d3f4523b231a750f baseline version: ovmf