All of lore.kernel.org
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org,
	James Bottomley <James.Bottomley@hansenpartnership.com>,
	John David Anglin <dave.anglin@bell.net>
Subject: [GIT PULL] parisc architecture updates for kernel v5.11-rc1
Date: Wed, 16 Dec 2020 20:22:35 +0100	[thread overview]
Message-ID: <20201216192235.GA27343@ls3530.fritz.box> (raw)

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

             reply	other threads:[~2020-12-16 19:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16 19:22 Helge Deller [this message]
2020-12-16 20:16 ` [GIT PULL] parisc architecture updates for kernel v5.11-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201216192235.GA27343@ls3530.fritz.box \
    --to=deller@gmx.de \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=dave.anglin@bell.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.