mbox series

[GIT,PULL,v2] parisc architecture fixes for v6.7-rc2

Message ID ZVkJHUynkuBxVb7S@p100 (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL,v2] parisc architecture fixes for v6.7-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.7-rc2

Message

Helge Deller Nov. 18, 2023, 6:57 p.m. UTC
Hi Linus,

please pull three small additional parisc fixes for kernel 6.7-rc2,
two of those are tagged for stable series.

This is v2 of the pull request with the changes to the prctl() patch
as requested by you.

On parisc we still sometimes need writeable stacks, e.g. if programs aren't
compiled with gcc-14. To avoid issues with the upcoming systemd-254 we
therefore have to disable prctl(PR_SET_MDWE) for now (for parisc only).

The other two patches are minor: a bugfix for the soft power-off on qemu
with 64-bit kernel and prefer strscpy() over strlcpy().

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.7-rc2

for you to fetch changes up to 793838138c157d4c49f4fb744b170747e3dabf58:

  prctl: Disable prctl(PR_SET_MDWE) on parisc (2023-11-18 19:35:31 +0100)

----------------------------------------------------------------
parisc architecture fixes for kernel v6.7-rc2:

- Fix power soft-off on qemu
- Disable prctl(PR_SET_MDWE) since parisc sometimes still needs
  writeable stacks
- Use strscpy instead of strlcpy in show_cpuinfo()

----------------------------------------------------------------
Helge Deller (2):
      parisc/power: Fix power soft-off when running on qemu
      prctl: Disable prctl(PR_SET_MDWE) on parisc

Kees Cook (1):
      parisc: Replace strlcpy() with strscpy()

 arch/parisc/kernel/processor.c | 2 +-
 drivers/parisc/power.c         | 2 +-
 kernel/sys.c                   | 4 ++++
 3 files changed, 6 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 18, 2023, 11:35 p.m. UTC | #1
The pull request you sent on Sat, 18 Nov 2023 19:57:33 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.7-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2254005ef1474d59b706f2ea574d8552071631b1

Thank you!