diff options
author | Eric Farman <[email protected]> | 2022-11-21 17:58:36 +0100 |
---|---|---|
committer | Alexander Gordeev <[email protected]> | 2022-12-05 15:01:36 +0100 |
commit | 5de2322d7b8ecba37152334ebaaddf687fd63a38 (patch) | |
tree | b0c3e15c0f35a63ec80f790cfe2039a77a9152f7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 21c7996917cb5c9d8669409b00d990b75d22a849 (diff) |
vfio/ccw: identify CCW data addresses as physical
The CCW data address created by vfio-ccw is that of an IDAL
built by this code. Since this address is used by real hardware,
it should be a physical address rather than a virtual one.
Let's clarify it as such in the ORB.
Similarly, once the I/O has completed the memory for that IDAL
needs to be released, so convert the CCW data address back to
a virtual address so that kfree() can process it.
Note: this currently doesn't fix a real bug, since virtual
addresses are identical to physical ones.
Signed-off-by: Eric Farman <[email protected]>
Reviewed-by: Matthew Rosato <[email protected]>
Reviewed-by: Nico Boehr <[email protected]>
Signed-off-by: Alexander Gordeev <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions