|
|
|
|
Changelog for valgrind-3.14.0-lp150.233.1.x86_64.rpm :
* Wed Jan 16 2019 Michal Suchanek - Fix POWER9 addex instruction emulation (bsc#1121025). 0001-Bug-402519-POWER-3.0-addex-instruction-incorrectly-i.patch * Fri Jan 11 2019 Dirk Mueller - split into a -32bit subpackage, fix buildrequires for older distros * Thu Dec 06 2018 Bernhard Wiedemann - drop unreproducible unused .a files to make the package build reproducible (boo#1118163) * Sun Nov 25 2018 olafAATTaepfle.de- update valgrind.xen.patch to branch bug390553-20181125-ddfc274b2 * Thu Nov 22 2018 Dirk Mueller - build against Toolchain module for SLE12- add 0001-Bug-397187-s390x-Add-vector-register-support-for-vgd.patch 0001-Bug-400490-s390x-Fix-register-allocation-for-VRs-vs-.patch, 0001-Bug-400491-s390x-Sign-extend-immediate-operand-of-LO.patch, 0001-s390x-more-fixes.patch, Implement-emulated-system-registers.-Fixes-392146.patch (FATE#326355)- enable check (poo#36751) * Wed Nov 21 2018 Dirk Mueller - update to 3.14.0 (bsc#1114575, FATE#326355): see http://www.valgrind.org/docs/manual/dist.news.html * The new option --keep-debuginfo=no|yes (default no) can be used to retain debug info for unloaded code. This allows saved stack traces (e.g. for memory leaks) to include file/line info for code that has been dlclose\'d (or similar). See the user manual for more information and known limitations. * Ability to specify suppressions based on source file name and line number. * Majorly overhauled register allocator. No end-user changes, but the JIT generates code a bit more quickly now. * Preliminary support for macOS 10.13 has been added. * mips: support for MIPS32/MIPS64 Revision 6 has been added. * mips: support for MIPS SIMD architecture (MSA) has been added. * mips: support for MIPS N32 ABI has been added. * s390: partial support for vector instructions (integer and string) has been added. * Helgrind: Addition of a flag - -delta-stacktrace=no|yes [yes on linux amd64/x86] which specifies how full history stack traces should be computed. Setting this to =yes can speed up Helgrind by 25% when using - -history-level=full. * Memcheck: reduced false positive rate for optimised code created by Clang 6 / LLVM 6 on x86, amd64 and arm64. In particular, Memcheck analyses code blocks more carefully to determine where it can avoid expensive definedness checks without loss of precision. This is controlled by the flag - -expensive-definedness-checks=no|auto|yes [auto]. * Valgrind is now buildable with link-time optimisation (LTO). A new configure option --enable-lto=yes allows building Valgrind with LTO. If the toolchain supports it, this produces a smaller/faster Valgrind (up to 10%). Note that if you are doing Valgrind development, --enable-lto=yes massively slows down the build process.- remove epoll-wait-fix.patch, Fix-access-to-time-base-register-to-return-64-bits.patch, 0001-Accept-read-only-PT_LOAD-segments-and-.rodata.patch (upstream), * Tue Sep 25 2018 Michal Suchanek - valgrind truncates powerpc timebase to 32-bits (bsc#1109589). Fix-access-to-time-base-register-to-return-64-bits.patch * Thu Sep 13 2018 dmuellerAATTsuse.com- valgrind.xen.patch: refresh * Tue Aug 28 2018 stefan.bruensAATTrwth-aachen.de- Filter out -m64 from optflags, breaks build of 32 bit parts- Cleanup, remove suse_version < 1100 conditionals- Use %license for COPYING, COPYING.DOCS * Mon Aug 27 2018 stefan.bruensAATTrwth-aachen.de- Fix missing debuginfo with current binutils, boo#1103239 0001-Accept-read-only-PT_LOAD-segments-and-.rodata.patch * Fri Jun 08 2018 mbruggerAATTsuse.com- ad Implement-emulated-system-registers.-Fixes-392146.patch (bsc#1086543) * Thu Feb 22 2018 olafAATTaepfle.de- add valgrind.xen.patch to handle Xen 4.10 (fate#321394, fate#322686) * Mon Oct 30 2017 dmuellerAATTsuse.com- add epoll-wait-fix.patch (bsc#1064958) * Sun Jun 25 2017 dmuellerAATTsuse.com- update to 3.13.0 (fate#321455): - remove fix-ppcl64-clobber-list.patch 3.13.0 is a feature release with many improvements and the usual collection of bug fixes. See http://valgrind.org/docs/manual/dist.news.html * Tue Apr 25 2017 mliskaAATTsuse.cz- Add fix-ppcl64-clobber-list.patch: fix clobber list on ppcl64le, it\'s backport of upstream patch. * Tue Dec 27 2016 fossAATTgrueninger.de- update to 3.12.0 (bsc#1017016, FATE#321455) * 3.12.0 is a feature release with many improvements and the usual collection of bug fixes. The full changelog can be found at http://valgrind.org/docs/manual/dist.news.html or /usr/share/doc/packages/valgrind/NEWS- droped patches which are part of the release: gcc5.patch, r15702.diff, r15792.diff, r15802.diff, svn-r15766.patch, vex-r3197.diff, vex-r3210.diff, vex-r3213.diff * Thu Oct 20 2016 stefan.bruensAATTrwth-aachen.de- add vex-r3213.diff (kde#356393) * Sat May 28 2016 dmuellerAATTsuse.com- add vex-r3197.diff (bsc#981447) * Wed Apr 20 2016 jslabyAATTsuse.com- The previous did not help, remove -strong first. * Tue Apr 19 2016 meissnerAATTsuse.com- also remove -fstack-protector-strong from the CFLAGS * Fri Apr 01 2016 dmuellerAATTsuse.com- add r15702.diff, r15792.diff, vex-r3210.diff, r15802.diff (fate#319608) * Mon Feb 22 2016 schwabAATTsuse.de- glibc-version.patch: removed, no longer needed * Mon Feb 15 2016 dmuellerAATTsuse.com- update to 3.11.0 (fate#319608): * 3.11.0 is a feature release with many improvements and the usual collection of bug fixes.- replace gcc-version.patch with gcc5.patch: This is the upstream version- drop valgrind-linux-4.0.patch: merged upstream- add svn-r15766.patch: Fix valgrind with recent kernels- jit-register-unregister.diff commented out, needs porting * Thu Aug 06 2015 schwabAATTsuse.de- glibc-version.patch: Add support for glibc 2.22. * Fri Apr 24 2015 dimstarAATTopensuse.org- Add valgrind-linux-4.0.patch: Fix build with linux kernel 4.0+. Taken from svn, rev 14955. * Thu Apr 02 2015 mpluskalAATTsuse.com- Cleanup spec file with spec-cleaner- Update to 3.10.1 * bugfix release (for full list of solved issues see NEWS file) * Thu Feb 12 2015 rguentherAATTsuse.com- gcc-version.patch: Add support for GCC 5. * Mon Feb 09 2015 schwabAATTsuse.de- glibc-version.patch: Add support for glibc 2.21. * Tue Sep 16 2014 schwabAATTsuse.de- glibc-2.19.patch: already upstream, so remove- Fix file list * Tue Sep 16 2014 dmuellerAATTsuse.com- update to 3.10.0: * Support for the 64-bit ARM Architecture (AArch64 ARMv8). This port is mostly complete, and is usable, but some SIMD instructions are as yet unsupported. * Support for little-endian variant of the 64-bit POWER architecture. * Support for Android on MIPS32. * Support for 64bit FPU on MIPS32 platforms. * Both 32- and 64-bit executables are supported on MacOSX 10.8 and 10.9. * Configuration for and running on Android targets has changed. See README.android in the source tree for details. - drop VEX-r2803.diff, VEX-r2808.diff, VEX-r2816.diff, VEX-r2858.diff, VEX-r2904.diff, VEX-r2910.diff, VEX-r2914.diff, VEX-r2915.diff, VEX-r2916.diff, aarch64-VEX-support.diff, aarch64-support.diff, r13767.diff, r13770.diff, r14184.diff, r14238.diff, r14239.diff, r14240.diff, r14246.diff, r2798.diff, valgrind-r13948.diff * Sun Aug 17 2014 dmuellerAATTsuse.com- update for ppc64le support (bnc#880334): - drop: valgrind-3.9.0-merge.patches.from.Paul.McKenney.patch, valgrind-3.9.0-ppc64le-abiv2.patch - add: VEX-r2803.diff, VEX-r2808.diff, VEX-r2816.diff VEX-r2904.diff, VEX-r2910.diff, VEX-r2914.diff, VEX-r2915.diff, VEX-r2916.diff, r13767.diff, r13770.diff, r14184.diff, r14238.diff, r14239.diff, r14240.diff, r14246.diff * Sat Jul 26 2014 schwabAATTsuse.de- Fix patch conflicts. * Wed Jun 18 2014 dmuellerAATTsuse.com- add VEX-r2858.diff, valgrind-r13948.diff for (bnc#883157) * Sun May 18 2014 schwabAATTsuse.de- Update aarch64-support.diff, aarch64-VEX-support.diff from svn * Thu Apr 24 2014 dmuellerAATTsuse.com- add aarch64-support.diff, aarch64-VEX-support.diff: aarch64 support * Tue Feb 18 2014 dmuellerAATTsuse.com- added patches: * r2798.diff * Tue Feb 11 2014 schwabAATTsuse.de- glibc-2.19.patch: add support for glibc 2.19 * Mon Jan 13 2014 normandAATTlinux.vnet.ibm.com- add support of ppc64le architecture- added patches: * valgrind-3.9.0-merge.patches.from.Paul.McKenney.patch * valgrind-3.9.0-ppc64le-abiv2.patch * Fri Jan 03 2014 dmuellerAATTsuse.com- add armv6-support.diff: Add support for armv6hl * Wed Nov 06 2013 burnusAATTnet-b.de- update to 3.9.0: * Support for Intel AVX2 instructions. This is available only on 64 bit code. * Support for POWER8 (Power ISA 2.07) instructions. * Initial support for Intel Transactional Synchronization Extensions, both RTM and HLE. * Initial support for Hardware Transactional Memory on POWER. * Improvements in handling of vectorised code, leading to significantly fewer false error reports. You need to use the flag - -partial-loads-ok=yes to get the benefits of these changes. * Better control over the leak checker. It is now possible to specify which leak kinds (definite/indirect/possible/reachable) should be displayed. * Reduced \"possible leak\" reports from the leak checker by the use of better heuristics. * Better control of stacktrace acquisition for heap-allocated blocks. * Better reporting of leak suppression usage. * New and modified GDB server monitor features. * New flag --sigill-diagnostics to control whether a diagnostic message is printed when the JIT encounters an instruction it can\'t translate. * The maximum amount of memory that Valgrind can use on 64 bit targets has been increased from 32GB to 64GB. * Additional smaller new features and many bug fixes.- Remove obsolete raise-segnames-limit.diff, valgrind-glibc-2.17.patch and valgrind-glibc-2.18.patch. * Tue Aug 13 2013 schwabAATTsuse.de- valgrind-glibc-2.18.patch: add support for glibc 2.18 * Fri Apr 05 2013 idonmezAATTsuse.com- Add Source URL, see https://en.opensuse.org/SourceUrls * Mon Dec 31 2012 idonmezAATTsuse.com- Fix last patch * Mon Dec 31 2012 idonmezAATTsuse.com- Add valgrind-glibc-2.17.patch to fix compilation with glibc 2.17 * Thu Oct 04 2012 dmuellerAATTsuse.com- raise seglimit to make it more useful for some apps * Thu Sep 20 2012 burnusAATTnet-b.de- update to 3.8.1 (bnc#776211): * Fixes some assertion failures. * Support for some missing instructions on ARM. * Support instructions MOVAPS and TZCNT. * Bug fixes. * Wed Sep 05 2012 dmuellerAATTsuse.com- update to 3.8.0 (FATE#314090): * Support for MIPS32 platforms running Linux. Valgrind has been tested on MIPS32 and MIPS32r2 platforms running different Debian Squeeze and MeeGo distributions. Both little-endian and big-endian cores are supported. The tools Memcheck, Massif and Lackey have been tested and are known to work. See README.mips for more details. * Preliminary support for Android running on x86. * Preliminary (as-yet largely unusable) support for MacOSX 10.8. * Support for Intel AVX instructions and for AES instructions. This support is available only for 64 bit code. * Support for POWER Decimal Floating Point instructions. * Non-libc malloc implementations are now supported. This is useful for tools that replace malloc (Memcheck, Massif, DRD, Helgrind). Using the new option --soname-synonyms, such tools can be informed that the malloc implementation is either linked statically into the executable, or is present in some other shared library different from libc.so. This makes it possible to process statically linked programs, and programs using other malloc libraries, for example TCMalloc or JEMalloc. * For tools that provide their own replacement for malloc et al, the option --redzone-size= allows users to specify the size of the padding blocks (redzones) added before and after each client allocated block. Smaller redzones decrease the memory needed by Valgrind. Bigger redzones increase the chance to detect blocks overrun or underrun. Prior to this change, the redzone size was hardwired to 16 bytes in Memcheck. * Memcheck: - The leak_check GDB server monitor command now can control the maximum nr of loss records to output. - Reduction of memory use for applications allocating many blocks and/or having many partially defined bytes. - Addition of GDB server monitor command \'block_list\' that lists the addresses/sizes of the blocks of a leak search loss record. - Addition of GDB server monitor command \'who_points_at\' that lists the locations pointing at a block. - If a redzone size > 0 is given, VALGRIND_MALLOCLIKE_BLOCK now will detect an invalid access of these redzones, by marking them noaccess. Similarly, if a redzone size is given for a memory pool, VALGRIND_MEMPOOL_ALLOC will mark the redzones no access. This still allows to find some bugs if the user has forgotten to mark the pool superblock noaccess. - Performance of memory leak check has been improved, especially in cases where there are many leaked blocks and/or many suppression rules used to suppress leak reports. - Reduced noise (false positive) level on MacOSX 10.6/10.7, due to more precise analysis, which is important for LLVM/Clang generated code. This is at the cost of somewhat reduced performance. Note there is no change to analysis precision or costs on Linux targets. * DRD: - Added even more facilities that can help finding the cause of a data race, namely the command-line option --ptrace-addr and the macro DRD_STOP_TRACING_VAR(x). More information can be found in the manual. - Fixed a subtle bug that could cause false positive data race reports. * The C++ demangler has been updated so as to work well with C++ compiled by up to at least g++ 4.6. * Tool developers can make replacement/wrapping more flexible thanks to the new option --soname-synonyms. This was reported above, but in fact is very general and applies to all function replacement/wrapping, not just to malloc-family functions. * Round-robin scheduling of threads can be selected, using the new option --fair-sched= yes. Prior to this change, the pipe-based thread serialisation mechanism (which is still the default) could give very unfair scheduling. --fair-sched=yes improves responsiveness of interactive multithreaded applications, and improves repeatability of results from the thread checkers Helgrind and DRD. * For tool developers: support to run Valgrind on Valgrind has been improved. We can now routinely Valgrind on Helgrind or Memcheck. * gdbserver now shows the float shadow registers as integer rather than float values, as the shadow values are mostly used as bit patterns. * Increased limit for the --num-callers command line flag to 500. * Performance improvements for error matching when there are many suppression records in use. * Improved support for DWARF4 debugging information (bug 284184). * Initial support for DWZ compressed Dwarf debug info. * Improved control over the IR optimiser\'s handling of the tradeoff between performance and precision of exceptions. Specifically, - -vex-iropt-precise-memory-exns has been removed and replaced by - -vex-iropt-register-updates, with extended functionality. This allows the Valgrind gdbserver to always show up to date register values to GDB. * Modest performance gains through the use of translation chaining for JIT-generated code. * Fri Aug 17 2012 burnusAATTnet-b.de- Support TZCNT/LZCNT instructions, generated by GCC 4.8, by falling back to BSF/BSR. (bnc#776211) * Sun Jul 22 2012 ajAATTsuse.de- Support glibc 2.16. * Mon Jun 04 2012 dmuellerAATTsuse.com- arch is now armv7hl * Tue May 15 2012 sndirschAATTsuse.com- add \"BuildRequires: pkgconfig\" so the provides for \"pkgconfig(valgrind)\" gets created again * Thu May 10 2012 vuntzAATTopensuse.org- Remove xorg-x11-devel BuildRequires: I can only guess it was there to make sure the xfree supp files are used, but they are used anyway by default. This helps resolve a build loop between libdrm and valgrind. * Thu Apr 26 2012 joop.boonenAATTopensuse.org- Added patch valgrind-3.7.0-automake-1.11.2.patch to fix automake issue * See https://bugs.kde.org/show_bug.cgi?id=290719 * Thu Dec 29 2011 dmuellerAATTsuse.de- fix build against glibc 2.15 * Mon Dec 19 2011 adrianAATTsuse.de- build only on armv7l, not armv5 * Wed Nov 30 2011 cooloAATTsuse.com- add automake as buildrequire to avoid implicit dependency * Wed Nov 09 2011 dmuellerAATTsuse.de- update to 3.7.0 (bnc#724215): * Support for IBM z/Architecture (s390x) running Linux. Valgrind can analyse 64-bit programs running on z/Architecture. Most user space instructions up to and including z10 are supported. See README.s390 for more details. * Support for the IBM Power ISA 2.06 (Power7 instructions) * Further solidification of support for SSE 4.2 in 64-bit mode * Memcheck: * - reduction of memory use in some circumstances * - improved handling of freed memory for finding more errors * - fix of a longstanding bug that could cause false negatives * Helgrind: * - Helgrind: performance improvements and major memory use reductions * GDB server: Valgrind now has an embedded GDB server. That means it is possible to control a Valgrind run from GDB, doing all the usual things that GDB can do (single stepping, breakpoints, examining data, etc). Tool-specific functionality is also available. * Over 160 bugs have been fixed. * Mon Oct 24 2011 roAATTsuse.de- fix build on ppc (32bit) * Sun Oct 02 2011 dmuellerAATTsuse.de- enable build on %%arm * Fri Aug 19 2011 dmuellerAATTsuse.de- fix build against glibc 2.14- require the right version of glibc at runtime (part of fix for bnc#700362) * Tue Jul 05 2011 ajAATTsuse.de- Support Linux kernel 3.x (bnc#724215) * Wed Jun 22 2011 dmuellerAATTsuse.de- fix merge error * Sat Jun 18 2011 dmuellerAATTsuse.de- Improve Valgrind POWER6 and POWER7/P7 support (bnc#700358) * Tue May 17 2011 stefan.bruensAATTrwth-aachen.de- revert removal for gcc-32bit requirement, breaks valgrinding 32bit code on 64bit archs (bnc#705405) * Mon Apr 11 2011 dmuellerAATTsuse.de- fix testsuite for s390 (kde#264800, kde#265762, kde#253206)- Add folding rules for Clz32 and Clz64 (kde#243404)- Refresh s390x port (kde#243404) * Wed Mar 16 2011 dmuellerAATTsuse.de- update to 3.6.1 (bnc#679106): 3.6.1 is a bug fix release. It adds support for some SSE4 instructions that were omitted in 3.6.0 due to lack of time. Initial support for glibc-2.13 has been added. A number of bugs causing crashing or assertion failures have been fixed. * Fri Oct 22 2010 dmuellerAATTsuse.de- update to 3.6.0: 3.6.0 is a feature release with many significant improvements and the usual collection of bug fixes. See the NEWS file for details. * Thu Oct 21 2010 dmuellerAATTsuse.de- apparently gcc-32bit does not exist on old code streams, but it seems to work without it as well * Wed Oct 20 2010 dmuellerAATTsuse.de- disable building docs until I find a way to build them without network access * Wed Oct 13 2010 dmuellerAATTsuse.de- add s390x port (FATE#310036)- update to 3.6.0 snapshot: - Valgrind runs much faster when the --smc-check=all option is given. - Cachegrind has a new processing script, cg_diff, which finds the difference between two profiles. It\'s very useful for evaluating the performance effects of a change in a program. Related to this change, the meaning of cg_annotate\'s (rarely-used) - -threshold option has changed; this is unlikely to affect many people, if you do use it please see the user manual for details. - Callgrind now can do branch prediction simulation, similar to Cachegrind. In addition, it optionally can count the number of executed global bus events. Both can be used for a better approximation of a \"Cycle Estimation\" as derived event (you need to update the event formula in KCachegrind yourself). - Cachegrind and Callgrind now refer to the LL (last-level) cache rather than the L2 cache. This is to accommodate machines with three levels of caches -- if Cachegrind/Callgrind auto-detects the cache configuration of such a machine it will run the simulation as if the L2 cache isn\'t present. This means the results are less likely to match the true result for the machine, but Cachegrind/Callgrind\'s results are already only approximate, and should not be considered authoritative. The results are still useful for giving a general idea about a program\'s locality. - Massif has a new option, --pages-as-heap, which is disabled by default. When enabled, instead of tracking allocations at the level of heap blocks (as allocated with malloc/new/new[]), it instead tracks memory allocations at the level of memory pages (as mapped by mmap, brk, etc). Each mapped page is treated as its own block. Interpreting the page-level output is harder than the heap-level output, but this option is useful if you want to account for every byte of memory used by a program. - Added new memcheck command-line option --show-possibly-lost. - Support for analyzing programs running under Wine with has been improved. The header files , and can now be used in Windows-programs compiled with MinGW or one of the Microsoft Visual Studio compilers. - DRD does now have two new command-line options: --free-is-write and - -trace-alloc. The former allows to detect reading from already freed memory, and the latter allows to trace all memory allocations and deallocations. - Several new annotations have been added in DRD: custom barrier implementations can now be annotated and benign races on static variables too. - The happens before / happens after annotations in DRD have been made more powerful such that these can now also be used to annotate e.g. a smart pointer implementation. * Thu Sep 23 2010 dmuellerAATTsuse.de- increase stack size (bnc#640793) * Fri May 07 2010 dmuellerAATTsuse.de- fix build for ppc64 * Mon Apr 26 2010 dmuellerAATTsuse.de- handle pthread apps better (bnc#599585)- prefer CFI for better stack unwinding (bnc#559061) * Fri Mar 26 2010 dmuellerAATTsuse.de- handle inotify_init1 (bnc#558964) * Wed Jan 06 2010 dmuellerAATTsuse.de- fix build against glibc 2.11 * Wed Dec 02 2009 dmuellerAATTsuse.de- update and reenable jit-register-unregister.diff * Tue Nov 03 2009 cooloAATTnovell.com- updated patches to apply with fuzz=0 * Tue Sep 08 2009 dmuellerAATTsuse.de- update to 3.5.0: * Support for glibc 2.10, gcc 4.5 has been added. * Improvements and simplifications to Memcheck\'s leak checker. * Clarification and simplifications in various aspects of Valgrind\'s text output. * XML output for Helgrind and Ptrcheck. * Performance and stability improvements for Helgrind and DRD. * Genuinely atomic support for x86/amd64/ppc atomic instructions. * A new experimental tool, BBV, useful for computer architecture research. * Improved Wine support, including ability to read Windows PDB debuginfo. * Fri Mar 13 2009 dmuellerAATTsuse.de- update to 3.4.1 (bnc#479701): * 3.4.1 is a bug-fix release that fixes some regressions and assertion failures in debug info reading in 3.4.0, most notably incorrect stack traces on amd64-linux on older (glibc-2.3 based) systems. Various other debug info problems are also fixed. A number of bugs in the exp-ptrcheck tool introduced in 3.4.0 have been fixed.
|
|
|