All of lore.kernel.org
 help / color / mirror / Atom feed
From: Helge Deller <deller@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org,
	John David Anglin <dave.anglin@bell.net>
Subject: [GIT PULL] parisc architecture fixes and updates for v6.14-rc1
Date: Thu, 23 Jan 2025 17:44:07 +0100	[thread overview]
Message-ID: <Z5Jx15b2n2JworTb@p100> (raw)

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(-)

             reply	other threads:[~2025-01-23 16:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-23 16:44 Helge Deller [this message]
2025-01-24 20:05 ` [GIT PULL] parisc architecture fixes and updates for v6.14-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z5Jx15b2n2JworTb@p100 \
    --to=deller@kernel.org \
    --cc=dave.anglin@bell.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.