Hi Linus, please pull the latest parisc architecture fixes for kernel 3.15 from: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-3.15-2 There are two fixes in this patchset: - Drop the architecture-specifc value for_STK_LIM_MAX to fix stack related problems with GNU make. - Make mmap() behave similiar to other architectures: If a file hasn't been mapped yet, we can now map it at any given page-aligned address. Thanks, Helge ---------------------------------------------------------------- Helge Deller (2): parisc: Use generic uapi/asm/resource.h file mm,parisc: keep track of last mmap'ed address John David Anglin (1): parisc: remove _STK_LIM_MAX override arch/parisc/Kconfig | 3 +++ arch/parisc/include/uapi/asm/Kbuild | 3 ++- arch/parisc/include/uapi/asm/resource.h | 7 ------- arch/parisc/kernel/sys_parisc.c | 8 ++++---- include/linux/fs.h | 3 +++ mm/mmap.c | 7 ++++++- 6 files changed, 18 insertions(+), 13 deletions(-) delete mode 100644 arch/parisc/include/uapi/asm/resource.h -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html