diff options
author | Nico Boehr <nrb@linux.ibm.com> | 2023-02-23 19:22:36 +0300 |
---|---|---|
committer | Janosch Frank <frankja@linux.ibm.com> | 2023-04-20 17:26:20 +0300 |
commit | 2f2c0911b950794dbf394ee2d784138fbf714dbd (patch) | |
tree | dcc9794990499ec53e24def1ed11012008ce9b2e /tools/perf/scripts/python | |
parent | eeac8ede17557680855031c6f305ece2378af326 (diff) | |
download | linux-2f2c0911b950794dbf394ee2d784138fbf714dbd.tar.xz |
KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
We sometimes put a virtual address in next_alert, which should always be
a physical address, since it is shared with hardware.
This currently works, because virtual and physical addresses are
the same.
Add phys_to_virt() to resolve the virtual-physical confusion.
Signed-off-by: Nico Boehr <nrb@linux.ibm.com>
Reviewed-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Michael Mueller <mimu@linux.ibm.com>
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Link: https://lore.kernel.org/r/20230223162236.51569-1-nrb@linux.ibm.com
Message-Id: <20230223162236.51569-1-nrb@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions