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>
Cc: Kees Cook <keescook@chromium.org>
Subject: [GIT PULL] parisc architecture fixes for v6.7-rc1
Date: Sat, 18 Nov 2023 14:58:12 +0100 [thread overview]
Message-ID: <ZVjC9P0h5mw3ZbnD@p100> (raw)
Hi Linus,
please pull three small additional parisc fixes for kernel 6.7-rc2,
two of those are tagged for stable series.
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 a patch from Kees to 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 b8eaae484f79b37c602d112e131475013ab14519:
parisc/power: Fix power soft-off when running on qemu (2023-11-17 16:54:27 +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):
prctl: Temporarily disable prctl(PR_SET_MDWE) on parisc
parisc/power: Fix power soft-off when running on qemu
Kees Cook (1):
parisc: Replace strlcpy() with strscpy()
arch/parisc/kernel/processor.c | 2 +-
drivers/parisc/power.c | 2 +-
kernel/sys.c | 10 ++++++++--
3 files changed, 10 insertions(+), 4 deletions(-)
next reply other threads:[~2023-11-18 13:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-18 13:58 Helge Deller [this message]
2023-11-18 17:36 ` [GIT PULL] parisc architecture fixes for v6.7-rc1 Linus Torvalds
2023-11-18 18:40 ` Helge Deller
2023-11-18 18:42 ` Linus Torvalds
2023-11-18 18:47 ` Helge Deller
-- strict thread matches above, loose matches on Subject: below --
2023-10-31 10:27 Helge Deller
2023-11-01 20:50 ` 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=ZVjC9P0h5mw3ZbnD@p100 \
--to=deller@gmx.de \
--cc=James.Bottomley@hansenpartnership.com \
--cc=dave.anglin@bell.net \
--cc=keescook@chromium.org \
--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.