]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Jun 2025 18:25:22 +0000 (14:25 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Jun 2025 18:25:22 +0000 (14:25 -0400)
commitce360c2bfd219130bf1df4282ccf2e9bdf3a5ed5
tree63e5d9c01e0526d5b44364345c9431732dab913a
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
parentfad4cf944839da7f5c3376243aa353295c88f588
Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

KVM/arm64 fixes for 6.16, take #2

- Rework of system register accessors for system registers that are
  directly writen to memory, so that sanitisation of the in-memory
  value happens at the correct time (after the read, or before the
  write). For convenience, RMW-style accessors are also provided.

- Multiple fixes for the so-called "arch-timer-edge-cases' selftest,
  which was always broken.
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/arch_timer.c
arch/arm64/kvm/hyp/include/hyp/switch.h
arch/arm64/kvm/sys_regs.c