[GIT PULL] parisc architecture fixes for v6.6-rc5
From: Helge Deller
Date: Sat Oct 07 2023 - 15:30:03 EST
Hi Linus,
please pull two parisc fixes kernel 6.6-rc5 which fix
* randome memory faults on pre-PA8800 CPUs, and
* boot issues.
Both patches are tagged for stable series.
They have been in for-next since kernel 6.6-rc2 without
any issues.
Thanks!
Helge
----------------------------------------------------------------
The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:
Linux 6.6-rc2 (2023-09-17 14:40:24 -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.6-rc5
for you to fetch changes up to 914988e099fc658436fbd7b8f240160c352b6552:
parisc: Restore __ldcw_align for PA-RISC 2.0 processors (2023-10-07 20:30:16 +0200)
----------------------------------------------------------------
parisc architecture fixes for kernel v6.6-rc5:
* fix random faults in mmap'd memory on pre PA8800 processors
* fix boot crash with nr_cpus=1 on kernel command line
----------------------------------------------------------------
Helge Deller (1):
parisc: Fix crash with nr_cpus=1 option
John David Anglin (1):
parisc: Restore __ldcw_align for PA-RISC 2.0 processors
arch/parisc/include/asm/ldcw.h | 37 +++++++++++++++++---------------
arch/parisc/include/asm/spinlock_types.h | 5 -----
arch/parisc/kernel/smp.c | 4 +++-
3 files changed, 23 insertions(+), 23 deletions(-)