diff options
author | Gautham R. Shenoy <ego@linux.vnet.ibm.com> | 2015-05-21 13:57:04 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-22 14:43:11 -0700 |
commit | 6d9cc6c15c8a1019263ab8a85eeb38dcf3c3c9d6 (patch) | |
tree | 86feb6765165ce8ec295b1ea831beeb2126aec2c /kernel | |
parent | ffd269ee140151a04f33731a7160b571186d5bba (diff) | |
download | lwn-6d9cc6c15c8a1019263ab8a85eeb38dcf3c3c9d6.tar.gz lwn-6d9cc6c15c8a1019263ab8a85eeb38dcf3c3c9d6.zip |
KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exit
commit 7e022e717f54897e396504306d0c9b61452adf4e upstream.
In guest_exit_cont we call kvmhv_commence_exit which expects the trap
number as the argument. However r3 doesn't contain the trap number at
this point and as a result we would be calling the function with a
spurious trap number.
Fix this by copying r12 into r3 before calling kvmhv_commence_exit as
r12 contains the trap number.
Fixes: eddb60fb1443
Signed-off-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions