diff options
author | Helge Deller <[email protected]> | 2017-07-14 14:49:38 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-07-14 15:05:12 -0700 |
commit | 37511fb5c91db93d8bd6e3f52f86e5a7ff7cfcdf (patch) | |
tree | 2c90b067bcd763a46b9712118bbba0c53285c247 /lib/mpi/mpi-bit.c | |
parent | b86faee6d111294fa95a2e89b5f771b2da3c9782 (diff) |
mm: fix overflow check in expand_upwards()
Jörn Engel noticed that the expand_upwards() function might not return
-ENOMEM in case the requested address is (unsigned long)-PAGE_SIZE and
if the architecture didn't defined TASK_SIZE as multiple of PAGE_SIZE.
Affected architectures are arm, frv, m68k, blackfin, h8300 and xtensa
which all define TASK_SIZE as 0xffffffff, but since none of those have
an upwards-growing stack we currently have no actual issue.
Nevertheless let's fix this just in case any of the architectures with
an upward-growing stack (currently parisc, metag and partly ia64) define
TASK_SIZE similar.
Link: http://lkml.kernel.org/r/[email protected]
Fixes: bd726c90b6b8 ("Allow stack to grow up to address space limit")
Signed-off-by: Helge Deller <[email protected]>
Reported-by: Jörn Engel <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions