]> git.ipfire.org Git - thirdparty/valgrind.git/log
thirdparty/valgrind.git
10 years agoconfigure.ac: Improve portability of the code introduced in r15423
Bart Van Assche [Sat, 25 Jul 2015 14:31:02 +0000 (14:31 +0000)] 
configure.ac: Improve portability of the code introduced in r15423

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

10 years agoioctl handling needs to do POST handling on generic ioctls and needs to handle BPF...
Rhys Kidd [Sat, 25 Jul 2015 07:57:55 +0000 (07:57 +0000)] 
ioctl handling needs to do POST handling on generic ioctls and needs to handle BPF ioctls
bz#312989

Patch by Guy Harris <guy@alum.mit.edu>

On OS X 10.10

Before:

== 593 tests, 214 stderr failures, 10 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 593 tests, 214 stderr failures, 10 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

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

10 years agoFix clang/osx: ld: warning: -read_only_relocs cannot be used with x86_64
Rhys Kidd [Sat, 25 Jul 2015 05:50:10 +0000 (05:50 +0000)] 
Fix clang/osx: ld: warning: -read_only_relocs cannot be used with x86_64
bz#349769

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

10 years agoProperly conditionalise these tests, now that they are guarded on certain combination...
Rhys Kidd [Fri, 24 Jul 2015 12:47:59 +0000 (12:47 +0000)] 
Properly conditionalise these tests, now that they are guarded on certain combinations of operating system and compiler.

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

10 years agoRemove command line options --db-attach and --db-command which were
Florian Krohm [Fri, 24 Jul 2015 11:50:12 +0000 (11:50 +0000)] 
Remove command line options --db-attach and --db-command which were
deprecated in 3.10.0

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

10 years agoFix valgrind 3.9.0 build fails on Mac OS X 10.6.8
Rhys Kidd [Fri, 24 Jul 2015 10:23:34 +0000 (10:23 +0000)] 
Fix valgrind 3.9.0 build fails on Mac OS X 10.6.8
bz#327745

Patch by Mark H <mh8928@yahoo.com>

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

10 years agoResolve makefile consistency error at conclusion of make regtest
Rhys Kidd [Thu, 23 Jul 2015 06:21:07 +0000 (06:21 +0000)] 
Resolve makefile consistency error at conclusion of make regtest

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

10 years agoComplete fix for bz#344416 - Fix make regtest does not work cleanly on OS X (3).
Rhys Kidd [Thu, 23 Jul 2015 05:49:13 +0000 (05:49 +0000)] 
Complete fix for bz#344416 - Fix make regtest does not work cleanly on OS X (3).

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

10 years agoPartial fix for bz#344416 - Fix make regtest does not work cleanly on OS X (2).
Rhys Kidd [Thu, 23 Jul 2015 05:33:31 +0000 (05:33 +0000)] 
Partial fix for bz#344416 - Fix make regtest does not work cleanly on OS X (2).

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

10 years agoPartial fix for bz#344416 - Fix make regtest does not work cleanly on OS X.
Rhys Kidd [Thu, 23 Jul 2015 05:04:36 +0000 (05:04 +0000)] 
Partial fix for bz#344416 - Fix make regtest does not work cleanly on OS X.

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

10 years agoregression tests: Remove superfluous backticks
Bart Van Assche [Thu, 23 Jul 2015 02:47:42 +0000 (02:47 +0000)] 
regression tests: Remove superfluous backticks

Backticks are not needed around a shell statement that does not produce
any output.

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

10 years agotests/vg_regtest: Always evaluate prerequisite expressions with sh
Bart Van Assche [Thu, 23 Jul 2015 02:46:44 +0000 (02:46 +0000)] 
tests/vg_regtest: Always evaluate prerequisite expressions with sh

This avoids that expressions like ! <stmnt> fail with a mysterious
error message.

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

10 years agoSet svn:ignore on new gdbserver_test/solaris folder
Rhys Kidd [Thu, 23 Jul 2015 01:07:38 +0000 (01:07 +0000)] 
Set svn:ignore on new gdbserver_test/solaris folder

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

10 years agoUnbreak the OS X/clang build from r15419. This handrolled assembly on x86 will need...
Rhys Kidd [Thu, 23 Jul 2015 00:08:30 +0000 (00:08 +0000)] 
Unbreak the OS X/clang build from r15419. This handrolled assembly on x86 will need more work to build with Apple's clang variant.

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

10 years agoUnbreak the build on several setups :
Philippe Waroquiers [Wed, 22 Jul 2015 21:37:06 +0000 (21:37 +0000)] 
Unbreak the build on several setups :

It looks like the standard says that
   #define __STDC_FORMAT_MACROS
is needed in c++ in order to have PRIxPTR defined.

At least on gcc110 g++ 4.7.2, leak_cpp_interior.cpp
was not compiling.

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

10 years agoAdd two more tests with missing interpreter names.
Florian Krohm [Tue, 21 Jul 2015 22:05:07 +0000 (22:05 +0000)] 
Add two more tests with missing interpreter names.
Consolidate 'nointerp' testcase file names.

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

10 years agoAdd testcase. Should have been in r15429.
Florian Krohm [Tue, 21 Jul 2015 21:49:06 +0000 (21:49 +0000)] 
Add testcase. Should have been in r15429.

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

10 years agoUpdate
Florian Krohm [Tue, 21 Jul 2015 21:44:02 +0000 (21:44 +0000)] 
Update

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

10 years agoFix BZ #338606. Basically, the bug was that it was believed that
Florian Krohm [Tue, 21 Jul 2015 21:37:23 +0000 (21:37 +0000)] 
Fix BZ #338606. Basically, the bug was that it was believed that
the interpreter following the #! has to be an absolute path name.
Not so; relative path works just fine.

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

10 years agoUpdate list of ignored files from solaris port.
Florian Krohm [Tue, 21 Jul 2015 21:01:40 +0000 (21:01 +0000)] 
Update list of ignored files from solaris port.

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

10 years agoFix incorrect implementation of LOADV64le that was added in r15418.
Julian Seward [Tue, 21 Jul 2015 15:38:43 +0000 (15:38 +0000)] 
Fix incorrect implementation of LOADV64le that was added in r15418.

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

10 years agoBug 345248 - add support for Solaris OS in valgrind
Julian Seward [Tue, 21 Jul 2015 14:44:28 +0000 (14:44 +0000)] 
Bug 345248 - add support for Solaris OS in valgrind

Authors of this port:
    Petr Pavlu         setup@dagobah.cz
    Ivo Raisr          ivosh@ivosh.net
    Theo Schlossnagle  theo@omniti.com

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

10 years agoPatch 7 of 7, improve PPC HW capabiltiy checking.
Carl Love [Mon, 20 Jul 2015 22:22:42 +0000 (22:22 +0000)] 
Patch 7 of 7, improve PPC HW capabiltiy checking.

The patch was submitted by Will Schmidt  (will_schmidt@vnet.ibm.com).

A handful of cosmetic changes to the ppc32 and ppc64 makefiles.
Cleans up some whitespace issues, spaces/tabs/etc,
Rearranges some of the contents so they are logically group, and
more consistent between the 32- and 64- bit versions of the same.

Bugzilla 34979

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

10 years agoPatch 6 of 7, improve PPC HW capabiltiy checking.
Carl Love [Mon, 20 Jul 2015 21:57:21 +0000 (21:57 +0000)] 
Patch 6 of 7, improve PPC HW capabiltiy checking.

The patch was submitted by Will Schmidt  (will_schmidt@vnet.ibm.com).

Rework hwcap checking in configure.ac.  This adds and swizzles
some of the capability checking as found in configure.ac.
This cleans up some corner cases where capabilities were assumed
based on compiler features, but not supported by the platform.
- clean up vsx kludge, and remove associated comment.
- check assorted capabilities against the hwcap values, including
  altivec, vsx, dfp, htm, ISA_2_0* .

Bugzilla 34979

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

10 years agoPatch 4 and 5 of 7, improve PPC HW capabiltiy checking.
Carl Love [Mon, 20 Jul 2015 21:25:32 +0000 (21:25 +0000)] 
Patch 4 and 5 of 7, improve PPC HW capabiltiy checking.

The patch was submitted by Will Schmidt  (will_schmidt@vnet.ibm.com).

Patches 4 and 5 need to be applied together.  Add convenience function
for processing hwcap entries. Add logic to check for HTM support in compiler.

Bugzilla 34979

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

10 years agoPatch 3 of 7, improve PPC HW capabiltiy checking.
Carl Love [Mon, 20 Jul 2015 20:36:47 +0000 (20:36 +0000)] 
Patch 3 of 7, improve PPC HW capabiltiy checking.

The patch was submitted by Will Schmidt  (will_schmidt@vnet.ibm.com).

remove unused capability checking scripts.
these have been replaced by the check_ppc64_auxv_cap script.

change tests/check_ppc64_auxv_cap to executable.  Tried to make it
executable on the last commit but for some reason it didn't seem to suceed.

Bugzilla 34979

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

10 years agoPatch 2 of 7, improve PPC HW capabiltiy checking.
Carl Love [Mon, 20 Jul 2015 19:36:53 +0000 (19:36 +0000)] 
Patch 2 of 7, improve PPC HW capabiltiy checking.

The patch was submitted by Will Schmidt  (will_schmidt@vnet.ibm.com).

Update all vgtest files to reference the new capability check helper.
This includes a few adjustments to ensure the test is checking for
the specific capability. I.e. isa_2_07 is a requirement for htm, but
does not indicate htm support is actually present.

Bugzilla 34979

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

10 years agoPatch 1 of 7, improve PPC HW capabiltiy checking.
Carl Love [Mon, 20 Jul 2015 18:53:56 +0000 (18:53 +0000)] 
Patch 1 of 7, improve PPC HW capabiltiy checking.

The patch was submitted by Will Schmidt  (will_schmidt@vnet.ibm.com).

Add generic (ppc64) aux vector capability checking script.
This consolidates several of the existing _cap checking scripts.

Bugzilla 34979

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

10 years agoBug 349879 - [PATCH] memcheck: add handwritten assembly for helperc_LOADV
Julian Seward [Mon, 20 Jul 2015 13:11:03 +0000 (13:11 +0000)] 
Bug 349879 - [PATCH] memcheck: add handwritten assembly for helperc_LOADV
Patch from Matthias Schwarzott (zzam@gentoo.org)

Also, add better sectioning with comment lines, as this part of the code
was getting hard to follow.

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

10 years agoVG_(helperc_LOADV64le): add handwritten assembly helper for ARM32
Julian Seward [Mon, 20 Jul 2015 09:59:25 +0000 (09:59 +0000)] 
VG_(helperc_LOADV64le): add handwritten assembly helper for ARM32

VG_(helperc_LOADV32le): VG_(helperc_LOADV16le): VG_(helperc_LOADV8):
use ".L" style assembly labels so they don't appears as new symbols
during disassembly.

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

10 years agoBlock the running of a known hanging regression test on OS X. Partial fix for bz...
Rhys Kidd [Sun, 19 Jul 2015 07:19:54 +0000 (07:19 +0000)] 
Block the running of a known hanging regression test on OS X. Partial fix for bz#344416, and related to BZ#216837.

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

10 years agoBlock the running of a known hanging regression test on OS X. Partial fix for bz...
Rhys Kidd [Sun, 19 Jul 2015 01:07:26 +0000 (01:07 +0000)] 
Block the running of a known hanging regression test on OS X. Partial fix for bz#344416, and related to BZ#350359.

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

10 years agoDocumentation: Ensure alignment of the x86 and amd64 darwin code in m_sigframe. Follo...
Rhys Kidd [Sat, 18 Jul 2015 05:53:56 +0000 (05:53 +0000)] 
Documentation: Ensure alignment of the x86 and amd64 darwin code in m_sigframe. Follows from a side-by-side code review.

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

10 years agoAnnounce bug fix for BZ #350251
Florian Krohm [Thu, 16 Jul 2015 21:43:30 +0000 (21:43 +0000)] 
Announce bug fix for BZ #350251

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

10 years agomips32: fix build error caused by r15404
Petar Jovanovic [Wed, 15 Jul 2015 18:07:36 +0000 (18:07 +0000)] 
mips32: fix build error caused by r15404

Fix typo that caused build break for mips32.

"error: invalid preprocessing directive #elsif"

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

10 years agoOS X 10.11: Tweak magic offset, which was amended prior to xnu-3247.1.36~7 (DP3)...
Rhys Kidd [Sun, 12 Jul 2015 13:25:55 +0000 (13:25 +0000)] 
OS X 10.11: Tweak magic offset, which was amended prior to xnu-3247.1.36~7 (DP3). Also align some debug output text between x86 and amd64. bz#348909.

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

10 years agoFix Valgrind does not support pthread_sigmask() on OS X
Rhys Kidd [Sun, 12 Jul 2015 06:54:56 +0000 (06:54 +0000)] 
Fix Valgrind does not support pthread_sigmask() on OS X
bz#201216

On OS X 10.10

Before:

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

After:

== 592 tests, 219 stderr failures, 15 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

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

10 years agoFix syntax error;
Florian Krohm [Fri, 10 Jul 2015 17:21:12 +0000 (17:21 +0000)] 
Fix syntax error;
Certain GCC versions do not accept empty clobber lists.
Patch by Andreas Arnez (arnez@linux.vnet.ibm.com). Part of
fixing BZ #342841.

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

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