diff options
author | He Zhe <zhe.he@windriver.com> | 2019-10-29 17:03:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-31 16:09:35 +0000 |
commit | a5de8b48ab00ed8375d00e589f5613bab66b9333 (patch) | |
tree | 7f97e46d0ae53094c3b817bcf572cae979789e98 /meta/recipes-extended/ltp/ltp_20190517.bb | |
parent | 2864d40e0b78c393cbac1e05fcb3b25eb1f59d48 (diff) | |
download | poky-a5de8b48ab00ed8375d00e589f5613bab66b9333.tar.gz |
ltp: Fix overcommit_memory failure
Backport a patch from upstream to fix the following runtime failure.
mem.c:814: INFO: set overcommit_memory to 0
overcommit_memory.c:213: FAIL: alloc passed, expected to fail
(From OE-Core rev: c4bf0b80ab1be8b4faa2af7708bdca990d94a329)
Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20190517.bb')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20190517.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20190517.bb b/meta/recipes-extended/ltp/ltp_20190517.bb index 4650715607..5915b1c72a 100644 --- a/meta/recipes-extended/ltp/ltp_20190517.bb +++ b/meta/recipes-extended/ltp/ltp_20190517.bb | |||
@@ -49,6 +49,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \ | |||
49 | file://0001-testcases-use-python3-everywhere-to-run-python-scrip.patch \ | 49 | file://0001-testcases-use-python3-everywhere-to-run-python-scrip.patch \ |
50 | file://0001-syscall-rt_sigtimedwait01-Fix-wrong-sigset-length-fo.patch \ | 50 | file://0001-syscall-rt_sigtimedwait01-Fix-wrong-sigset-length-fo.patch \ |
51 | file://0001-cve-2017-17052-Avoid-unsafe-exits-in-threads.patch \ | 51 | file://0001-cve-2017-17052-Avoid-unsafe-exits-in-threads.patch \ |
52 | file://0001-overcommit_memory-update-for-mm-fix-false-positive-O.patch \ | ||
52 | " | 53 | " |
53 | 54 | ||
54 | S = "${WORKDIR}/git" | 55 | S = "${WORKDIR}/git" |