This is the start of the stable review cycle for the 3.2.90 release. There are 4 patches in this series, which will be posted as responses to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Thu Jun 29 11:09:35 UTC 2017. Anything received after that time might be too late. A combined patch relative to 3.2.89 will be posted as an additional response to this. A shortlog and diffstat can be found below. Ben. ------------- David Howells (1): rxrpc: Fix several cases where a padded len isn't checked in ticket decode [5f2f97656ada8d811d3c1bef503ced266fcd53a0] Helge Deller (1): Allow stack to grow up to address space limit [bd726c90b6b8ce87602208701b208a208e6d5600] Hugh Dickins (1): mm: larger stack guard gap, between vmas [1be7107fbe18eed3e319a6c3e83c78254b693acb] Linus Torvalds (1): mm: do not grow the stack vma just because of an overrun on preceding vma [09884964335e85e897876d17783c2ad33cf8a2e0] Documentation/kernel-parameters.txt | 7 ++ Makefile | 4 +- arch/alpha/kernel/osf_sys.c | 2 +- arch/arm/mm/mmap.c | 12 +-- arch/frv/mm/elf-fdpic.c | 6 +- arch/ia64/kernel/sys_ia64.c | 18 ++++- arch/ia64/mm/hugetlbpage.c | 4 +- arch/mips/mm/mmap.c | 19 +++-- arch/parisc/kernel/sys_parisc.c | 40 +++++++--- arch/powerpc/mm/slice.c | 24 +++--- arch/sh/mm/mmap.c | 29 ++++--- arch/sparc/kernel/sys_sparc_32.c | 2 +- arch/sparc/kernel/sys_sparc_64.c | 30 +++---- arch/sparc/mm/hugetlbpage.c | 27 ++++--- arch/tile/mm/hugetlbpage.c | 26 ++++--- arch/x86/kernel/sys_x86_64.c | 29 ++++--- arch/x86/mm/hugetlbpage.c | 24 +++--- fs/hugetlbfs/inode.c | 4 +- fs/proc/task_mmu.c | 4 - include/linux/mm.h | 53 ++++++------- mm/memory.c | 49 ------------ mm/mmap.c | 151 ++++++++++++++++++++++++------------ net/rxrpc/ar-key.c | 64 ++++++++------- 23 files changed, 351 insertions(+), 277 deletions(-) -- Ben Hutchings Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer