Re: Understanding osdep_xenforeignmemory_map mmap behaviour

2022-03-27 Thread Juergen Gross
On 25.03.22 17:07, Alex Bennée wrote: (add Arnd to CC) Juergen Gross writes: [[PGP Signed Part:Undecided]] On 24.03.22 02:42, Stefano Stabellini wrote: I am pretty sure the reasons have to do with old x86 PV guests, so I am CCing Juergen and Boris. Hi, While we've been working on the rus

Re: Security support status of xnf(4) and xbf(4)

2022-03-27 Thread Damien Miller
On Fri, 25 Mar 2022, Demi Marie Obenour wrote: > Linux’s netfront and blkfront drivers recently had a security > vulnerability (XSA-396) that allowed a malicious backend to potentially > compromise them. In follow-up audits, I found that OpenBSD’s xnf(4) > currently trusts the backend domain. I

[xen-4.14-testing test] 168902: trouble: blocked/broken/pass

2022-03-27 Thread osstest service owner
flight 168902 xen-4.14-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/168902/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 broken build-amd64-prev

[xen-unstable test] 168901: trouble: blocked/broken/pass

2022-03-27 Thread osstest service owner
flight 168901 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/168901/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 broken build-amd64-prev

Re: Security support status of xnf(4) and xbf(4)

2022-03-27 Thread Marek Marczykowski-Górecki
On Mon, Mar 28, 2022 at 04:12:29AM +0200, Marek Marczykowski-Górecki wrote: > On Mon, Mar 28, 2022 at 12:45:24PM +1100, Damien Miller wrote: > > On Fri, 25 Mar 2022, Demi Marie Obenour wrote: > > > > > Linux’s netfront and blkfront drivers recently had a security > > > vulnerability (XSA-396) that

Re: Security support status of xnf(4) and xbf(4)

2022-03-27 Thread Marek Marczykowski-Górecki
On Mon, Mar 28, 2022 at 12:45:24PM +1100, Damien Miller wrote: > On Fri, 25 Mar 2022, Demi Marie Obenour wrote: > > > Linux’s netfront and blkfront drivers recently had a security > > vulnerability (XSA-396) that allowed a malicious backend to potentially > > compromise them. In follow-up audits,

[linux-linus test] 168897: trouble: blocked/broken/pass

2022-03-27 Thread osstest service owner
flight 168897 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/168897/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 broken build-amd64-pvops

[qemu-mainline test] 168873: trouble: blocked/broken/pass

2022-03-27 Thread osstest service owner
flight 168873 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/168873/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-coresched-amd64-xl broken test-amd64-amd64-x

[xen-4.15-testing test] 168875: regressions - trouble: blocked/broken/fail/pass

2022-03-27 Thread osstest service owner
flight 168875 xen-4.15-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/168875/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-coresched-amd64-xl broken test-amd64-amd64-xl-xsm

[xen-4.16-testing test] 168892: trouble: blocked/broken/pass

2022-03-27 Thread osstest service owner
flight 168892 xen-4.16-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/168892/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 broken build-amd64-prev

[ovmf test] 168889: trouble: blocked/broken

2022-03-27 Thread osstest service owner
flight 168889 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/168889/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 broken build-amd64-pvops

[xen-4.14-testing test] 168872: regressions - trouble: blocked/broken/pass

2022-03-27 Thread osstest service owner
flight 168872 xen-4.14-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/168872/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-libvirt-raw broken test-arm64-arm64-libvirt-xsm

[xen-unstable test] 168867: trouble: blocked/broken/fail/pass

2022-03-27 Thread osstest service owner
flight 168867 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/168867/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-libvirt-raw broken test-arm64-arm64-lib

[libvirt test] 168887: regressions - trouble: blocked/broken/fail/pass

2022-03-27 Thread osstest service owner
flight 168887 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/168887/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 broken build-amd64-pvops

[linux-linus test] 168866: trouble: broken/pass/starved

2022-03-27 Thread osstest service owner
flight 168866 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/168866/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-coresched-amd64-xl broken test-amd64-amd64-xl-

[PATCH 2/2] hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection

2022-03-27 Thread Bernhard Beschow
Now that igd_passthrough_isa_bridge_create() is implemented within the xen context it may use Xen* data types directly and become xen_igd_passthrough_isa_bridge_create(). This resolves an indirection. Signed-off-by: Bernhard Beschow --- hw/xen/xen_pt.c | 11 --- hw/xen/xen_pt.h

[PATCH 1/2] hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN

2022-03-27 Thread Bernhard Beschow
igd-passthrough-isa-bridge is only requested in xen_pt but was implemented in pc_piix.c. This caused xen_pt to dependend on i386/pc which is hereby resolved. Signed-off-by: Bernhard Beschow --- hw/i386/pc_piix.c| 118 -- hw/xen/xen_pt.c | 1

[xen-4.16-testing test] 168877: trouble: blocked/broken/pass

2022-03-27 Thread osstest service owner
flight 168877 xen-4.16-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/168877/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 broken build-amd64-prev