[GIT,PULL] parisc architecture fixes for v6.8-rc1

Message ID ZagJuxudO7V510hS@p100
State New
Headers
Series [GIT,PULL] parisc architecture fixes for v6.8-rc1 |

Pull-request

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

Message

Helge Deller Jan. 17, 2024, 5:09 p.m. UTC
  Hi Linus,

Please pull a two small fixes for the parisc architecture.
Both are tagged for stable series.

Ensure power button works on qemu and fix firmware start address
calculation on machines with 32-bit firmware running a 64-bit Linux kernel.

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit 0dd3ee31125508cd67f7e7172247f05b7fd1753a:

  Linux 6.7 (2024-01-07 12:18:38 -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-rc1

for you to fetch changes up to 6472036581f947109b20664121db1d143e916f0b:

  parisc/power: Fix power soft-off button emulation on qemu (2024-01-07 22:59:16 +0100)

----------------------------------------------------------------
parisc architecture fixes for kernel v6.8-rc1:

- Fix PDC address calculation with narrow firmware (64-bit kernel
  on 32-bit firmware)
- Fix kthread which checks power button get started on qemu too

----------------------------------------------------------------
Helge Deller (2):
      parisc/firmware: Fix F-extend for PDC addresses
      parisc/power: Fix power soft-off button emulation on qemu

 arch/parisc/kernel/firmware.c | 4 ++--
 drivers/parisc/power.c        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 17, 2024, 8:03 p.m. UTC | #1
The pull request you sent on Wed, 17 Jan 2024 18:09:15 +0100:

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

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

Thank you!