]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-arm-for-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorRadim Krčmář <rkrcmar@redhat.com>
Thu, 18 May 2017 12:40:32 +0000 (14:40 +0200)
committerRadim Krčmář <rkrcmar@redhat.com>
Thu, 18 May 2017 12:40:32 +0000 (14:40 +0200)
commit26be2a67cb14af0577833cae915cf76c388e1551
tree40ebc216ec3989bd33ac2ce11ba8037a2481f938
parent97346b636b4dc26f71c741563a9d9bae3d77e204
parentb6acab45aad4503265cbb191b17ef3db2a145b86
Merge tag 'kvm-arm-for-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm

KVM/ARM Fixes for v4.12-rc2.

Includes:
 - A fix for a build failure introduced in -rc1 when tracepoints are
   enabled on 32-bit ARM.
 - Disabling use of stack pointer protection in the hyp code which can
   cause panics.
 - A handful of VGIC fixes.
 - A fix to the init of the redistributors on GICv3 systems that
   prevented boot with kvmtool on GICv3 systems introduced in -rc1.
 - A number of race conditions fixed in our MMU handling code.
 - A fix for the guest being able to program the debug extensions for
   the host on the 32-bit side.