summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_flat.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2009-01-08 12:04:47 +0000
committerDavid Howells <dhowells@redhat.com>2009-01-08 12:04:47 +0000
commitf4bbf51050a1e1dd485e9cd89eef4619a7453d71 (patch)
tree074dd5cc064e6fd0ddd0b73a56537943cda5068e /fs/binfmt_flat.c
parent38f714795b7cf4103c54152200ca66b524f8ed6e (diff)
downloadlinux-f4bbf51050a1e1dd485e9cd89eef4619a7453d71.tar.gz
linux-f4bbf51050a1e1dd485e9cd89eef4619a7453d71.tar.xz
FDPIC: Don't attempt to expand the userspace stack to fill the space allocated
Stop the ELF-FDPIC binfmt from attempting to expand the userspace stack and brk segments to fill the space actually allocated for it. The space allocated may be rounded up by mmap(), and may be wasted. However, finding out how much space we actually obtained uses the contentious kobjsize() function which we'd like to get rid of as it doesn't necessarily work for all slab allocators. Signed-off-by: David Howells <dhowells@redhat.com> Tested-by: Mike Frysinger <vapier.adi@gmail.com> Acked-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'fs/binfmt_flat.c')
0 files changed, 0 insertions, 0 deletions