]> git.baikalelectronics.ru Git - kernel.git/commit
s390/mmap: increase stack/mmap gap to 128MB
authorSven Schnelle <svens@linux.ibm.com>
Wed, 6 Apr 2022 06:01:24 +0000 (08:01 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 25 Apr 2022 11:54:14 +0000 (13:54 +0200)
commitcfdb91d986e20980895b6976c564c26a63747ef1
tree8cd6dbb59bbfbb7269d093351f3609ec5f63cb82
parentf39e0db397b442bafc42afa08cbebc409437542a
s390/mmap: increase stack/mmap gap to 128MB

This basically reverts commit b747b902067b ("[S390] reduce miminum
gap between stack and mmap_base"). 32MB is not enough space
between stack and mmap for some programs. Given that compat
task aren't common these days, lets revert back to 128MB.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/mm/mmap.c