Re: [PATCH v9 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()

2022-10-13 Thread Andrew Jones
On Tue, Oct 11, 2022 at 01:06:22AM +, Ricardo Koller wrote: > Refactor virt_arch_pgd_alloc() and vm_vaddr_alloc() in both RISC-V and > aarch64 to fix the alignment of parameters in a couple of calls. This will > make it easier to fix the alignment in a future commit that adds an extra > paramet

[PATCH v9 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()

2022-10-10 Thread Ricardo Koller
Refactor virt_arch_pgd_alloc() and vm_vaddr_alloc() in both RISC-V and aarch64 to fix the alignment of parameters in a couple of calls. This will make it easier to fix the alignment in a future commit that adds an extra parameter (that happens to be very long). No functional change intended. Sugg