exec32: fixes
authorAlan Cox <alan@linux.intel.com>
Thu, 20 Oct 2016 16:49:29 +0000 (17:49 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 20 Oct 2016 16:49:29 +0000 (17:49 +0100)
commitb8bf06a884bbb00b1489321978a9106eb54405be
tree40af906401672b60ebce76503ba80ee9a27284b2
parente1473f22f851e868878805c93ebe74b175bbe6d4
exec32: fixes

Firstly botch the stack value because elf2flt defaults to 4K which is usually
insufficient as in our case it includes brk() space. Just add 32K for now.

Also fix the argument aligmnet.
Kernel/syscall_exec32.c