[LTP] LTP release
Cyril Hrubis
chrubis@suse.cz
Tue Sep 8 17:36:59 CEST 2020
Hi!
> And I'd like to add the MAP_GROWSDOWN test too, but I haven't come up with
> a way to solve the segment fault on s390x.
> http://lists.linux.it/pipermail/ltp/2020-August/018416.html
Maybe we end up allocating a mapping that is too close to something
else, see:
https://stackoverflow.com/questions/56888725/why-is-map-growsdown-mapping-does-not-grow
I guess that we should make the initial mmap in find_free_range() larger
and return and adress that is quaranteed not to have a mapping that is
closer than 256 pages in the direction we want to grow.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list