From: Helge Deller <deller@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org,
John David Anglin <dave.anglin@bell.net>
Subject: [GIT PULL] parisc architecture fixes and updates for v6.17-rc1
Date: Fri, 1 Aug 2025 20:00:27 +0200 [thread overview]
Message-ID: <aI0Aux1I1xTWtp2r@p100> (raw)
The following changes since commit 89be9a83ccf1f88522317ce02f854f30d6115c41:
Linux 6.16-rc7 (2025-07-20 15:18:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.17-rc1
for you to fetch changes up to 89f686a0fb6e473a876a9a60a13aec67a62b9a7e:
parisc: Revise __get_user() to probe user read access (2025-07-25 22:45:24 +0200)
----------------------------------------------------------------
parisc architecture fixes for kernel v6.17-rc1:
The parisc kernel wrongly allows reading from read-protected userspace
memory without faulting, e.g. when userspace uses mprotect() to
read-protect a memory area and then uses a pointer to this memory in a
write(2, addr, 1) syscall. To fix this issue, Dave Anglin developed a
set of patches which use the proberi assembler instruction to
additionally check read access permissions at runtime.
Randy Dunlap contributed two patches to fix a minor typo and to explain
why a 32-bit compiler is needed although a 64-bit kernel is built.
----------------------------------------------------------------
John David Anglin (8):
parisc: Update comments in make_insert_tlb
parisc: Check region is readable by user in raw_copy_from_user()
parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.c
parisc: Define and use set_pte_at()
parisc: Try to fixup kernel exception in bad_area_nosemaphore path of do_page_fault()
parisc: Drop WARN_ON_ONCE() from flush_cache_vmap
parisc: Revise gateway LWS calls to probe user read access
parisc: Revise __get_user() to probe user read access
Randy Dunlap (2):
parisc: Makefile: fix a typo in palo.conf
parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers
arch/parisc/Makefile | 6 ++++--
arch/parisc/include/asm/pgtable.h | 7 ++++---
arch/parisc/include/asm/special_insns.h | 28 ++++++++++++++++++++++++++++
arch/parisc/include/asm/uaccess.h | 21 ++++++++++++++++++---
arch/parisc/kernel/cache.c | 6 +++---
arch/parisc/kernel/entry.S | 17 ++++++++++++-----
arch/parisc/kernel/syscall.S | 30 +++++++++++++++++++++---------
arch/parisc/lib/memcpy.c | 19 ++++++++++++++++++-
arch/parisc/mm/fault.c | 4 ++++
9 files changed, 112 insertions(+), 26 deletions(-)
next reply other threads:[~2025-08-01 18:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-01 18:00 Helge Deller [this message]
2025-08-01 23:30 ` [GIT PULL] parisc architecture fixes and updates for v6.17-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=aI0Aux1I1xTWtp2r@p100 \
--to=deller@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox