mbox series

[GIT,PULL] parisc architecture fixes and updates for v6.14-rc1

Message ID Z5Jx15b2n2JworTb@p100 (mailing list archive)
State New
Headers show
Series [GIT,PULL] parisc architecture fixes and updates for v6.14-rc1 | expand

Pull-request

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

Message

Helge Deller Jan. 23, 2025, 4:44 p.m. UTC
Hi Linus,

Please pull some fixes and updates for the parisc architecture for 6.14-rc1:

- Temporarily disable jump label support to avoid kernel crash with 32-bit kernel
- Add vdso linker script to 'targets' instead of extra-y
- Remove parisc versions of memcpy_toio and memset_io

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit adc218676eef25575469234709c2d87185ca223a:

  Linux 6.12 (2024-11-17 14:15:08 -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.14-rc1

for you to fetch changes up to 3599bae489d86fbabe039f9a2ab5472ffb04f7f1:

  parisc: Temporarily disable jump label support (2025-01-20 21:05:32 +0100)

----------------------------------------------------------------
parisc architecture fixes and updates for kernel v6.14-rc1:

- Temporarily disable jump label support to avoid kernel crash with
  32-bit kernel
- Add vdso linker script to 'targets' instead of extra-y
- Remove parisc versions of memcpy_toio and memset_io

----------------------------------------------------------------
Helge Deller (1):
      parisc: Temporarily disable jump label support

Julian Vetter (1):
      parisc: Remove memcpy_toio and memset_io

Masahiro Yamada (1):
      parisc: add vdso linker script to 'targets' instead of extra-y

 arch/parisc/Kconfig                |  4 ++--
 arch/parisc/include/asm/io.h       |  4 ----
 arch/parisc/kernel/parisc_ksyms.c  |  2 --
 arch/parisc/kernel/vdso32/Makefile |  2 +-
 arch/parisc/kernel/vdso64/Makefile |  2 +-
 arch/parisc/lib/io.c               | 47 --------------------------------------
 6 files changed, 4 insertions(+), 57 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 24, 2025, 8:05 p.m. UTC | #1
The pull request you sent on Thu, 23 Jan 2025 17:44:07 +0100:

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

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

Thank you!