]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix 333051 mmap of huge pages fails due to incorrect alignment
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 1 Nov 2014 21:02:13 +0000 (21:02 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 1 Nov 2014 21:02:13 +0000 (21:02 +0000)
commit41610f34c2b8dbed9064ca9000bab27457eaf01e
tree88ec14e569c603db78f34baac6e35f1623493e17
parent4d6c92fda5808bda93d6139a36bfe5fa2f155bf2
Fix 333051  mmap of huge pages fails due to incorrect alignment

Learning aspacemgr to handle huge page is too difficult.
So, huge page requests that fails due to bad advice by aspacemgr
will (we hope) succeed if a mmap retry is done with the kernel,
without any constraints.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14682
NEWS
coregrind/m_syswrap/syswrap-generic.c
none/tests/map_unmap.c