diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-08-09 10:30:49 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-09 10:13:32 +0100 |
commit | 50348fac29211a54702b375e6e5717198a7d0cf6 (patch) | |
tree | 4abd62a6d4f156623ff44a4219aabf4e4f2c445f /security | |
parent | ff8424be8ce326e046982768bd20a245714e05b6 (diff) | |
download | linux-50348fac29211a54702b375e6e5717198a7d0cf6.tar.bz2 |
net/iucv: get rid of register asm usage
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 statements in iucv 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.
Acked-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions