Re: [PATCH v3 0/4] KVM: arm64: selftests: arch_timer_edge_cases fixes

2025-06-10 Thread Sebastian Ott
Hej Miguel, On Mon, 9 Jun 2025, Miguel Luis wrote: On 5 Jun 2025, at 10:36, Sebastian Ott wrote: Some small fixes for arch_timer_edge_cases that I stumbled upon while debugging failures for this selftest on ampere-one. I’ve tested this test under three circumstances: 1) Original (!HAS_EL2

Re: [PATCH v3 0/4] KVM: arm64: selftests: arch_timer_edge_cases fixes

2025-06-09 Thread Miguel Luis
Hi Sebastian, Thanks in advance. > On 5 Jun 2025, at 10:36, Sebastian Ott wrote: > > Some small fixes for arch_timer_edge_cases that I stumbled upon > while debugging failures for this selftest on ampere-one. > I’ve tested this test under three circumstances: 1) Original (!HAS_EL2 && !HAS_EL

Re: [PATCH v3 0/4] KVM: arm64: selftests: arch_timer_edge_cases fixes

2025-06-05 Thread Marc Zyngier
On Thu, 05 Jun 2025 12:36:09 +0200, Sebastian Ott wrote: > Some small fixes for arch_timer_edge_cases that I stumbled upon > while debugging failures for this selftest on ampere-one. > > Changes since v1: > * determine effective counter width based on suggestions from Marc > Changes since v2: >