[valgrind] [Bug 412377] New: SIGILL on cache flushes on arm64

2019-09-26 Thread Adam Borowski
https://bugs.kde.org/show_bug.cgi?id=412377 Bug ID: 412377 Summary: SIGILL on cache flushes on arm64 Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal

[valgrind] [Bug 412377] SIGILL on cache flushes on arm64

2020-01-22 Thread Adam Borowski
https://bugs.kde.org/show_bug.cgi?id=412377 --- Comment #2 from Adam Borowski --- Alas, nope -- I specifically need the variant without invalidation. On ARMv8.0 and 8.1 that's cvac; what I really want is cvap but that's unsupported on any hardware I have access to. Mainline valgrind (ie

[valgrind] [Bug 412377] SIGILL on cache flushes on arm64

2020-12-23 Thread Adam Borowski
https://bugs.kde.org/show_bug.cgi?id=412377 Adam Borowski changed: What|Removed |Added Attachment #122885|0 |1 is obsolete

[valgrind] [Bug 412377] SIGILL on cache flushes on arm64

2020-12-23 Thread Adam Borowski
https://bugs.kde.org/show_bug.cgi?id=412377 --- Comment #5 from Adam Borowski --- You've added civac which differs from cvac only by trashing the cache entry after committing it to memory ("i" stands for "invalidate"). cvac is the instruction I need, and I'm using it suc