diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-03-05 15:58:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-05 16:02:44 +0000 |
commit | ca6bdf1805375216f8f7de03665fe9bf8012cff0 (patch) | |
tree | 94d5b42b62bada4c3b6cd30e2862ae24eaa70ba0 /scripts/lib/argparse_oe.py | |
parent | 16c0989eec80d8661e2fc9a1011c4ae1f154ffbc (diff) | |
download | poky-ca6bdf1805375216f8f7de03665fe9bf8012cff0.tar.gz |
valgrind: Mask CPUID support in HWCAP on aarch64
valgrind currently does not know anything about the CPUID flag added to
the HWCAP auxv entry in kernel 4.11+
At runtime it will fails like this:
ARM64 front end: branch_etc
disInstr(arm64): unhandled instruction 0xD5380001
disInstr(arm64): 1101'0101 0011'1000 0000'0000 0000'0001 ==2082==
valgrind: Unrecognised instruction at address 0x4014e64.
This patch is a workaround by masking all HWCAP. This patch is dervied
from https://bugzilla.redhat.com/show_bug.cgi?id=1464211
(From OE-Core rev: cdeb3d530af6cec1959c986aff3d6906939c8918)
(From OE-Core rev: e6cb66399f6ba874a7954d3212157576030dda34)
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/argparse_oe.py')
0 files changed, 0 insertions, 0 deletions