mbox series

[GIT,PULL] parisc architecture fixes for v6.7-rc1 (part 2)

Message ID ZVB4JP/NpxqHCb7a@p100 (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] parisc architecture fixes for v6.7-rc1 (part 2) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.7-rc1-2

Message

Helge Deller Nov. 12, 2023, 7 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 12, 2023, 7:17 p.m. UTC | #1
The pull request you sent on Sun, 12 Nov 2023 08:00:52 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.7-rc1-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b57b17e88bf58860dad312d08db7d6708ee6d06d

Thank you!