mbox series

[GIT,PULL] parisc architecture updates for kernel v5.11-rc1

Message ID 20201216192235.GA27343@ls3530.fritz.box (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] parisc architecture updates for kernel v5.11-rc1 | expand

Pull-request

http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.11-1

Message

Helge Deller Dec. 16, 2020, 7:22 p.m. UTC
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

Comments

pr-tracker-bot@kernel.org Dec. 16, 2020, 8:16 p.m. UTC | #1
The pull request you sent on Wed, 16 Dec 2020 20:22:35 +0100:

> http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.11-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5ee863bec794f30bdf7fdf57ce0d9f579b0d1aa3

Thank you!