[linux-6.1 test] 185859: regressions - FAIL

2024-04-28 Thread osstest service owner
flight 185859 linux-6.1 real [real] http://logs.test-lab.xenproject.org/osstest/logs/185859/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-pvops 6 kernel-build fail REGR. vs. 185746 Tests which did not

[linux-linus test] 185858: tolerable FAIL - PUSHED

2024-04-28 Thread osstest service owner
flight 185858 linux-linus real [real] flight 185861 linux-linus real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/185858/ http://logs.test-lab.xenproject.org/osstest/logs/185861/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking):

Re: [PATCH 07/15] xen/overlay: Enable device tree overlay assignment to running domains

2024-04-28 Thread Henry Wang
Hi Jan, Julien, Stefano, On 4/24/2024 2:05 PM, Jan Beulich wrote: On 24.04.2024 05:34, Henry Wang wrote: --- a/xen/include/public/sysctl.h +++ b/xen/include/public/sysctl.h @@ -1197,7 +1197,9 @@ struct xen_sysctl_dt_overlay { #define XEN_SYSCTL_DT_OVERLAY_ADD 1 #define

[linux-6.1 test] 185849: regressions - FAIL

2024-04-28 Thread osstest service owner
flight 185849 linux-6.1 real [real] http://logs.test-lab.xenproject.org/osstest/logs/185849/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-pvops 6 kernel-build fail REGR. vs. 185746 Tests which are

[linux-linus test] 185845: tolerable FAIL - PUSHED

2024-04-28 Thread osstest service owner
flight 185845 linux-linus real [real] flight 185857 linux-linus real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/185845/ http://logs.test-lab.xenproject.org/osstest/logs/185857/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking):

[PATCH v2 2/7] tools/xl: Add max_altp2m parameter

2024-04-28 Thread Petr Beneš
From: Petr Beneš Introduce a new max_altp2m parameter to control the maximum number of altp2m views a domain can use. By default, if max_altp2m is unspecified and altp2m is enabled, the value is set to 10, reflecting the legacy behavior. This change is preparatory; it establishes the groundwork

[PATCH v2 6/7] tools/ocaml: Add max_altp2m parameter

2024-04-28 Thread Petr Beneš
From: Petr Beneš Allow developers using the OCaml bindings to set the max_altp2m parameter. Signed-off-by: Petr Beneš Acked-by: Christian Lindig --- Changed since v1: * Moved this commit AFTER Xen changes (where xen_domctl_createdomain::max_altp2m field is introduced) to avoid breaking

[PATCH v2 0/7] x86: Make MAX_ALTP2M configurable

2024-04-28 Thread Petr Beneš
From: Petr Beneš This series introduces the ability to configure the maximum number of altp2m tables during domain creation. Previously, the limits were hardcoded to a maximum of 10. This change allows for greater flexibility in environments that require more or fewer altp2m views. Adjustments

[PATCH v2 5/7] tools/libxl: Activate the max_altp2m feature

2024-04-28 Thread Petr Beneš
From: Petr Beneš This commit activates the previously introduced max_altp2m parameter, establishing the connection between libxl and Xen. Signed-off-by: Petr Beneš --- Changed since v1: * This is a new commit in the series tools/libs/light/libxl_create.c | 1 + 1 file changed, 1

[PATCH v2 7/7] x86/hap: Increase the number of initial mempool_size to 1024 pages

2024-04-28 Thread Petr Beneš
From: Petr Beneš This change anticipates scenarios where `max_altp2m` is set to its maximum supported value (i.e., 512), ensuring sufficient memory is allocated upfront to accommodate all altp2m tables without initialization failure. The necessity for this increase arises from the current

[PATCH v2 4/7] x86: Make the maximum number of altp2m views configurable

2024-04-28 Thread Petr Beneš
From: Petr Beneš This commit introduces the ability to configure the maximum number of altp2m tables during domain creation. Previously, the limits were hardcoded to a maximum of 10. This change allows for greater flexibility in environments that require more or fewer altp2m views. The maximum

[PATCH v2 1/7] x86/p2m: Add braces for better code clarity

2024-04-28 Thread Petr Beneš
From: Petr Beneš No functional change. Signed-off-by: Petr Beneš --- xen/arch/x86/mm/p2m.c | 4 1 file changed, 4 insertions(+) diff --git a/xen/arch/x86/mm/p2m.c b/xen/arch/x86/mm/p2m.c index ce742c12e0..eb7996170d 100644 --- a/xen/arch/x86/mm/p2m.c +++ b/xen/arch/x86/mm/p2m.c @@

[PATCH v2 3/7] docs/man: Add max_altp2m parameter to the xl.cfg manual

2024-04-28 Thread Petr Beneš
From: Petr Beneš Update manual pages to include detailed information about the max_altp2m configuration parameter. Signed-off-by: Petr Beneš --- docs/man/xl.cfg.5.pod.in | 14 ++ 1 file changed, 14 insertions(+) diff --git a/docs/man/xl.cfg.5.pod.in b/docs/man/xl.cfg.5.pod.in

[linux-6.1 bisection] complete build-armhf-pvops

2024-04-28 Thread osstest service owner
branch xen-unstable xenbranch xen-unstable job build-armhf-pvops testid kernel-build Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git *** Found and reproduced problem changeset *** Bug is in

[xen-unstable test] 185839: tolerable FAIL

2024-04-28 Thread osstest service owner
flight 185839 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/185839/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-amd64-xl-qemuu-debianhvm-i386-xsm 12 debian-hvm-install fail pass in 185830

[linux-6.1 test] 185835: regressions - FAIL

2024-04-28 Thread osstest service owner
flight 185835 linux-6.1 real [real] http://logs.test-lab.xenproject.org/osstest/logs/185835/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-pvops 6 kernel-build fail REGR. vs. 185746 Tests which are