linux/drivers/s390
Heiko Carstens d4a01902eb s390/dasd: use register pair instead of register asm
Using register asm statements has been proven to be very error prone,
especially when using code instrumentation where gcc may add function
calls, which clobbers register contents in an unexpected way.

Therefore get rid of register asm statement in dasd code, even though
there is currently nothing wrong with it. This way we know for sure
that the above mentioned bug class won't be introduced here.

Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
2021-06-28 11:18:29 +02:00
..
block s390/dasd: use register pair instead of register asm 2021-06-28 11:18:29 +02:00
char s390/sclp: convert list_for_each to entry variant 2021-06-18 16:41:22 +02:00
cio s390/qdio: get rid of register asm 2021-06-28 11:18:29 +02:00
crypto s390/zcrypt: Switch to flexible array member 2021-06-28 11:18:28 +02:00
net Networking changes for 5.13. 2021-04-29 11:57:23 -07:00
scsi SCSI misc on 20210428 2021-04-28 17:22:10 -07:00
virtio virtio/s390: get rid of open-coded kvm hypercall 2021-06-28 11:18:28 +02:00
Makefile