From: Helge Deller <deller@kernel.org>
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 fixes for v6.8-rc3
Date: Thu, 1 Feb 2024 17:07:41 +0100 [thread overview]
Message-ID: <ZbvBzWJ5k5TnpRSW@p100> (raw)
Hi Linus,
Please pull a few important fixes for the parisc architecture for 6.8-rc3:
The current exception handler, which helps on kernel accesses to userspace,
may exhibit data corruption. The problem is that it is not guaranteed that the
compiler will use the processor register we specified in the source code, but
may choose another register which then will lead to silent register- and data
corruption. To fix this issue we now use another strategy to help the
exception handler to always find and set the error code into the correct CPU
register.
The other fixes are small: fixing CPU hotplug bringup, fix the page alignment
of the RO_DATA section, added a check for the calculated cache stride and fix
possible hangups when printing longer output at bootup when running on serial
console.
Most of the patches are tagged for stable series.
Thanks!
Helge
----------------------------------------------------------------
The following changes since commit 8a696a29c6905594e4abf78eaafcb62165ac61f1:
Merge tag 'platform-drivers-x86-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 (2024-01-27 09:48:55 -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.8-rc3
for you to fetch changes up to 913b9d443a0180cf0de3548f1ab3149378998486:
parisc: BTLB: Fix crash when setting up BTLB at CPU bringup (2024-01-31 13:51:26 +0100)
----------------------------------------------------------------
parisc architecture fixes for kernel v6.8-rc3:
- Fix random data corruption triggered by exception handler
- Fix crash when setting up BTLB at CPU bringup
- Prevent hung tasks when printing inventory on serial console
- Make RO_DATA page aligned in vmlinux.lds.S
- Add check for valid cache stride size
----------------------------------------------------------------
Helge Deller (6):
parisc: Make RO_DATA page aligned in vmlinux.lds.S
parisc: Check for valid stride size for cache flushes
parisc: Prevent hung tasks when printing inventory on serial console
parisc: Drop unneeded semicolon in parse_tree_node()
parisc: Fix random data corruption from exception handler
parisc: BTLB: Fix crash when setting up BTLB at CPU bringup
arch/parisc/Kconfig | 1 -
arch/parisc/include/asm/assembly.h | 1 +
arch/parisc/include/asm/extable.h | 64 +++++++++++++++++++++++++++++++++
arch/parisc/include/asm/special_insns.h | 6 ++--
arch/parisc/include/asm/uaccess.h | 48 ++++---------------------
arch/parisc/kernel/cache.c | 10 ++++--
arch/parisc/kernel/drivers.c | 5 ++-
arch/parisc/kernel/unaligned.c | 44 +++++++++++------------
arch/parisc/kernel/vmlinux.lds.S | 2 +-
arch/parisc/mm/fault.c | 11 ++++--
10 files changed, 118 insertions(+), 74 deletions(-)
create mode 100644 arch/parisc/include/asm/extable.h
next reply other threads:[~2024-02-01 16:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-01 16:07 Helge Deller [this message]
2024-02-01 21:02 ` [GIT PULL] parisc architecture fixes for v6.8-rc3 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=ZbvBzWJ5k5TnpRSW@p100 \
--to=deller@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox