Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
03_allow-or-quoting-of-strings-in-.valgrindrc.patch | Allow ' or " quoting of strings in ~/.valgrindrc Signed-off-by: Pierre Habouzit <madcoder@debian.org> | Pierre Habouzit <madcoder@debian.org> | no | debian | vendor | 2012-05-10 |
04_workaround-SIGSEGV-on-PPC.patch | Workaround SIGSEGV on PPC Signed-off-by: Pierre Habouzit <madcoder@debian.org> | Pierre Habouzit <madcoder@debian.org> | no | debian | vendor | 2012-05-10 |
05_fix-callgrind_control.patch | Fix callgrind_control that should look for valgrind.bin and not valgrind | Pierre Habouzit <madcoder@debian.org> | no | debian | vendor | 2012-05-10 |
08_fix-spelling-in-manpage.patch | Fix spelling-error-in-manpage found by lintian | Alessandro Ghedini <ghedo@debian.org> | no | vendor | 2016-11-03 | |
09_fix-armhf-detect.patch | Fix FTBFS on armhf by correctly detecting the architecture | Alessandro Ghedini <ghedo@debian.org> | no | debian | vendor | 2013-11-30 |
10_mpi-pkg-config.patch | Use pkg-config to detect MPI | Helmut Grohne <helmut@subdivi.de> | no | debian | vendor | 2018-11-14 |
11_arm64-cache-flush.patch | [PATCH] Fix SIGILL on dcache flushes on arm64. Only "dc cvau" was supported; the list is: * cvau: to Point of Unification (icache = dcache, usu. L2) * cvac: to Point of Coherence (all hardware that can access memory) * cvap: to Point of Persistence (v8.2, usu. memory controller) * cvadp: to Point of Deep Persistence (v8.5) * civac: cvac + invalidate For tools other than cachegrind, we don't care about which exact flush is used; this patch doesn't yet teach cachegrind that -- but at least there's no crash, and all other tools work right. |
Adam Borowski <kilobyte@angband.pl> | no | 2019-06-19 | ||
13_fix-path-to-vgdb.patch | Fix path to vgdb executable in output message | Alessandro Ghedini <ghedo@debian.org> | no | debian | vendor | |
armhf_neon.patch | Do not require neon on armhf | Richard Earnshaw <Richard.Earnshaw@arm.com> | no | debian | 2022-07-01 | |
14-x86-new-nops.patch | Bug 478624 - Valgrind incompatibility with binutils-2.42 on x86 with new nop patterns... Bug 478624 - Valgrind incompatibility with binutils-2.42 on x86 with new nop patterns (unhandled instruction bytes: 0x2E 0x8D 0xB4 0x26) It was a bit of a struggle to get the testcase to build with both clang and gcc (oddly enough gcc was more difficult) so I just resorted to using .byte arrays. |
Paul Floyd <pjfloyd@wanadoo.fr> | no | 2023-12-17 |