Re: [PATCH v6 00/13] KVM: selftests: Add aarch64/page_fault_test

2022-09-19 Thread Ricardo Koller
On Tue, Sep 20, 2022 at 04:14:56AM +, Ricardo Koller wrote: > This series adds a new aarch64 selftest for testing stage 2 fault handling for > various combinations of guest accesses (e.g., write, S1PTW), backing sources > (e.g., anon), and types of faults (e.g., read on hugetlbfs with a hole,

[PATCH v6 00/13] KVM: selftests: Add aarch64/page_fault_test

2022-09-19 Thread Ricardo Koller
This series adds a new aarch64 selftest for testing stage 2 fault handling for various combinations of guest accesses (e.g., write, S1PTW), backing sources (e.g., anon), and types of faults (e.g., read on hugetlbfs with a hole, write on a readonly memslot). Each test tries a different combination

Re: [PATCH v6 00/13] KVM: selftests: Add aarch64/page_fault_test

2022-09-19 Thread Ricardo Koller
On Mon, Sep 19, 2022 at 05:57:16PM +0100, Marc Zyngier wrote: > On Mon, 19 Sep 2022 17:38:14 +0100, > Sean Christopherson wrote: > > > > On Mon, Sep 19, 2022, Marc Zyngier wrote: > > > On Tue, 6 Sep 2022 18:09:17 +, Ricardo Koller wrote: > > > > This series adds a new aarch64 selftest for

Re: [PATCH v6 00/13] KVM: selftests: Add aarch64/page_fault_test

2022-09-19 Thread Marc Zyngier
On Mon, 19 Sep 2022 17:38:14 +0100, Sean Christopherson wrote: > > On Mon, Sep 19, 2022, Marc Zyngier wrote: > > On Tue, 6 Sep 2022 18:09:17 +, Ricardo Koller wrote: > > > This series adds a new aarch64 selftest for testing stage 2 fault > > > handling for > > > various combinations of

Re: [PATCH v6 00/13] KVM: selftests: Add aarch64/page_fault_test

2022-09-19 Thread Sean Christopherson
On Mon, Sep 19, 2022, Marc Zyngier wrote: > On Tue, 6 Sep 2022 18:09:17 +, Ricardo Koller wrote: > > This series adds a new aarch64 selftest for testing stage 2 fault handling > > for > > various combinations of guest accesses (e.g., write, S1PTW), backing sources > > (e.g., anon), and types

Re: [PATCH v6 00/13] KVM: selftests: Add aarch64/page_fault_test

2022-09-19 Thread Marc Zyngier
On Tue, 6 Sep 2022 18:09:17 +, Ricardo Koller wrote: > This series adds a new aarch64 selftest for testing stage 2 fault handling for > various combinations of guest accesses (e.g., write, S1PTW), backing sources > (e.g., anon), and types of faults (e.g., read on hugetlbfs with a hole, write >