Hi Linus, please pull three small additional parisc fixes for kernel 6.7-rc1. The first two are tagged for stable series. - Include the upper 5 address bits when inserting TLB entries on a 64-bit kernel. On physical machines those are ignored, but in qemu it's nice to have them included and to be correct. - Stop the 64-bit kernel and show a warning if someone tries to boot on a machine with a 32-bit CPU. - Fix a "no previous prototype" warning in parport-gsc. Thanks! Helge ---------------------------------------------------------------- The following changes since commit be3ca57cfb777ad820c6659d52e60bbdd36bf5ff: Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2023-11-06 15:06:06 -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-rc1-2 for you to fetch changes up to a406b8b424fa01f244c1aab02ba186258448c36b: parisc: Prevent booting 64-bit kernels on PA1.x machines (2023-11-10 16:17:32 +0100) ---------------------------------------------------------------- parisc architecture fixes for kernel v6.7-rc1 (part 2): - Include upper 5 address bits of physical address in iitlbp - Prevent booting 64-bit kernels on PA1.x machines - parport-gsc: mark init function static ---------------------------------------------------------------- Arnd Bergmann (1): parport: gsc: mark init function static Helge Deller (2): parisc/pgtable: Do not drop upper 5 address bits of physical address parisc: Prevent booting 64-bit kernels on PA1.x machines arch/parisc/kernel/entry.S | 7 +++---- arch/parisc/kernel/head.S | 5 ++--- drivers/parport/parport_gsc.c | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-)