Re: [OE-core] ltp: vma03 fix the alginment of page size

2015-06-30 Thread wenzong fan
Hi guys, I have updated the patch format and sent V2 for reviewing... Thanks Wenzong On 06/26/2015 02:39 PM, Robert Yang wrote: Hi Dong, Please don't send the patch as attachment, you can use git send-email to send the patch. And please add the "Upstream-Status: Submitted" inside the patch 0

Re: [OE-core] ltp: vma03 fix the alginment of page size

2015-06-25 Thread Robert Yang
Hi Dong, Please don't send the patch as attachment, you can use git send-email to send the patch. And please add the "Upstream-Status: Submitted" inside the patch 0001-ltp-vma03-fix-the-alginment-of-page-size.patch, right before the Signed-off-by line. // Robert On 06/03/2015 04:06 PM, cdong w

[OE-core] ltp: vma03 fix the alginment of page size

2015-06-03 Thread cdong
Hi, This patch fix a vma03 bug,the info below detail it: the offset which is parameter of mmap2() function doesn't align the page size,but,this parameter is allowed multiple of the page size as returned by sysconf(_SC_PAGE_SIZE),meanwhile offset * 4096 must be a multiple of th