]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: add phys_to_virt() translation for AOB
authorJulian Wiedmann <jwi@linux.ibm.com>
Wed, 18 Mar 2020 12:54:53 +0000 (13:54 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Mar 2020 23:33:35 +0000 (16:33 -0700)
commita79d564587669bd01dc888849f386a8def38c746
tree8d1b6d9b4f1017f74326bce82610cd7e4a74408e
parentb164751f80c84fcbef4e6221d0db4cd708a64069
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 c5ef0922ab80 ("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>
drivers/s390/net/qeth_core_main.c