diff options
author | Heiko Carstens <[email protected]> | 2021-06-21 16:03:56 +0200 |
---|---|---|
committer | Christian Borntraeger <[email protected]> | 2021-06-23 09:22:37 +0200 |
commit | 4fa3b91bdee1b08348c82660668ca0ca34e271ad (patch) | |
tree | dc74fbdbfb85094d0067e8f7f0939c29507a2703 /lib/test_overflow.c | |
parent | 6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff) |
KVM: s390: 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 kvm code, even though
there is currently nothing wrong with them. This way we know for sure
that this bug class won't be introduced here.
Signed-off-by: Heiko Carstens <[email protected]>
Reviewed-by: Christian Borntraeger <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Reviewed-by: Claudio Imbrenda <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[[email protected]: checkpatch strict fix]
Signed-off-by: Christian Borntraeger <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions