[valgrind] [Bug 373555] New: rename BBPTR to GSPTR as it denotes guest state only

2016-12-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373555 Bug ID: 373555 Summary: rename BBPTR to GSPTR as it denotes guest state only Product: valgrind Version: 3.13 SVN Platform: Compiled Sources OS: All Status: UNCONFIRMED

[valgrind] [Bug 373555] rename BBPTR to GSPTR as it denotes guest state pointer only

2016-12-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373555 Ivo Raisr changed: What|Removed |Added Summary|rename BBPTR to GSPTR as it |rename BBPTR to GSPTR as it

[valgrind] [Bug 373555] rename BBPTR to GSPTR as it denotes guest state pointer only

2016-12-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373555 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #1 from Ivo Raisr

[valgrind] [Bug 373555] rename BBPTR to GSPTR as it denotes guest state pointer only

2016-12-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373555 Ivo Raisr changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|jsew...@acm.org

[valgrind] [Bug 373555] Rename BBPTR to GSPTR as it denotes guest state pointer only

2016-12-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373555 Ivo Raisr changed: What|Removed |Added Summary|rename BBPTR to GSPTR as it |Rename BBPTR to GSPTR as it

[valgrind] [Bug 373555] Rename BBPTR to GSPTR as it denotes guest state pointer only

2016-12-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373555 Ivo Raisr changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[valgrind] [Bug 373938] New: const IRExpr arguments to matchIRExpr()

2016-12-19 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938 Bug ID: 373938 Summary: const IRExpr arguments to matchIRExpr() Product: valgrind Version: 3.13 SVN Platform: Other OS: All Status: UNCONFIRMED Severity: normal

[valgrind] [Bug 373938] const IRExpr arguments to matchIRExpr()

2016-12-19 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net Ever confirmed|0

[valgrind] [Bug 373990] New: Potential shift left overflow in guest_arm_toIR.c

2016-12-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373990 Bug ID: 373990 Summary: Potential shift left overflow in guest_arm_toIR.c Product: valgrind Version: 3.13 SVN Platform: Compiled Sources OS: All Status: UNCONFIRMED

[valgrind] [Bug 373990] Potential shift left overflow in guest_arm_toIR.c

2016-12-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373990 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net -- You are receiving this mail

[valgrind] [Bug 373938] const IRExpr arguments to matchIRExpr()

2016-12-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938 --- Comment #1 from Ivo Raisr --- So the gist of my changes is really just: - Bool matchIRExpr ( MatchInfo* mi, IRExpr* p, IRExpr* e ); + Bool matchIRExpr ( MatchInfo* mi, const IRExpr* p, const IRExpr* e ); -- You are receiving this mail because

[valgrind] [Bug 373938] const IRExpr arguments for matchIRExpr()

2016-12-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938 Ivo Raisr changed: What|Removed |Added Summary|const IRExpr arguments to |const IRExpr arguments for

[valgrind] [Bug 373938] const IRExpr arguments for matchIRExpr()

2016-12-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938 Ivo Raisr changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[valgrind] [Bug 162848] --log-file output isn't split when a program forks

2016-12-27 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=162848 Ivo Raisr changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[valgrind] [Bug 162848] --log-file output isn't split when a program forks

2016-12-27 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=162848 Ivo Raisr changed: What|Removed |Added Attachment #35047|0 |1 is obsolete

[valgrind] [Bug 162848] --log-file output isn't split when a program forks

2016-12-29 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=162848 Ivo Raisr changed: What|Removed |Added Attachment #103030|0 |1 is obsolete

[valgrind] [Bug 384337] performance improvements to VEX register allocator v2 and v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384337 --- Comment #13 from Ivo Raisr --- Interestingly enough, VEX register allocator v2 also benefits from register reordering: For Memcheck on perf/bz2: ra2-baseline: 45,214 M instructions total; 209 M doRegisterAllocation_v2 ra2-reordered: 45,189 M

[valgrind] [Bug 384526] New: reduce number of spill instructions in VEX register allocator v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384526 Bug ID: 384526 Summary: reduce number of spill instructions in VEX register allocator v3 Product: valgrind Version: 3.14 SVN Platform: Compiled Sources OS: Linux

[valgrind] [Bug 384526] reduce number of spill instructions in VEX register allocator v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384526 Ivo Raisr changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Assignee|jsew...@acm.org

[valgrind] [Bug 384526] reduce number of spill instructions generated by VEX register allocator v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384526 Ivo Raisr changed: What|Removed |Added Summary|reduce number of spill |reduce number of spill

[valgrind] [Bug 384526] reduce number of spill instructions generated by VEX register allocator v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384526 Ivo Raisr changed: What|Removed |Added Status|CONFIRMED |ASSIGNED -- You are receiving this mail because

[valgrind] [Bug 384526] reduce number of spill instructions generated by VEX register allocator v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384526 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #1 from Ivo Raisr

[valgrind] [Bug 384526] reduce number of spill instructions generated by VEX register allocator v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384526 --- Comment #2 from Ivo Raisr --- We can see the following performance improvement: running Memcheck on perf/bz2: baseline: 45,132 M instructions total; 161 M instructions doRegisterAllocation_v3 patched: 45,107 M instructions total; 168 M

[valgrind] [Bug 384337] performance improvements to VEX register allocator v2 and v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384337 Ivo Raisr changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[valgrind] [Bug 384526] reduce number of spill instructions generated by VEX register allocator v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384526 Ivo Raisr changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[valgrind] [Bug 384526] reduce number of spill instructions generated by VEX register allocator v3

2017-09-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384526 Ivo Raisr changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[valgrind] [Bug 208531] [PATCH]: FreeBSD support for valgrind

2017-09-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=208531 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #26 from Ivo Raisr

[valgrind] [Bug 255603] Assertion '!already_present' failed

2017-09-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=255603 Ivo Raisr changed: What|Removed |Added CC||ma...@debian.org --- Comment #8 from Ivo Raisr

[valgrind] [Bug 332577] exp-sgcheck: sg_main.c:560 (add_blocks_to_StackTree): Assertion '!already_present' failed.

2017-09-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=332577 Ivo Raisr changed: What|Removed |Added Resolution|--- |DUPLICATE Status|CONFIRMED

[valgrind] [Bug 255603] Assertion '!already_present' failed

2017-09-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=255603 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net Ever confirmed|0

[valgrind] [Bug 384584] Callee saved registers listed first for AMD64, X86, and PPC architectures

2017-09-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384584 Ivo Raisr changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Summary|list first callee

[valgrind] [Bug 384584] New: list first callee saved registers for AMD64, X86, and PPC architectures

2017-09-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384584 Bug ID: 384584 Summary: list first callee saved registers for AMD64, X86, and PPC architectures Product: valgrind Version: 3.14 SVN Platform: Compiled Sources OS:

[valgrind] [Bug 384337] performance improvements to VEX register allocator v2 and v3

2017-09-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384337 Ivo Raisr changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[valgrind] [Bug 384584] Callee saved registers listed first for AMD64, X86, and PPC architectures

2017-09-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384584 Ivo Raisr changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[valgrind] [Bug 384584] Callee saved registers listed first for AMD64, X86, and PPC architectures

2017-09-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384584 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #1 from Ivo Raisr

[valgrind] [Bug 384633] Add a simple progress-reporting facility

2017-09-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384633 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #2 from Ivo Raisr

[valgrind] [Bug 384633] Add a simple progress-reporting facility

2017-09-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384633 --- Comment #3 from Ivo Raisr --- And also please add the line explanation somewhere. User manual, verbose output... -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 384676] New: VEX AMD64 backend should list more real registers as available for the register allocator

2017-09-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384676 Bug ID: 384676 Summary: VEX AMD64 backend should list more real registers as available for the register allocator Product: valgrind Version: 3.14 SVN Platform: Compiled Sources

[valgrind] [Bug 384676] VEX AMD64 backend should list more real registers as available for the register allocator

2017-09-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384676 Ivo Raisr changed: What|Removed |Added Ever confirmed|0 |1 Assignee|jsew...@acm.org

[valgrind] [Bug 384676] VEX AMD64 backend should list more real registers as available for the register allocator

2017-09-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384676 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #1 from Ivo Raisr

[valgrind] [Bug 384676] VEX AMD64 backend should list more real registers as available for the register allocator

2017-09-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384676 Ivo Raisr changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[valgrind] [Bug 384584] Callee saved registers listed first for AMD64, X86, and PPC architectures

2017-09-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384584 Ivo Raisr changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[valgrind] [Bug 384584] Callee saved registers listed first for AMD64, X86, and PPC architectures

2017-09-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384584 --- Comment #4 from Ivo Raisr --- The part with %rax, %rcx, %rdx, %r11 removal from getRegUsage_AMD64Instr() will be removed from the patch. The reason is explained in greater detail in: Bug 384676 - VEX AMD64 backend should list more real registers

[valgrind] [Bug 384676] VEX AMD64 backend should list more real registers as available for the register allocator

2017-09-14 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384676 --- Comment #2 from Ivo Raisr --- Unfortunately performance measurements do not confirm this as a good idea. Measuring Memcheck on perf/bz2, instruction count: v3 baseline: 45,110 M total; 168 M register allocator v3 patched: 45,123 M total; 176 M

[valgrind] [Bug 384584] Callee saved registers listed first for AMD64, X86, and PPC architectures

2017-09-14 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384584 Ivo Raisr changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[valgrind] [Bug 384584] Callee saved registers listed first for AMD64, X86, and PPC architectures

2017-09-14 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384584 --- Comment #6 from Ivo Raisr --- At the end only %r11 was removed from the list in getRegUsage_AMD64Instr() because it's used overall as a temporary register for destination address. %rax, %rcx, %rdx could in theory be used as allocatabl

[valgrind] [Bug 384729] __libc_freeres inhibits cross-platform valgrind

2017-09-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384729 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #2 from Ivo Raisr

[valgrind] [Bug 384732] posix_spawn with glibc 2.25 causes an assertion

2017-09-19 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384732 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #8 from Ivo Raisr

[valgrind] [Bug 384337] performance improvements to VEX register allocator v2 and v3

2017-09-22 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384337 Ivo Raisr changed: What|Removed |Added Attachment #107674|0 |1 is obsolete

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-09-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 Ivo Raisr changed: What|Removed |Added Ever confirmed|0 |1 Assignee|jsew...@acm.org

[valgrind] [Bug 384987] New: VEX register allocator: allocate caller-save registers for short lived vregs

2017-09-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 Bug ID: 384987 Summary: VEX register allocator: allocate caller-save registers for short lived vregs Product: valgrind Version: 3.14 SVN Platform: Compiled Sources

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-09-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #1 from Ivo Raisr

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-09-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 Ivo Raisr changed: What|Removed |Added Status|CONFIRMED |ASSIGNED -- You are receiving this mail because

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-09-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 --- Comment #2 from Ivo Raisr --- Created attachment 107964 --> https://bugs.kde.org/attachment.cgi?id=107964&action=edit register allocation -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-09-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 --- Comment #3 from Ivo Raisr --- The only remaining thing is to refactor isMove callbacks in the remaining architectures so that the information is available directly in HRegUsage. -- You are receiving this mail because: You are watching all bug

[valgrind] [Bug 384337] performance improvements to VEX register allocator v2 and v3

2017-10-03 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384337 Ivo Raisr changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-10-03 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 Ivo Raisr changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-10-03 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 Ivo Raisr changed: What|Removed |Added Attachment #107964|0 |1 is obsolete

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-10-03 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 Ivo Raisr changed: What|Removed |Added Attachment #107963|0 |1 is obsolete

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-10-03 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 --- Comment #6 from Ivo Raisr --- I've tested on amd64, ppc8le and arm64 architectures. In all cases, the produced code was more compact and overall performance better, when running inner Memcheck on perf/bz2. Numbers are given as instruction

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-10-04 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 Ivo Raisr changed: What|Removed |Added Attachment #108134|0 |1 is obsolete

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-10-04 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 Ivo Raisr changed: What|Removed |Added Attachment #108135|0 |1 is obsolete

[valgrind] [Bug 384987] VEX register allocator: allocate caller-save registers for short lived vregs

2017-10-04 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384987 --- Comment #16 from Ivo Raisr --- I've fixed the problem with duplicate hregIsVirtual() in host_arch_defs.c files. Here are the performance numbers for amd64 and x86: Running inner Memcheck on perf/bz2 (compiled with -O or -O2). Number

[valgrind] [Bug 376956] Memcheck crashes on access(NULL, F_OK) done by Free Pascal application

2017-03-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=376956 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #7 from Ivo Raisr

[valgrind] [Bug 377376] memcheck/tests/linux/getregset fails with glibc2.24

2017-03-14 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377376 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #4 from Ivo Raisr

[valgrind] [Bug 375514] valgrind_get_tls_addr() does not work in case of static TLS

2017-03-14 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=375514 Ivo Raisr changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC

[valgrind] [Bug 375806] Test helgrind/tests/tc22_exit_w_lock fails with glibc 2.24

2017-03-14 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=375806 Ivo Raisr changed: What|Removed |Added Resolution|--- |FIXED CC

[valgrind] [Bug 377376] memcheck/tests/linux/getregset fails with glibc2.24

2017-03-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377376 Ivo Raisr changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[valgrind] [Bug 377376] memcheck/tests/linux/getregset fails with glibc2.24

2017-03-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377376 --- Comment #9 from Ivo Raisr --- Thank you for the patch. Indeed, it unbreaks the build. "some complaints" is an euphemism here :-) Valgrind build was effectively broken on two thirds of supported OSes :-) -- You are receiving this ma

[valgrind] [Bug 377376] memcheck/tests/linux/getregset fails with glibc2.24

2017-03-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377376 Ivo Raisr changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[valgrind] [Bug 377698] Missing memory check for futex() uaddr arg for FUTEX_WAKE and FUTEX_WAKE_BITSET

2017-03-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377698 Ivo Raisr changed: What|Removed |Added Version|unspecified |3.13 SVN Component|memcheck

[valgrind] [Bug 377698] Missing memory check for futex() uaddr arg for FUTEX_WAKE and FUTEX_WAKE_BITSET

2017-03-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377698 Ivo Raisr changed: What|Removed |Added Assignee|jsew...@acm.org |iv...@ivosh.net -- You are receiving this mail

[valgrind] [Bug 377698] Missing memory check for futex() uaddr arg for FUTEX_WAKE and FUTEX_WAKE_BITSET

2017-03-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377698 Ivo Raisr changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[valgrind] [Bug 336768] vex mips->IR: unhandled instruction bytes: 0x3B 0xE8 0x3 0xEC

2017-03-17 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=336768 Ivo Raisr changed: What|Removed |Added Ever confirmed|0 |1 Assignee|jsew...@acm.org

[valgrind] [Bug 376956] syswrap of SNDDRV and DRM_IOCTL_VERSION causing some addresses to be wrongly marked as addressable

2017-03-17 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=376956 --- Comment #11 from Ivo Raisr --- Thank you, Philippe! -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 348924] MIPS: Load doubles through memory so the code compiles with the FPXX ABI

2017-03-17 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=348924 Ivo Raisr changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC

[valgrind] [Bug 336768] vex mips->IR: unhandled instruction bytes: 0x3B 0xE8 0x3 0xEC

2017-03-17 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=336768 Ivo Raisr changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[valgrind] [Bug 377930] New: fcntl syscall wrapper is missing flock structure check

2017-03-22 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377930 Bug ID: 377930 Summary: fcntl syscall wrapper is missing flock structure check Product: valgrind Version: 3.13 SVN Platform: Compiled Sources OS: Linux Status: UNCONFIRMED

[valgrind] [Bug 377930] fcntl syscall wrapper is missing flock structure check

2017-03-22 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377930 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #1 from Ivo Raisr

[valgrind] [Bug 377930] fcntl syscall wrapper is missing flock structure check

2017-03-22 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377930 Ivo Raisr changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[valgrind] [Bug 377930] fcntl syscall wrapper is missing flock structure check

2017-03-22 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377930 Ivo Raisr changed: What|Removed |Added Assignee|jsew...@acm.org |iv...@ivosh.net -- You are receiving this mail

[valgrind] [Bug 377698] Missing memory check for futex() uaddr arg for FUTEX_WAKE and FUTEX_WAKE_BITSET, check only 4 args for FUTEX_WAKE_BITSET, and 2 args for FUTEX_TRYLOCK_PI

2017-03-22 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377698 --- Comment #4 from Ivo Raisr --- Diane, your patch does not apply to Valgrind SVN trunk. 1. It is malformed. Line 48 seems to be split somehow. 2. After correcting item 1 manually, 2 hunks in coregrind/m_syswrap/syswrap-linux.c fail to apply

[valgrind] [Bug 377698] Missing memory check for futex() uaddr arg for FUTEX_WAKE and FUTEX_WAKE_BITSET, check only 4 args for FUTEX_WAKE_BITSET, and 2 args for FUTEX_TRYLOCK_PI

2017-03-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377698 Ivo Raisr changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[valgrind] [Bug 377930] fcntl syscall wrapper is missing flock structure check

2017-03-26 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377930 Ivo Raisr changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[valgrind] [Bug 378293] False Negative on memory leak

2017-03-30 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=378293 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #1 from Ivo Raisr

[valgrind] [Bug 378430] New: www: update Valgrind alias mirrors

2017-04-04 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=378430 Bug ID: 378430 Summary: www: update Valgrind alias mirrors Product: valgrind Version: 3.13 SVN Platform: Compiled Sources OS: All Status: UNCONFIRMED Severity: n

[valgrind] [Bug 378430] www: update Valgrind alias mirrors

2017-04-04 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=378430 Ivo Raisr changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED CC

[valgrind] [Bug 359202] Add musl libc configure/compile

2017-04-05 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=359202 Ivo Raisr changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED CC

[valgrind] [Bug 378535] New: Valgrind reports INTERNAL ERROR in execve syscall wrapper

2017-04-07 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=378535 Bug ID: 378535 Summary: Valgrind reports INTERNAL ERROR in execve syscall wrapper Product: valgrind Version: 3.13 SVN Platform: Compiled Sources OS: Linux

[valgrind] [Bug 378535] Valgrind reports INTERNAL ERROR in execve syscall wrapper

2017-04-07 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=378535 Ivo Raisr changed: What|Removed |Added Ever confirmed|0 |1 Assignee|jsew...@acm.org

[valgrind] [Bug 378535] Valgrind reports INTERNAL ERROR in execve syscall wrapper

2017-04-07 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=378535 --- Comment #1 from Ivo Raisr --- Created attachment 104915 --> https://bugs.kde.org/attachment.cgi?id=104915&action=edit proposed patch -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 378535] Valgrind reports INTERNAL ERROR in execve syscall wrapper

2017-04-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=378535 Ivo Raisr changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[valgrind] [Bug 359202] Add musl libc configure/compile

2017-04-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=359202 Ivo Raisr changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[valgrind] [Bug 378732] False positive "bad free" on recent versions of bash

2017-04-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=378732 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net --- Comment #7 from Ivo Raisr

[valgrind] [Bug 334649] [Cavium Octeon 2 MIPS64] valgrind is up but ld.so assert "rtld.c: 1257: dl_main: Assertion `_rtld_local._dl_rtld_map.l_relocated' failed" and exits

2017-04-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=334649 Ivo Raisr changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[valgrind] [Bug 379039] False positive when passing non null terminated char* name (len 16 >= bytes) to prctl(PR_SET_NAME

2017-04-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379039 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net Ever confirmed|0

[valgrind] [Bug 379039] False positive when passing non null terminated char* name (len 16 >= bytes) to prctl(PR_SET_NAME

2017-04-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379039 Ivo Raisr changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #3 from Ivo Raisr

[valgrind] [Bug 379039] syscall wrapper for prctl(PR_SET_NAME) must not check more than 16 bytes

2017-04-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379039 Ivo Raisr changed: What|Removed |Added Summary|False positive when passing |syscall wrapper for |non null

[valgrind] [Bug 379039] syscall wrapper for prctl(PR_SET_NAME) must not check more than 16 bytes

2017-04-22 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379039 --- Comment #5 from Ivo Raisr --- Created attachment 105145 --> https://bugs.kde.org/attachment.cgi?id=105145&action=edit patch utilizing VG_(strnlen) function -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 379039] syscall wrapper for prctl(PR_SET_NAME) must not check more than 16 bytes

2017-04-22 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379039 --- Comment #6 from Ivo Raisr --- Based on your comment #2, I prepared a patch myself. Compared to yours, it uses completely different approach. I will defer to the community to judge which one suits better. -- You are receiving this mail because

<    1   2   3   4   5   6   7   >