]> git.ipfire.org Git - thirdparty/valgrind.git/log
thirdparty/valgrind.git
10 years agoBetter align OS X error reporting with other platforms. Refer coregrind/m_ume/elf.c
Rhys Kidd [Fri, 10 Jul 2015 08:14:18 +0000 (08:14 +0000)] 
Better align OS X error reporting with other platforms. Refer coregrind/m_ume/elf.c

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15408

10 years agoFollowup to r15406:
Florian Krohm [Thu, 9 Jul 2015 21:05:26 +0000 (21:05 +0000)] 
Followup to r15406:
- update list of supported s390 opcodes
- update bug status
- keep BZ list in NEWS sorted

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15407

10 years agoFix from Andreas Arnez for bug 342841 s390x unrecognized instruction fiebra
Christian Borntraeger [Thu, 9 Jul 2015 19:21:42 +0000 (19:21 +0000)] 
Fix from Andreas Arnez for bug 342841  s390x unrecognized instruction fiebra

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15406

10 years agoMinor updates; also note the fixing of 346411.
Julian Seward [Wed, 8 Jul 2015 17:13:46 +0000 (17:13 +0000)] 
Minor updates; also note the fixing of 346411.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15405

10 years agoFix "346411 MIPS: SysRes::_valEx handling is incorrect"
Julian Seward [Wed, 8 Jul 2015 17:08:23 +0000 (17:08 +0000)] 
Fix "346411  MIPS: SysRes::_valEx handling is incorrect"
Specialise type SysRes for mips{32,64}-linux to enable
meaningful equality comparisons.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15404

10 years agoPreliminary support for OS X 10.11 (El Capitan). Refer BZ#348909 for ongoing work.
Rhys Kidd [Wed, 8 Jul 2015 13:46:57 +0000 (13:46 +0000)] 
Preliminary support for OS X 10.11 (El Capitan). Refer BZ#348909 for ongoing work.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15403

10 years agoRoughly classify all the bugs in 3_10_BUGSTATUS.txt.
Julian Seward [Wed, 8 Jul 2015 09:22:40 +0000 (09:22 +0000)] 
Roughly classify all the bugs in 3_10_BUGSTATUS.txt.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15401

10 years agoVG_(get_StackTrace_wrk) for x86-{linux,darwin}: when following
Julian Seward [Tue, 7 Jul 2015 14:06:00 +0000 (14:06 +0000)] 
VG_(get_StackTrace_wrk) for x86-{linux,darwin}: when following
frame-pointer chains (via EBP), don't continue if EBP doesn't contain
a 4-aligned value.  A misaligned EBP is almost certainly invalid --
hence, no loss in unwind capability here -- and the misaligned access
causes gcc 5.1 ubsan alignment checks to fail.  So avoid them.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15400

10 years agoUpdate.
Julian Seward [Tue, 7 Jul 2015 13:29:09 +0000 (13:29 +0000)] 
Update.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15399

10 years ago349941 di_notify_mmap might create wrong start/size DebugInfoMapping
Mark Wielaard [Tue, 7 Jul 2015 13:01:40 +0000 (13:01 +0000)] 
349941 di_notify_mmap might create wrong start/size DebugInfoMapping

Use seg->start instead of a as DebugInfoMapping avma. Normally seg->start
equals a. But when it is not then the size of the map might extend beyond
the segment (and not actually cover the start of the segment). When another
ELF file is them mapped right after this then it triggers an overlap purge
of the DebugInfo. In the case the mapping was for libc or ld.so this then
removes all intercepts causing "bad things".

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15398

10 years ago349828 memcpy intercepts memmove causing src/dst overlap error (ppc64 ld.so)
Mark Wielaard [Tue, 7 Jul 2015 13:01:39 +0000 (13:01 +0000)] 
349828 memcpy intercepts memmove causing src/dst overlap error (ppc64 ld.so)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15397

10 years agoRevert an accidental change to the address space manager that sneaked
Florian Krohm [Mon, 6 Jul 2015 20:22:16 +0000 (20:22 +0000)] 
Revert an accidental change to the address space manager that sneaked
in in r15394.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15396

10 years agoFollowup to r15394 and BZ #349874. Ensure tests align with (corrected) output.
Rhys Kidd [Mon, 6 Jul 2015 09:34:12 +0000 (09:34 +0000)] 
Followup to r15394 and BZ #349874. Ensure tests align with (corrected) output.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15395

10 years agoFix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru).
Florian Krohm [Sun, 5 Jul 2015 21:53:33 +0000 (21:53 +0000)] 
Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru).
Fixes BZ #349874

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15394

10 years agoFix scripts to use /bin/true consistently.
Florian Krohm [Fri, 3 Jul 2015 20:07:08 +0000 (20:07 +0000)] 
Fix scripts to use /bin/true consistently.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15392

10 years agoFix Memcheck: the 'impossible' happened: unexpected size for Addr (OSX/wine)
Rhys Kidd [Wed, 1 Jul 2015 23:04:58 +0000 (23:04 +0000)] 
Fix Memcheck: the 'impossible' happened: unexpected size for Addr (OSX/wine)
bz#347988
== 345929

On OS X 10.10

Before:

== 592 tests, 222 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 592 tests, 222 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15391

10 years agoBacking out patch 1 and 2 from Bugzilla 349790.
Carl Love [Wed, 1 Jul 2015 21:29:12 +0000 (21:29 +0000)] 
Backing out patch 1 and 2 from Bugzilla 349790.

The new script (tests/check_ppc64_auxv_cap) in the first patch was
written for the bash shell.  I was told by fkrohm that there was an
issue with bash sometime ago and the decision was to use sh instead.
sh maps to bash on a lot of systems but on some it maps to dash.  The
script is not compatible with dash.

In retesting the second patch with a fresh svn pull, I found that I
forgot to do the svn add for the new script file.  Which causes the
regression test to fail with the second patch applied.

So, I have decided it will be best to just back out patch 1 and 2 for now.
I will fix the script and do this again.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15390

10 years agoPatch 2 of 6
Carl Love [Wed, 1 Jul 2015 19:44:13 +0000 (19:44 +0000)] 
Patch 2 of 6

Update all vgtest files to reference the new capability check helper.
This includes a few adjustments to ensure the test is checking for
the proper capability. (i.e. htm versus isa_2_07).

Patch 1 valgrind commit id 15388.

The bugzilla for this commit is 349790

Patch submitted by   Will Schmidt <will_schmidt@vnet.ibm.com>
Reviewed and tested by Carl Love <cel@ibm.com>

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15389

10 years agoPatch 1 of 6
Carl Love [Wed, 1 Jul 2015 18:48:48 +0000 (18:48 +0000)] 
Patch 1 of 6

Rework the aux vector hwcap capability checking utilities.
This is meant to consolidate a number of existing _cap
checking scripts, and allow a better way of checking for
additional capabilites.

The bugzilla for this commit is 349790

Patch submitted by   Will Schmidt <will_schmidt@vnet.ibm.com>
Reviewed and tested by Carl Love <cel@ibm.com>

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15388

10 years agoAdd news entry for bugzilla #349626
Bart Van Assche [Sun, 28 Jun 2015 17:06:14 +0000 (17:06 +0000)] 
Add news entry for bugzilla #349626

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15387

10 years agoxen: Drop bogus port field from vki_xen_ioctl_evtchn_bind_virq
Bart Van Assche [Sun, 28 Jun 2015 16:57:48 +0000 (16:57 +0000)] 
xen: Drop bogus port field from vki_xen_ioctl_evtchn_bind_virq

This ioctl argument struct has never had such a member.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15386

10 years agoxen: Implement physdev_op and map_pirq
Bart Van Assche [Sun, 28 Jun 2015 16:57:10 +0000 (16:57 +0000)] 
xen: Implement physdev_op and map_pirq

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15385

10 years agoxen: Implement the xsm_op hypercall
Bart Van Assche [Sun, 28 Jun 2015 16:55:45 +0000 (16:55 +0000)] 
xen: Implement the xsm_op hypercall

More recent Xen toolstacks use this for the SID_TO_CONTEXT operation
only, even when XSM is not in use.

XSM is actually an abstraction layer, of which the only current
implementation is FLASK. So this blindly assumes that the backend is
FLASK. Should another XSM backend be invented then we will have to
sort of detecting the correct one.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15384

10 years agoxen: syswrap XEN_SCHEDOP_remote_shutdown
Bart Van Assche [Sun, 28 Jun 2015 16:53:58 +0000 (16:53 +0000)] 
xen: syswrap XEN_SCHEDOP_remote_shutdown

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15383

10 years agoFollow-up for r15381
Bart Van Assche [Sun, 28 Jun 2015 16:52:49 +0000 (16:52 +0000)] 
Follow-up for r15381

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15382

10 years agoxen: Basic syswrap infrastructure for XEN_sched_op hypercalls
Bart Van Assche [Sun, 28 Jun 2015 16:48:22 +0000 (16:48 +0000)] 
xen: Basic syswrap infrastructure for XEN_sched_op hypercalls

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15381

10 years agoxen: Implement memory map hypercalls
Bart Van Assche [Sun, 28 Jun 2015 16:47:13 +0000 (16:47 +0000)] 
xen: Implement memory map hypercalls

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15380

10 years agoxen: syswrap XENMEM_machphys_compat_mfn_list
Bart Van Assche [Sun, 28 Jun 2015 16:46:30 +0000 (16:46 +0000)] 
xen: syswrap XENMEM_machphys_compat_mfn_list

XENMEM_machphys_compat_mfn_list is functionally identical to
XENMEM_machphys_mfn_list but returns a different list from Xen.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15379

10 years agosyswrap-xen.c: Make indentation consistent
Bart Van Assche [Sun, 28 Jun 2015 16:45:44 +0000 (16:45 +0000)] 
syswrap-xen.c: Make indentation consistent

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15378

10 years agoxen: syswrap XEH_HVMOP_set_pci_intx_level
Bart Van Assche [Sun, 28 Jun 2015 16:44:21 +0000 (16:44 +0000)] 
xen: syswrap XEH_HVMOP_set_pci_intx_level

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15377

10 years agoxen: syswrap XEN_HVMOP_track_dirty_vram
Bart Van Assche [Sun, 28 Jun 2015 16:43:14 +0000 (16:43 +0000)] 
xen: syswrap XEN_HVMOP_track_dirty_vram

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15376

10 years agoxen: implement VKI_XEN_DOMCTL_irq_permission
Bart Van Assche [Sun, 28 Jun 2015 16:42:38 +0000 (16:42 +0000)] 
xen: implement VKI_XEN_DOMCTL_irq_permission

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15375

10 years agoxen: support for XEN_DOMCTL_iomem_permission
Bart Van Assche [Sun, 28 Jun 2015 16:42:05 +0000 (16:42 +0000)] 
xen: support for XEN_DOMCTL_iomem_permission

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15374

10 years agoxen: Handle XEN_DOMCTL_{test_assign,assign,deassign}_device
Bart Van Assche [Sun, 28 Jun 2015 16:41:06 +0000 (16:41 +0000)] 
xen: Handle XEN_DOMCTL_{test_assign,assign,deassign}_device

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15373

10 years agoxen: Handle XEN_DOMCTL_SHADOW_OP_{GET,SET}_ALLOCATION
Bart Van Assche [Sun, 28 Jun 2015 16:39:47 +0000 (16:39 +0000)] 
xen: Handle XEN_DOMCTL_SHADOW_OP_{GET,SET}_ALLOCATION

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15372

10 years agoxen: syswrap XEN_DOMCTL_pin_mem_cacheattr
Bart Van Assche [Sun, 28 Jun 2015 16:38:40 +0000 (16:38 +0000)] 
xen: syswrap XEN_DOMCTL_pin_mem_cacheattr

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15371

10 years agoxen: syswrap XEN_DOMCTL_[gs]et_vcpu_msrs
Bart Van Assche [Sun, 28 Jun 2015 16:37:54 +0000 (16:37 +0000)] 
xen: syswrap XEN_DOMCTL_[gs]et_vcpu_msrs

The XEN_DOMCTL_[gs]et_vcpu_msrs work simiarly to the other get/set pairs,
taking a vcpu, buffer and size.  A query with a buffer of NULL is a request
for the maximum size.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15370

10 years agoxen: syswrap XEN_DOMCTL_[gs]et_ext_vcpustate
Bart Van Assche [Sun, 28 Jun 2015 16:36:30 +0000 (16:36 +0000)] 
xen: syswrap XEN_DOMCTL_[gs]et_ext_vcpustate

The VKI_XEN_DOMCTL_[gs]et_ext_vcpucontext hypercalls have had interface
changes, but are largly just extentions of the existing structure.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15369

10 years agoxen: syswrap XEN_DOMCTL_setvcpuextstate
Bart Van Assche [Sun, 28 Jun 2015 16:35:13 +0000 (16:35 +0000)] 
xen: syswrap XEN_DOMCTL_setvcpuextstate

XEN_DOMCTL_setvcpuextstate reads a vcpu, size and buffer pointer, and reads
size bytes from the buffer.  It has no outputs.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15368

10 years agoxen: Fix XEN_DOMCTL_getvcpuextstate
Bart Van Assche [Sun, 28 Jun 2015 16:34:20 +0000 (16:34 +0000)] 
xen: Fix XEN_DOMCTL_getvcpuextstate

Xen only writes into the provided buffer if the guest handle was not NULL.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15367

10 years agoxen: Add domctl interface version 0x0000000a
Bart Van Assche [Sun, 28 Jun 2015 16:33:04 +0000 (16:33 +0000)] 
xen: Add domctl interface version 0x0000000a

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15366

10 years agoxen: Add support for new sysctl and domctl interface versions
Bart Van Assche [Sun, 28 Jun 2015 16:31:54 +0000 (16:31 +0000)] 
xen: Add support for new sysctl and domctl interface versions

The change causing the sysctl bump is not in an implemented subop yet, so no
change is required.  The change causing the domctl bump is in an implemented
subop, but has also been reverted in favor of a different way of performing
the same actions.  Therefore, there is no net difference.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15365

10 years agoxen: refactor the various "version not supported" messages into a single helper
Bart Van Assche [Sun, 28 Jun 2015 16:30:36 +0000 (16:30 +0000)] 
xen: refactor the various "version not supported" messages into a single helper

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15364

10 years agoPartial update of OS X related 3_10_BUGSTATUS, due to resolved bug reports.
Rhys Kidd [Sun, 28 Jun 2015 04:22:34 +0000 (04:22 +0000)] 
Partial update of OS X related 3_10_BUGSTATUS, due to resolved bug reports.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15363

10 years agoSet svn ignore on map_32bits regression test, added in r15341.
Rhys Kidd [Sun, 28 Jun 2015 04:13:16 +0000 (04:13 +0000)] 
Set svn ignore on map_32bits regression test, added in r15341.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15362

10 years agoFix incorrect sizeof expression in syswrap-xen.c, reported by Coverity (#1233786)
Rhys Kidd [Sun, 28 Jun 2015 04:06:30 +0000 (04:06 +0000)] 
Fix incorrect sizeof expression in syswrap-xen.c, reported by Coverity (#1233786)
n-i-bz

Reviewed-by: Ian Campbell <ian.campbell@citrix.com>
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15361

10 years agoMinor shuffling in Callgrind format doc
Josef Weidendorfer [Fri, 26 Jun 2015 15:44:01 +0000 (15:44 +0000)] 
Minor shuffling in Callgrind format doc

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15360

10 years agoComplete/Fix Callgrind format specification.
Josef Weidendorfer [Fri, 26 Jun 2015 14:05:33 +0000 (14:05 +0000)] 
Complete/Fix Callgrind format specification.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15358

10 years agoFix a comment.
Florian Krohm [Thu, 25 Jun 2015 21:12:44 +0000 (21:12 +0000)] 
Fix a comment.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15355

10 years agoBeef up configury for the undefined behaviour sanitiser.
Florian Krohm [Tue, 23 Jun 2015 20:31:52 +0000 (20:31 +0000)] 
Beef up configury for the undefined behaviour sanitiser.
If the compiler supports -fno-sanitize=alignment use it.
Otherwise, there will be complaints about misaligned
memory accesses. This is needed for GCC 5.1.
If that flag is not supported simply pass in -fsantize=undefined
and assume that it won't check for alignment violations (which
is true for GCC 4.9).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15351

10 years agoFix two testcase builds so they work when linked against a VEX
Florian Krohm [Sun, 21 Jun 2015 17:54:27 +0000 (17:54 +0000)] 
Fix two testcase builds so they work when linked against a VEX
that was compiled with -fsanitize=undefined

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15348

10 years agoFilter 'New thread' lines
Philippe Waroquiers [Sat, 20 Jun 2015 22:22:56 +0000 (22:22 +0000)] 
Filter 'New thread' lines
gdb 7.9 reports new threads at different moment than the previous versions.
Filter these new threads lines so as to not be dependent on this
gdb aspect.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15347

10 years agofbit_mask needs to be unsigned because it sometimes shifts a '1'
Florian Krohm [Fri, 19 Jun 2015 12:01:07 +0000 (12:01 +0000)] 
fbit_mask needs to be unsigned because it sometimes shifts a '1'
into the MSB. Found by ubsan.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15346

10 years agoAnnounce change in NEWS
Philippe Waroquiers [Thu, 18 Jun 2015 21:31:51 +0000 (21:31 +0000)] 
Announce change in NEWS

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15343

10 years ago324181 mmap does not handle MAP_32BIT (handle it now, rather than fail it)
Philippe Waroquiers [Wed, 17 Jun 2015 19:57:09 +0000 (19:57 +0000)] 
324181  mmap does not handle MAP_32BIT (handle it now, rather than fail it)
324181 was previously closed with a solution to always make
MAP_32BIT fail. This is technically correct/according to the doc,
but is not very usable.
This patch ensures that MAP_32BIT mmap is succesful, as long as
aspacemgr gives a range in the first 2GB
(so, compared to a native run, MAP_32BIT will fail much more quickly
as aspacemgr does not reserve the address space below 2GB on a 64 bits).

Far to be perfect, but this is better than nothing.

Added a regression test that test succesful mmap 32 bits till
the 2GB limit is reached.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15341

10 years agomips64: modify load_indexed_instructions test
Petar Jovanovic [Tue, 16 Jun 2015 23:49:30 +0000 (23:49 +0000)] 
mips64: modify load_indexed_instructions test

A little style improvement for load_indexed_instructions test including
addition of new instruction to be tested - lhx (supported as of VEX r3152).

Related issue - BZ #345987.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15340

10 years agoFix UNKNOWN task message [id 3410, to mach_task_self(), reply 0x........] (task_set_s...
Rhys Kidd [Sat, 13 Jun 2015 22:59:47 +0000 (22:59 +0000)] 
Fix UNKNOWN task message [id 3410, to mach_task_self(), reply 0x........] (task_set_special_port)
bz#349087

On OS X 10.10

Before:

== 592 tests, 222 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 592 tests, 222 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15339

10 years agoWaiting for the release, the doc should better indicate it is a SVN version
Philippe Waroquiers [Sat, 13 Jun 2015 15:54:22 +0000 (15:54 +0000)] 
Waiting for the release, the doc should better indicate it is a SVN version

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15338

10 years agoFix UNKNOWN task message [id 3406, to mach_task_self(), reply 0x........] (task_set_info)
Rhys Kidd [Sat, 13 Jun 2015 06:16:10 +0000 (06:16 +0000)] 
Fix UNKNOWN task message [id 3406, to mach_task_self(), reply 0x........] (task_set_info)
bz#349086

On OS X 10.10

Before:

== 592 tests, 222 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 592 tests, 222 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15336

10 years agoUpdate svn ignore propset on the folder none/tests/scripts. n-i-bz.
Rhys Kidd [Sat, 13 Jun 2015 02:49:44 +0000 (02:49 +0000)] 
Update svn ignore propset on the folder none/tests/scripts. n-i-bz.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15335

10 years agoadd KVM_S390_MEMOP ioctl handling
Christian Borntraeger [Fri, 12 Jun 2015 10:54:12 +0000 (10:54 +0000)] 
add KVM_S390_MEMOP ioctl handling

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15334

10 years agoFix 348949 Bogus "ERROR: --ignore-ranges: suspiciously large range"
Philippe Waroquiers [Thu, 11 Jun 2015 19:57:42 +0000 (19:57 +0000)] 
Fix 348949  Bogus "ERROR: --ignore-ranges: suspiciously large range"
Patch from Mark Harris

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15333

10 years agoStick in -Werror when attempting to detect whether a compiler
Florian Krohm [Tue, 9 Jun 2015 21:53:48 +0000 (21:53 +0000)] 
Stick in -Werror when attempting to detect whether a compiler
option is available. This is needed for clang. See also r15323.
Fixes BZ #348890

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15332

10 years agoFollowup to r15323. Cannot use AC_GCC_WARNING_SUBST to detect
Florian Krohm [Tue, 9 Jun 2015 21:44:58 +0000 (21:44 +0000)] 
Followup to r15323. Cannot use AC_GCC_WARNING_SUBST to detect
whether -Wformat-security is supported. Special handling is needed.

gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2  accepts -Wformat-security
without -Wformat being present on the command line. Other GCC
versions will issue a warning if -Wformat is missing. r15323
adds -Werror to AC_GCC_WARNING_SUBST and therefore turns that
warning into an error.  With the consequence that
-Wformat-security appears to be unsupported -- a false conclusion.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15331

10 years agoFix up a few not-in-alphabetical-order file names in file lists.
Julian Seward [Mon, 8 Jun 2015 11:20:22 +0000 (11:20 +0000)] 
Fix up a few not-in-alphabetical-order file names in file lists.
No functional change.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15330

10 years agoMemcheck on multithreaded program fails with Assertion 'sizeof(UWord) == sizeof(UInt...
Rhys Kidd [Mon, 8 Jun 2015 11:07:48 +0000 (11:07 +0000)] 
Memcheck on multithreaded program fails with Assertion 'sizeof(UWord) == sizeof(UInt)' failed in m_syscall.c
bz#302630
== bz#326797

On OS X 10.7 and OS X 10.8

Before:

== 598 tests, 201 stderr failures, 12 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 598 tests, 200 stderr failures, 12 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15329

10 years agoFix undefined symbols for architecture x86_64: _global, referenced from: _test_so_glo...
Rhys Kidd [Mon, 8 Jun 2015 08:56:33 +0000 (08:56 +0000)] 
Fix undefined symbols for architecture x86_64: _global, referenced from: _test_so_global in tls_so-tls_so.o. bz#347982.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15328

10 years agoInline ensure_valid. This improves reading the debug info of big executables
Philippe Waroquiers [Sun, 7 Jun 2015 10:38:39 +0000 (10:38 +0000)] 
Inline ensure_valid. This improves reading the debug info of big executables
by 1 to 2%

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15327

10 years agoAnnounce fix for 345928 (amd64: callstack only contains current function for
Philippe Waroquiers [Sat, 6 Jun 2015 08:11:37 +0000 (08:11 +0000)] 
Announce fix for 345928 (amd64: callstack only contains current function for
small stacks)
(was fixed by rev 15309)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15326

10 years agoResolve remaining clang warning on OS X. Should be possible to build Valgrind on...
Rhys Kidd [Sat, 6 Jun 2015 04:18:49 +0000 (04:18 +0000)] 
Resolve remaining clang warning on OS X. Should be possible to build Valgrind on modern OS X without any warnings (note: does not hold for regression test suite).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15325

10 years agoResolve clang warning on OS X: m_stacktrace.c:542:7: warning: implicit declaration...
Rhys Kidd [Sat, 6 Jun 2015 03:57:34 +0000 (03:57 +0000)] 
Resolve clang warning on OS X: m_stacktrace.c:542:7: warning: implicit declaration of function 'vgPlain_is_in_syscall' is invalid in C99 [-Wimplicit-function-declaration]

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15324

10 years agoclang, as opposed to gcc, does not terminate with a non-zero return code
Florian Krohm [Fri, 5 Jun 2015 21:19:06 +0000 (21:19 +0000)] 
clang, as opposed to gcc, does not terminate with a non-zero return code
in case an unrecognised command line option is encountered. configure.ac
however was assuming just that which led to compile time warnings later on.
Add -Werror to the configure bits to make clang behave like gcc in this
regard. Fixes BZ #348565.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15323

10 years agoFix a condition that was always true. Found by cppcheck.
Florian Krohm [Fri, 5 Jun 2015 19:34:59 +0000 (19:34 +0000)] 
Fix a condition that was always true. Found by cppcheck.
See BZ #348565.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15322

10 years agoRemove configure bits for -Wno-format-zero-length. The option is
Florian Krohm [Fri, 5 Jun 2015 17:40:53 +0000 (17:40 +0000)] 
Remove configure bits for -Wno-format-zero-length. The option is
not used.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15321

10 years agoSimplify configury and eliminate AC_GCC_WARNING_COND which was only used
Florian Krohm [Fri, 5 Jun 2015 17:09:57 +0000 (17:09 +0000)] 
Simplify configury and eliminate AC_GCC_WARNING_COND which was only used
in one place and can be replaced with AC_GCC_WARNING_SUBST_NEW. Adjust
perf/Makefile.am.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15320

10 years agoAdd -Wempty-body to the list of compile flags.
Florian Krohm [Fri, 5 Jun 2015 16:26:14 +0000 (16:26 +0000)] 
Add -Wempty-body to the list of compile flags.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15319

10 years agoRemove configury bits for -Wno-empty-body. It is not needed.
Florian Krohm [Fri, 5 Jun 2015 16:03:31 +0000 (16:03 +0000)] 
Remove configury bits for -Wno-empty-body. It is not needed.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15318

10 years agoarm32-linux only: add handwritten assembly helpers for
Julian Seward [Fri, 5 Jun 2015 13:33:46 +0000 (13:33 +0000)] 
arm32-linux only: add handwritten assembly helpers for
MC_(helperc_LOADV32le), MC_(helperc_LOADV16le) and
MC_(helperc_LOADV8).  This improves performance by around 5% to 7% in
the best case, for run-of-the-mill integer code.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15317

10 years agoUpdate.
Julian Seward [Fri, 5 Jun 2015 12:08:10 +0000 (12:08 +0000)] 
Update.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15316

10 years agoUpdate.
Julian Seward [Fri, 5 Jun 2015 11:27:27 +0000 (11:27 +0000)] 
Update.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15315

10 years agoBug 348728 - Fix broken check for VIDIOC_G_ENC_INDEX
Julian Seward [Fri, 5 Jun 2015 11:25:32 +0000 (11:25 +0000)] 
Bug 348728 - Fix broken check for VIDIOC_G_ENC_INDEX
Patch from Hans Verkuil (hverkuil@xs4all.nl)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15314

10 years agoBug 348102 - Patch updating v4l2 API support (edit)
Julian Seward [Fri, 5 Jun 2015 11:23:35 +0000 (11:23 +0000)] 
Bug 348102 - Patch updating v4l2 API support (edit)
Patch from Hans Verkuil (hverkuil@xs4all.nl)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15313

10 years agoFix format string mismatch.
Julian Seward [Fri, 5 Jun 2015 10:03:56 +0000 (10:03 +0000)] 
Fix format string mismatch.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15312

10 years agoSilence some system library leaks on OS X 10.7. These same leaks silenced on later...
Rhys Kidd [Fri, 5 Jun 2015 09:58:27 +0000 (09:58 +0000)] 
Silence some system library leaks on OS X 10.7. These same leaks silenced on later OS X already. n-i-bz.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15311

10 years agoFix r15302 for early gcc compilers on OS X. Cannot declare variable in for loop pre...
Rhys Kidd [Fri, 5 Jun 2015 09:57:03 +0000 (09:57 +0000)] 
Fix r15302 for early gcc compilers on OS X. Cannot declare variable in for loop pre C99. n-i-bz.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15310

10 years agoOn platforms that have an accessible redzone below the SP, the unwind logic
Philippe Waroquiers [Thu, 4 Jun 2015 19:44:47 +0000 (19:44 +0000)] 
On platforms that have an accessible redzone below the SP, the unwind logic
should be able to access the redzone.
So, when computing fp_min, substract the redzone.
Currently, only amd64 and ppc64 have a non 0 redzone.

Regtested on amd64 and ppc64le, no regression.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15309

10 years agoRun memcheck/tests/demangle with -q.
Mark Wielaard [Wed, 3 Jun 2015 09:52:00 +0000 (09:52 +0000)] 
Run memcheck/tests/demangle with -q.

The interesting part is the demangled backtrace in the error message.
Suppress the memory allocation/blocks summary which can differ slightly
depending on the underlying arch/libs.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15308

10 years agoDefault is 1 for the unwind length range, not 0
Philippe Waroquiers [Tue, 2 Jun 2015 22:17:51 +0000 (22:17 +0000)] 
Default is 1 for the unwind length range, not 0

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15307

10 years agoAdd a gdbxrv monitor command to print the CFI unwind info for an address+len
Philippe Waroquiers [Tue, 2 Jun 2015 22:09:42 +0000 (22:09 +0000)] 
Add a gdbxrv monitor command to print the CFI unwind info for an address+len

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15306

10 years agoGCC 5.1 is too smart. Disable Identical Code Folding for preload libs.
Mark Wielaard [Tue, 2 Jun 2015 20:23:06 +0000 (20:23 +0000)] 
GCC 5.1 is too smart. Disable Identical Code Folding for preload libs.

We want to disabled Identical Code Folding for the tools preload shared
objects to get better backraces. For GCC 5.1 -fipa-icf is enabled by
default at -O2.

    The optimization reduces code size and may disturb
    unwind stacks by replacing a function by equivalent
    one with a different name.

Add a configure check to see if GCC supports -fno-ipa-icf.
If it does then add the flag to AM_CFLAGS_PSO_BASE.

Without this GCC will notice some of the preload replacement functions
in vg_replace_strmem are identical and fold them all into one picking
a random (existing) function name. This causes backtraces showing
completely unexpected function names.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15305

10 years agoEnable process_vm_readv/writev syscall on arm32.
Mark Wielaard [Tue, 2 Jun 2015 18:17:44 +0000 (18:17 +0000)] 
Enable process_vm_readv/writev syscall on arm32.

This makes none/tests/process_vm_readv_writev.vgtest pass on arm32.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15304

10 years agoDarwin11.supp should include suppression for known uninitialised read in pthread_rwlo...
Rhys Kidd [Tue, 2 Jun 2015 10:30:15 +0000 (10:30 +0000)] 
Darwin11.supp should include suppression for known uninitialised read in pthread_rwlock_init() as required to pass the memcheck/tests/darwin/pth-supp test. bz#196528.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15303

10 years agoAdd regression test for bz#228343.
Rhys Kidd [Tue, 2 Jun 2015 09:21:28 +0000 (09:21 +0000)] 
Add regression test for bz#228343.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15302

10 years agounwind amd64 trace: improve also the fp chain unwind trace
Philippe Waroquiers [Sun, 31 May 2015 15:26:51 +0000 (15:26 +0000)] 
unwind amd64 trace: improve also the fp chain unwind trace

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15301

10 years agoImprove tracing in amd64 unwind
Philippe Waroquiers [Sun, 31 May 2015 15:18:36 +0000 (15:18 +0000)] 
Improve tracing in amd64 unwind

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15300

10 years agoFix OS X host_create_mach_voucher: UNKNOWN host message [id 222, to mach_host_self...
Rhys Kidd [Sun, 31 May 2015 03:17:53 +0000 (03:17 +0000)] 
Fix OS X host_create_mach_voucher: UNKNOWN host message [id 222, to mach_host_self(), reply 0x........]
bz#343649

Before:

== 591 tests, 220 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 591 tests, 220 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15299

10 years agoFix OS X host_get_special_port: UNKNOWN host message [id 412, to mach_host_self(...
Rhys Kidd [Sun, 31 May 2015 01:58:57 +0000 (01:58 +0000)] 
Fix OS X host_get_special_port: UNKNOWN host message [id 412, to mach_host_self(), reply 0x........]
bz#343525

Before:

== 591 tests, 220 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 591 tests, 220 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15298

10 years agoFix unhandled syscall: mach:41 (_kernelrpc_mach_port_guard_trap)
Rhys Kidd [Sat, 30 May 2015 08:59:46 +0000 (08:59 +0000)] 
Fix unhandled syscall: mach:41 (_kernelrpc_mach_port_guard_trap)
bz#344337

Before:

== 591 tests, 220 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 591 tests, 220 stderr failures, 14 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15297

10 years agoSignal handler ucontext_t not filled out correctly on OS X
Rhys Kidd [Thu, 28 May 2015 12:49:00 +0000 (12:49 +0000)] 
Signal handler ucontext_t not filled out correctly on OS X
bz#341419

Before:

== 589 tests, 220 stderr failures, 15 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 591 tests, 220 stderr failures, 15 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15296

10 years agoBug #348247 jno jumps wrongly when overflow is not set.
Mark Wielaard [Wed, 27 May 2015 12:37:39 +0000 (12:37 +0000)] 
Bug #348247 jno jumps wrongly when overflow is not set.

Mention bug fixed in VEX r3147 in NEWS.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15295