Hello Linus, please pull the updates for the parisc architecture for kernel 5.11-rc1 from: http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.11-1 This patchset includes: A change to increase the default maximum stack size on parisc to 100 MB and the ability to further increase the stack hard limit size at runtime with ulimit for newly started processes. The other patches fix compile warnings, utilizes the Kbuild logic and cleanups the parisc arch code. Thanks, Helge ---------------------------------------------------------------- The following changes since commit f8394f232b1eab649ce2df5c5f15b0e528c92091: Linux 5.10-rc3 (2020-11-08 16:10:16 -0800) are available in the Git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.11-1 for you to fetch changes up to 39b1e779b6e2d4ca7967b49b26f1e4358f20c90c: parisc: pci-dma: fix warning unused-function (2020-12-15 05:41:11 +0100) ---------------------------------------------------------------- Anders Roxell (1): parisc: pci-dma: fix warning unused-function Geert Uytterhoeven (1): parisc/uapi: Use Kbuild logic to provide <asm/types.h> Helge Deller (3): parisc: Drop loops_per_jiffy from per_cpu struct parisc: Use _TIF_USER_WORK_MASK in entry.S parisc: Make user stack size configurable arch/parisc/include/asm/processor.h | 8 ++------ arch/parisc/include/uapi/asm/types.h | 7 ------- arch/parisc/kernel/entry.S | 4 ++-- arch/parisc/kernel/pci-dma.c | 2 +- arch/parisc/kernel/processor.c | 5 ++--- arch/parisc/kernel/sys_parisc.c | 23 +++++++++++++++++++++-- fs/exec.c | 4 ++-- mm/Kconfig | 12 +++++------- 8 files changed, 35 insertions(+), 30 deletions(-) delete mode 100644 arch/parisc/include/uapi/asm/types.h