Re: [RFC PATCH 17/17] CODING_STYLE: Add a section on header guards naming conventions

2024-07-21 Thread Alessandro Zucchelli
On 2024-07-19 17:21, Stefano Stabellini wrote: On Fri, 19 Jul 2024, Jan Beulich wrote: On 19.07.2024 00:01, Stefano Stabellini wrote: > On Thu, 18 Jul 2024, Jan Beulich wrote: >> On 18.07.2024 01:02, Stefano Stabellini wrote: >>> On Wed, 17 Jul 2024, Jan Beulich wrote: On 17.07.2024 02:20,

Re: [XEN PATCH v4 02/14] x86/altp2m: add static inline stub for altp2m_vcpu_idx()

2024-07-21 Thread Jan Beulich
On 19.07.2024 12:25, Sergiy Kibrik wrote: > 09.07.24 10:09, Jan Beulich: >> On 09.07.2024 07:48, Sergiy Kibrik wrote: >>> The stub just returns 0 due to implementation of p2m_get_mem_access() for >>> x86 & ARM expects it to be 0 when altp2m not active or not implemented. >>> >>> The separate stub

[linux-linus test] 186932: regressions - FAIL

2024-07-21 Thread osstest service owner
flight 186932 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/186932/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-examine 8 reboot fail REGR. vs. 186827 test-arm64-arm64-xl

[linux-linus test] 186931: regressions - FAIL

2024-07-21 Thread osstest service owner
flight 186931 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/186931/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-examine 8 reboot fail REGR. vs. 186827 test-arm64-arm64-xl

[linux-linus test] 186929: regressions - FAIL

2024-07-21 Thread osstest service owner
flight 186929 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/186929/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-examine 8 reboot fail REGR. vs. 186827 test-arm64-arm64-xl

[ovmf test] 186930: all pass - PUSHED

2024-07-21 Thread osstest service owner
flight 186930 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/186930/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 734aaff8625760fb5d38024168a5f8696b14fd10 baseline version: ovmf 489e4a60ea88326a07a7c

[xen-unstable test] 186928: tolerable FAIL

2024-07-21 Thread osstest service owner
flight 186928 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/186928/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemut-ws16-amd64 19 guest-stopfail like 186920 test-armhf-armhf-libvirt 16 save

Re: [PATCH v2 6/8] xen/riscv: introduce generic Xen page table handling

2024-07-21 Thread Julien Grall
Hi, On 12/07/2024 17:22, Oleksii Kurochko wrote: At least, between Arm and RISC-V most of the code related to Xen page table handling are common. This GENERIC_PT code is based on Arm's arm/mmu/pt.c except some minor changes such as introduction of the following functions: * get_root_page()

Re: [PATCH v2 5/8] xen/riscv: introduce asm/pmap.h header

2024-07-21 Thread Julien Grall
Hi Oleksii, On 12/07/2024 17:22, Oleksii Kurochko wrote: Introduces arch_pmap_{un}map functions and select HAS_PMAP for CONFIG_RISCV. Additionaly it was necessary to introduce functions: - mfn_to_xen_entry - mfn_to_pte Signed-off-by: Oleksii Kurochko --- Changes in V2: - newly introduce

[linux-linus test] 186927: regressions - FAIL

2024-07-21 Thread osstest service owner
flight 186927 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/186927/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-examine 8 reboot fail REGR. vs. 186827 test-arm64-arm64-xl

Re: [PATCH v2 4/8] xen/riscv: setup fixmap mapping

2024-07-21 Thread Julien Grall
Hi Oleksii, On 12/07/2024 17:22, Oleksii Kurochko wrote: Introduce a function to set up fixmap mappings and L0 page table for fixmap. Additionally, defines were introduced in riscv/config.h to calculate the FIXMAP_BASE address. This involved introducing BOOT_FDT_VIRT_{START, SIZE} and XEN_SIZE,

Re: Commit moratorium

2024-07-21 Thread Julien Grall
On 16/07/2024 16:34, Julien Grall wrote: Hi all, Hi, We intend to branch for Xen 4.19 in the next couple of days. As part of the process, it is easier to branch when staging == master. Therefore I would like to ask a commit moratorium. Please don't commit anything (even patches released-