[qemu-mainline test] 162135: regressions - FAIL

2021-05-23 Thread osstest service owner
flight 162135 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/162135/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-qemuu-freebsd11-amd64 16 guest-saverestore fail REGR. vs. 152631

Invalid _Static_assert expanded from HASH_CALLBACKS_CHECK

2021-05-23 Thread Roberto Bagnara
Hi there. I stumbled upon parsing errors due to invalid uses of _Static_assert expanded from HASH_CALLBACKS_CHECK where the tested expression is not constant, as mandated by the C standard. Judging from the following comment, there is partial awareness of the fact this is an issue: #ifndef

[linux-linus test] 162134: regressions - FAIL

2021-05-23 Thread osstest service owner
flight 162134 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/162134/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-xsm7 xen-install fail REGR. vs. 152332

[qemu-mainline test] 162132: regressions - FAIL

2021-05-23 Thread osstest service owner
flight 162132 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/162132/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-qemuu-freebsd11-amd64 16 guest-saverestore fail REGR. vs. 152631

[linux-linus test] 162129: regressions - FAIL

2021-05-23 Thread osstest service owner
flight 162129 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/162129/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-xsm7 xen-install fail REGR. vs. 152332

[qemu-mainline test] 162127: regressions - FAIL

2021-05-23 Thread osstest service owner
flight 162127 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/162127/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-qemuu-freebsd11-amd64 16 guest-saverestore fail REGR. vs. 152631

[ovmf test] 162131: all pass - PUSHED

2021-05-23 Thread osstest service owner
flight 162131 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/162131/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf cfa6ffb113f2c0d922034cc77c0d6c52eea05497 baseline version: ovmf

[xen-unstable test] 162126: tolerable FAIL

2021-05-23 Thread osstest service owner
flight 162126 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/162126/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-arm64-arm64-xl-credit2 8 xen-boot fail in 162119 pass in 162126 test-armhf-armhf-xl-rtds 8

[xen-unstable-coverity test] 162130: all pass - PUSHED

2021-05-23 Thread osstest service owner
flight 162130 xen-unstable-coverity real [real] http://logs.test-lab.xenproject.org/osstest/logs/162130/ Perfect :-) All tests in this flight passed as required version targeted for testing: xen aa77acc28098d04945af998f3fc0dbd3759b5b41 baseline version: xen

[libvirt test] 162128: regressions - FAIL

2021-05-23 Thread osstest service owner
flight 162128 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/162128/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64-libvirt 6 libvirt-buildfail REGR. vs. 151777 build-armhf-libvirt

[PATCH -next] xen/pcpu: Use DEVICE_ATTR_RW macro

2021-05-23 Thread YueHaibing
Use DEVICE_ATTR_RW helper instead of plain DEVICE_ATTR, which makes the code a bit shorter and easier to read. Signed-off-by: YueHaibing --- drivers/xen/pcpu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/xen/pcpu.c b/drivers/xen/pcpu.c index