]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-arm-for-v4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 21 Oct 2015 15:46:56 +0000 (17:46 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 21 Oct 2015 15:46:56 +0000 (17:46 +0200)
commitef6d44a4954fadd1e438a7406dc02faaeb452e4d
tree1f1da23f174f30a2cb1b7d8c2e8b8ace1fd00032
parentf35c4c0c11e0eed735d6a01dcac1a0a8733bca50
parent41841f922fd27776cfcd7cdb0e00b4728fa0e0e0
Merge tag 'kvm-arm-for-v4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master

A late round of KVM/ARM fixes for v4.3-rc7, fixing:
 - A bug where level-triggered interrupts lowered from userspace
   are still routed to the guest
 - A memory leak an a failed initialization path
 - A build error under certain configurations
 - Several timer bugs introduced with moving the timer to the active
   state handling instead of the masking trick.