On Mon, 17 Oct 2022 19:58:20 +0000, 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 on a readonly memslot). Each test tries a different combination > and then checks that the access results in the right behavior (e.g., uffd > faults with the right address and write/read flag). Some interesting > combinations are: > > [...] Applied to next, thanks! [01/14] KVM: selftests: Add a userfaultfd library commit: a93871d0ea9fd59fb5eb783619334183d7f07f51 [02/14] KVM: selftests: aarch64: Add virt_get_pte_hva() library function commit: 228f324dc718f702e8777164c4e2e7426824fb13 [03/14] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete() commit: b6b03b86c0250a80b671313dbc0d7bcdbab78f41 [04/14] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros commit: 41f5189ea9c08f7fc28340a7aefc93d0d2dcb769 [05/14] tools: Copy bitfield.h from the kernel sources commit: 590b949597b1e811d35df2f32021dd17d8e47f8c [06/14] KVM: selftests: Stash backing_src_type in struct userspace_mem_region commit: bd3ed7e1a47eb7b3838ca09439f1eb289ec3be1f [07/14] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type commit: 290c5b54012b7f05e9c51af32d557574bf69a654 [08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc() commit: 5485e822e31a75dfac3713d94b6b22025d4895da [09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations commit: 1446e331432d7f24ed56b870ad605a4345fee43f [10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test commit: 35c5810157124cb71aaa939cd2d5508192714877 [11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test commit: 3b1d915659c64dce079f4926a648f2271faea008 [12/14] KVM: selftests: aarch64: Add dirty logging tests into page_fault_test commit: a4edf25b3e25656c69cbc768d1c704868e4a616f [13/14] KVM: selftests: aarch64: Add readonly memslot tests into page_fault_test commit: 45acde40f538a30e759f3b3f4aa5089edf097b2f [14/14] KVM: selftests: aarch64: Add mix of tests into page_fault_test commit: ff2b5509e1d252cd18bb1430b5461d5044701559 Cheers, M. -- Without deviation from the norm, progress is not possible.