[xen-4.14-testing test] 169130: regressions - FAIL

2022-04-02 Thread osstest service owner
flight 169130 xen-4.14-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/169130/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-livepatch 13 livepatch-runfail REGR. vs. 168506

[qemu-mainline test] 169127: tolerable FAIL - PUSHED

2022-04-02 Thread osstest service owner
flight 169127 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/169127/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-win7-amd64 19 guest-stopfail like 169110 test-amd64-amd64-qemuu-nested-amd

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

2022-04-02 Thread osstest service owner
flight 169125 xen-unstable real [real] flight 169136 xen-unstable real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/169125/ http://logs.test-lab.xenproject.org/osstest/logs/169136/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking):

[ovmf test] 169128: regressions - FAIL

2022-04-02 Thread osstest service owner
flight 169128 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/169128/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 6 xen-buildfail REGR. vs. 168254 build-amd64-xsm

[linux-linus test] 169123: regressions - FAIL

2022-04-02 Thread osstest service owner
flight 169123 linux-linus real [real] flight 169133 linux-linus real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/169123/ http://logs.test-lab.xenproject.org/osstest/logs/169133/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be

[xen-4.16-testing test] 169119: tolerable FAIL - PUSHED

2022-04-02 Thread osstest service owner
flight 169119 xen-4.16-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/169119/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemut-win7-amd64 19 guest-stopfail like 168513

[libvirt test] 169126: regressions - FAIL

2022-04-02 Thread osstest service owner
flight 169126 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/169126/ 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

Re: [PATCH v3 08/19] xen/arm: mm: Re-implement early_fdt_map() using map_pages_to_xen()

2022-04-02 Thread Julien Grall
Hi Stefano, On 02/04/2022 01:10, Stefano Stabellini wrote: On Mon, 21 Feb 2022, Julien Grall wrote: From: Julien Grall Now that map_pages_to_xen() has been extended to support 2MB mappings, we can replace the create_mappings() calls by map_pages_to_xen() calls. The mapping can also be

Re: [PATCH v3 07/19] xen/arm: mm: Don't open-code Xen PT update in remove_early_mappings()

2022-04-02 Thread Julien Grall
Hi Stefano, On 02/04/2022 01:04, Stefano Stabellini wrote: On Mon, 21 Feb 2022, Julien Grall wrote: From: Julien Grall Now that xen_pt_update_entry() is able to deal with different mapping size, we can replace the open-coding of the page-tables update by a call to modify_xen_mappings(). As

Re: [PATCH v3 06/19] xen/arm: mm: Avoid flushing the TLBs when mapping are inserted

2022-04-02 Thread Julien Grall
Hi Stefano, On 02/04/2022 01:00, Stefano Stabellini wrote: On Mon, 21 Feb 2022, Julien Grall wrote: From: Julien Grall Currently, the function xen_pt_update() will flush the TLBs even when the mappings are inserted. This is a bit wasteful because we don't allow mapping replacement. Even if

Re: [PATCH v3 05/19] xen/arm: mm: Add support for the contiguous bit

2022-04-02 Thread Julien Grall
Hi, On 02/04/2022 00:53, Stefano Stabellini wrote: On Mon, 21 Feb 2022, Julien Grall wrote: @@ -1333,21 +1386,34 @@ static int xen_pt_update(unsigned long virt, while ( left ) { unsigned int order, level; +unsigned int nr_contig; +unsigned int new_flags;

Re: [PATCH v3 04/19] xen/arm: mm: Allow other mapping size in xen_pt_update_entry()

2022-04-02 Thread Julien Grall
Hi, On 02/04/2022 00:35, Stefano Stabellini wrote: +/* Return the level where mapping should be done */ +static int xen_pt_mapping_level(unsigned long vfn, mfn_t mfn, unsigned long nr, +unsigned int flags) +{ +unsigned int level; +unsigned long mask;

[xen-4.15-testing test] 169115: regressions - FAIL

2022-04-02 Thread osstest service owner
flight 169115 xen-4.15-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/169115/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-livepatch13 livepatch-runfail REGR. vs. 168502

[xen-4.14-testing test] 169112: regressions - FAIL

2022-04-02 Thread osstest service owner
flight 169112 xen-4.14-testing real [real] flight 169129 xen-4.14-testing real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/169112/ http://logs.test-lab.xenproject.org/osstest/logs/169129/ Regressions :-( Tests which did not succeed and are blocking, including tests which could

RE: [PATCH v1 3/5] xen/arm: unpopulate memory when domain on static allocation

2022-04-02 Thread Penny Zheng
Hi Julien and Jan > -Original Message- > From: Julien Grall > Sent: Saturday, April 2, 2022 2:54 AM > To: Penny Zheng ; Jan Beulich > Cc: Wei Chen ; Henry Wang ; > Andrew Cooper ; George Dunlap > ; Stefano Stabellini ; Wei > Liu ; xen-devel@lists.xenproject.org > Subject: Re: [PATCH v1

[ovmf test] 169117: regressions - FAIL

2022-04-02 Thread osstest service owner
flight 169117 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/169117/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 6 xen-buildfail REGR. vs. 168254 build-amd64-xsm

[qemu-mainline test] 169110: tolerable FAIL - PUSHED

2022-04-02 Thread osstest service owner
flight 169110 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/169110/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-win7-amd64 19 guest-stopfail like 169072 test-amd64-amd64-qemuu-nested-amd

RE: [PATCH V2 1/2] xen/arm: Add i.MX lpuart driver

2022-04-02 Thread Henry Wang
Hi Peng, > -Original Message- > From: Xen-devel On Behalf Of > Peng Fan (OSS) > Sent: Saturday, April 2, 2022 1:42 PM > To: sstabell...@kernel.org; jul...@xen.org; volodymyr_babc...@epam.com; > Bertrand Marquis > Cc: andrew.coop...@citrix.com; george.dun...@citrix.com; >