RE: [PATCH v15] x86/split_lock: Enable split lock detection by kernel

From: Luck, Tony
Date: Mon Jan 27 2020 - 12:35:37 EST


> Have you found any actual bad software ? The only way I could trigger
> was by explicitly writing a program to tickle it.

No application or library issues found so far (though I'm not running the kind of multi-threaded
applications that might be using atomic operations for synchronization).

Only Linux kernel seems to have APIs that make it easy for programmers to accidently split
an atomic operation between cache lines.

-Tony