commit | 86e7a4e4afd5bb3b852f37fc8cb61bac2a1f19ce | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Mar 18 13:54:53 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 18 16:33:35 2020 -0700 |
tree | 8d1b6d9b4f1017f74326bce82610cd7e4a74408e | |
parent | 54e73b9c0a88f71ce041a69471b7c4ef9a6a4407 [diff] |
s390/qeth: add phys_to_virt() translation for AOB Data addresses in the AOB are absolute, and need to be translated before being fed into kmem_cache_free(). Currently this phys_to_virt() is a no-op. Also see commit 2db01da8d25f ("s390/qdio: fill SBALEs with absolute addresses"). Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>