summaryrefslogtreecommitdiffstats
path: root/package/valgrind/0002-Fix-configure-for-Linux-kernel-4.0-rc1.patch
Commit message (Collapse)AuthorAgeFilesLines
* valgrind: bump version to 3.11.0Peter Seiderer2015-10-311-48/+0
| | | | | | | | | | | | | | | - rebase patch 0001-workaround-SIGSEGV-on-PPC.patch - remove upstream applied patches 0002-Fix-configure-for-Linux-kernel-4.0-rc1.patch 0004-configure.ac-Generalize-glibc-version-check.patch - rebase 0003-add-missing-ptrace-getsiginfo-on-powerpc.patch (convert to git patch format, rename to 0002-Define-PTRACE_GETSIGINFO-on-PowerPC-when-not-availab.patch) - remove legacy VALGRIND_AUTORECONF=YES (no more patch touching confgure.ac) - add '--disable-ubsan' for new undefined behaviour sanitiser option Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* valgrind: Backport patch to fix build on 4.0 host kernelsChristian Artin2015-05-071-0/+48
Valgrind fails to build when the host kernel is >=4.0. This patch backports the commit from upstream that fixes the kernel version verification. This verification is pointless for buildroot anyway, but it fixes the building process. [Peter: rename patch to 0002-* and add SoB, slightly reword commit msg] Signed-off-by: Christian Artin <christian@gridshowsystems.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud