https://bugs.kde.org/show_bug.cgi?id=431157
--- Comment #12 from Carl Love <c...@us.ibm.com> --- The Power support for Valgrind treats the Hardware Transactional Memory (HTM) instructions effectively as NOPs. The transaction begin instruction (tbegin) is always failed in Valgrind causing the code to execute the failure path. Given that, I don't see any issues with filtering out the HAS_HTM bit. From what I can find, the HTM_NOSC is for use by the Kernel to indicate it will abort the transaction before entering the kernel. Valgrind only works with User code so again there should not be any issues with filtering it out. I see no issues at this point with enabling the scv instruction and filtering out the HTM hardware caps bits. -- You are receiving this mail because: You are watching all bug changes.