diff options
| author | Jens Freimann <[email protected]> | 2014-12-18 15:48:14 +0100 |
|---|---|---|
| committer | Christian Borntraeger <[email protected]> | 2015-01-23 13:25:39 +0100 |
| commit | 49538d12380fa8970f35db1f063189e49e69399c (patch) | |
| tree | d0f52d203c2a87c67855d7aa03a15b5690958ab1 /tools/perf/scripts/python | |
| parent | 3cfad02380f761af99770f22c327e5eedfad3934 (diff) | |
KVM: s390: fix bug in sigp emergency signal injection
Currently we are always setting the wrong bit in the
bitmap for pending emergency signals. Instead of using
emerg.code from the passed in irq parameter, we use the
value in our per-vcpu local_int structure, which is always zero.
That means all emergency signals will have address 0 as parameter.
If two CPUs send a SIGP to the same target, one might be lost.
Let's fix this by using the value from the parameter and
also trace the correct value.
Reviewed-by: David Hildenbrand <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Signed-off-by: Jens Freimann <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions