[PATCH 3.14 13/17] ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word

2015-06-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Victor Kamensky commit ba083d20d8cfa9e999043cd89c4ebc964ccf8927 upstream. esr_el2 field of struct kvm_vcpu_fault_info has u32 type. It should be stored as word. Current code works in LE case

[PATCH 3.14 13/17] ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word

2015-06-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Victor Kamensky victor.kamen...@linaro.org commit ba083d20d8cfa9e999043cd89c4ebc964ccf8927 upstream. esr_el2 field of struct kvm_vcpu_fault_info has u32 type. It should be stored as word.