[linux-5.4 test] 175510: FAIL

2022-12-27 Thread osstest service owner
flight 175510 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/175510/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-qemuu-rhel6hvm-intel broken in 175407 test-amd64-i

[linux-linus test] 175509: regressions - FAIL

2022-12-27 Thread osstest service owner
flight 175509 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/175509/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-coresched-amd64-xl 8 xen-bootfail REGR. vs. 173462 test-amd64-amd64-xl

[PATCH] xen: define PADDR_BITS for riscv

2022-12-27 Thread Alistair Francis
From: Alistair Francis Define PADDR_BITS and PAGE_SHIFT for the RISC-V 64-bit architecture. Signed-off-by: Alistair Francis --- xen/arch/riscv/include/asm/page-bits.h | 7 +++ 1 file changed, 7 insertions(+) create mode 100644 xen/arch/riscv/include/asm/page-bits.h diff --git a/xen/arch/

Re: [XEN PATCH v1 4/4] automation: add RISC-V 64 cross-build tests for Xen

2022-12-27 Thread Alistair Francis
On Fri, Dec 23, 2022 at 9:17 PM Oleksii Kurochko wrote: > > Add build jobs to cross-compile Xen-only for RISC-V 64. > > Signed-off-by: Oleksii Kurochko Acked-by: Alistair Francis Alistair > --- > automation/gitlab-ci/build.yaml | 43 + > automation/scripts/bui

Re: [XEN PATCH v1 1/4] arch/riscv: initial RISC-V support to build/run minimal Xen

2022-12-27 Thread Alistair Francis
On Mon, Dec 26, 2022 at 9:14 PM Oleksii wrote: > > Hi Julien, > > Thanks for your comments. > > On Fri, 2022-12-23 at 13:50 +, Julien Grall wrote: > > Hi Oleksii, > > > > + Anthony for the Makefile changes. > > > > On 23/12/2022 11:16, Oleksii Kurochko wrote: > > > The patch provides a minimal

[linux-5.4 test] 175507: FAIL

2022-12-27 Thread osstest service owner
flight 175507 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/175507/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemut-debianhvm-amd64 broken in 175407 test-amd64-i

[linux-linus test] 175506: regressions - FAIL

2022-12-27 Thread osstest service owner
flight 175506 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/175506/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-coresched-amd64-xl 8 xen-bootfail REGR. vs. 173462 test-amd64-amd64-xl

[xtf test] 175508: all pass - PUSHED

2022-12-27 Thread osstest service owner
flight 175508 xtf real [real] http://logs.test-lab.xenproject.org/osstest/logs/175508/ Perfect :-) All tests in this flight passed as required version targeted for testing: xtf d1b8b7c312d2cf0e501ed43e88e45bba2c6986b5 baseline version: xtf 5e770502e81e6bde08f55d

[linux-5.4 test] 175504: trouble: broken/fail/pass

2022-12-27 Thread osstest service owner
flight 175504 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/175504/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-credit2 broken test-amd64-i386-qemuu-r

[linux-linus test] 175503: regressions - trouble: broken/fail/pass

2022-12-27 Thread osstest service owner
flight 175503 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/175503/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-rtds broken test-amd64-coresched-amd64-xl 8 xen-boot

[xen-unstable test] 175502: regressions - FAIL

2022-12-27 Thread osstest service owner
flight 175502 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/175502/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64-pvops 6 kernel-build fail REGR. vs. 175495 Tests which are fa

[PATCH] x86/xen: Remove the unused function p2m_top_mfn_init()

2022-12-27 Thread Jiapeng Chong
The function p2m_top_mfn_init is defined in the p2m.c file, but not called elsewhere, so remove this unused function. arch/x86/xen/p2m.c:137:24: warning: unused function 'p2m_index'. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3557 Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong