[linux-linus test] 182075: regressions - FAIL

2023-07-30 Thread osstest service owner
flight 182075 linux-linus real [real] flight 182080 linux-linus real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/182075/ http://logs.test-lab.xenproject.org/osstest/logs/182080/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run

[linux-5.4 test] 182076: tolerable FAIL - PUSHED

2023-07-30 Thread osstest service owner
flight 182076 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/182076/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 7 xen-install fail in 182065 pass in 182076 test-armhf-armhf-xl

[xen-unstable test] 182079: tolerable FAIL

2023-07-30 Thread osstest service owner
flight 182079 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/182079/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-i386-pair 10 xen-install/src_host fail in 182072 pass in 182079 test-amd64-i386-xl-vhd 21 guest-

[linux-linus test] 182081: regressions - FAIL

2023-07-30 Thread osstest service owner
flight 182081 linux-linus real [real] flight 182082 linux-linus real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/182081/ http://logs.test-lab.xenproject.org/osstest/logs/182082/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run

Re: Python in Domain Configurations

2023-07-30 Thread Marek Marczykowski-Górecki
On Mon, Jul 24, 2023 at 01:28:24PM -0700, Elliott Mitchell wrote: > On Fri, Jul 07, 2023 at 03:13:07PM -0700, Elliott Mitchell wrote: > > > > The only context I could find was 54fbaf446b and > > https://wiki.xenproject.org/wiki/PythonInXlConfig which don't explain > > the reasoning. > > > > Would

[ovmf test] 182084: all pass - PUSHED

2023-07-30 Thread osstest service owner
flight 182084 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/182084/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 70f3e62dc73d28962b833373246ef25c865c575e baseline version: ovmf c7a7f09c1dfa8896ccf94

[PATCH -next] xen: Fix one kernel-doc comment

2023-07-30 Thread Yang Li
Use colon to separate parameter name from their specific meaning. silence the warning: drivers/xen/grant-table.c:1051: warning: Function parameter or member 'nr_pages' not described in 'gnttab_free_pages' Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6030 Signe