]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch kvm-arm64/ubsan-el2 into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Fri, 23 May 2025 09:57:32 +0000 (10:57 +0100)
committerMarc Zyngier <maz@kernel.org>
Fri, 23 May 2025 09:57:32 +0000 (10:57 +0100)
commitcb86616c39f8be7b9eaf0db4508b47d328b91e80
tree65a590f339181ae2c0a237f3b54c5743d3586731
parenta90e0017541dbd2e6c1e40e501efefc938590390
parent446692759b0732ef2d9a93b7e6730aa762ccf0ab
Merge branch kvm-arm64/ubsan-el2 into kvmarm-master/next

* kvm-arm64/ubsan-el2:
  : .
  : Add UBSAN support to the EL2 portion of KVM, reusing most of the
  : existing logic provided by CONFIG_IBSAN_TRAP.
  :
  : Patches courtesy of Mostafa Saleh.
  : .
  KVM: arm64: Handle UBSAN faults
  KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2
  ubsan: Remove regs from report_ubsan_failure()
  arm64: Introduce esr_is_ubsan_brk()

Signed-off-by: Marc Zyngier <maz@kernel.org>