aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20150420.bb
diff options
context:
space:
mode:
authorChuang Dong <Chuang.Dong@windriver.com>2015-06-30 17:02:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-02 23:02:15 +0100
commitf9a140441ab27c6e90d108ced76cff2dc70eedf2 (patch)
tree8513e34d844ffb2b390ae6ea11c644b2ba16eb21 /meta/recipes-extended/ltp/ltp_20150420.bb
parente77fda5fb6cb0a35308e4620ca4602715a471fbe (diff)
downloadopenembedded-core-contrib-f9a140441ab27c6e90d108ced76cff2dc70eedf2.tar.gz
ltp: vma03 fix the alginment of page size
the offset the param of mmap2() doesn't align the page size, but, this param allow must be a multiple of the page size as returned by sysconf(_SC_PAGE_SIZE).meanwhile offset * 4096 must be a multiple of the system page size, so modify the input param of offset pgoff = (ULONG_MAX - 1)&(~((pgsz-1)>>12)); Signed-off-by: Chuang Dong <Chuang.Dong@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20150420.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20150420.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20150420.bb b/meta/recipes-extended/ltp/ltp_20150420.bb
index b4fc223a14..2554f52a96 100644
--- a/meta/recipes-extended/ltp/ltp_20150420.bb
+++ b/meta/recipes-extended/ltp/ltp_20150420.bb
@@ -28,6 +28,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
file://make-setregid02-work.patch \
file://add-knob-for-numa.patch \
file://add-knob-for-tirpc.patch \
+ file://0001-ltp-vma03-fix-the-alginment-of-page-size.patch \
"
S = "${WORKDIR}/git"