]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qdio: fill SL with absolute addresses
authorJulian Wiedmann <jwi@linux.ibm.com>
Mon, 10 Feb 2020 09:48:11 +0000 (10:48 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 19 Feb 2020 16:26:32 +0000 (17:26 +0100)
commit37d937460b303d87e82c688bb555758874e3edc7
treed71362ea8a443123ec20874bea2cce7dc1c8d88c
parent90e176bb28c3d6aad3b9e6c40a867f1623a8dd1f
s390/qdio: fill SL with absolute addresses

As the comment says, sl->sbal holds an absolute address. qeth currently
solves this through wild casting, while zfcp doesn't care.

Handle this properly in the code that actually builds the SL.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
Reviewed-by: Steffen Maier <maier@linux.ibm.com> [for qdio]
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/qdio.h
drivers/s390/cio/qdio_setup.c
drivers/s390/net/qeth_core_main.c