diff options
author | Vikas Shivappa <[email protected]> | 2017-08-15 18:00:42 -0700 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-08-16 12:05:41 +0200 |
commit | bbc4615e0b7df5e21d0991adb4b2798508354924 (patch) | |
tree | 90ad683ed927c5845ff3ae2392b6a468be7d79fe /tools/perf/scripts/python/export-to-postgresql.py | |
parent | a9110b552d44fedbd1221eb0e5bde81da32d9350 (diff) |
x86/intel_rdt/mbm: Fix MBM overflow handler during CPU hotplug
When a CPU is dying, the overflow worker is canceled and rescheduled on a
different CPU in the same domain. But if the timer is already about to
expire this essentially doubles the interval which might result in a non
detected overflow.
Cancel the overflow worker and reschedule it immediately on a different CPU
in same domain. The work could be flushed as well, but that would
reschedule it on the same CPU.
[ tglx: Rewrote changelog once again ]
Reported-by: Thomas Gleixner <[email protected]>
Signed-off-by: Vikas Shivappa <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions