diff options
author | David Hildenbrand <[email protected]> | 2018-05-09 16:12:17 +0200 |
---|---|---|
committer | Christian Borntraeger <[email protected]> | 2018-05-17 12:28:45 +0200 |
commit | f4a551b72358facbbe5714248dff78404272feee (patch) | |
tree | 5219b9ba3b89949c310affd711e1aeaf86427c4b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 75bc37fefc4471e718ba8e651aa74673d4e0a9eb (diff) |
KVM: s390: vsie: fix < 8k check for the itdba
By missing an "L", we might detect some addresses to be <8k,
although they are not.
e.g. for itdba = 100001fff
!(gpa & ~0x1fffU) -> 1
!(gpa & ~0x1fffUL) -> 0
So we would report a SIE validity intercept although everything is fine.
Fixes: 166ecb3 ("KVM: s390: vsie: support transactional execution")
Reported-by: Dan Carpenter <[email protected]>
Reviewed-by: Christian Borntraeger <[email protected]>
Reviewed-by: Janosch Frank <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Signed-off-by: Janosch Frank <[email protected]>
Cc: [email protected] # v4.8+
Signed-off-by: Christian Borntraeger <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions