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,
	James Bottomley <James.Bottomley@hansenpartnership.com>,
	John David Anglin <dave.anglin@bell.net>
Subject: [GIT PULL] parisc architecture fixes for v6.8-rc6
Date: Fri, 23 Feb 2024 18:54:56 +0100	[thread overview]
Message-ID: <Zdjb8E0XItxNJyVB@p100> (raw)

Hi Linus,

Please pull four small fixes for the parisc architecture for 6.8-rc6:

Fixes CPU hotplug, the parisc stack unwinder and two possible build errors
in kprobes and ftrace area.

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

  Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

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-rc6

for you to fetch changes up to 882a2a724ee964c1ebe7268a91d5c8c8ddc796bf:

  parisc: Fix stack unwinder (2024-02-19 21:55:22 +0100)

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

- Fix CPU hotplug
- Fix unaligned accesses and faults in stack unwinder
- Fix potential build errors by always including asm-generic/kprobes.h
- Fix build bug by add missing CONFIG_DYNAMIC_FTRACE check

----------------------------------------------------------------
Guenter Roeck (1):
      parisc: Fix stack unwinder

Helge Deller (1):
      Revert "parisc: Only list existing CPUs in cpu_possible_mask"

Max Kellermann (2):
      parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE check
      parisc/kprobes: always include asm-generic/kprobes.h

 arch/parisc/include/asm/kprobes.h |  3 ++-
 arch/parisc/kernel/ftrace.c       |  2 +-
 arch/parisc/kernel/processor.c    |  8 --------
 arch/parisc/kernel/unwind.c       | 14 ++++++--------
 4 files changed, 9 insertions(+), 18 deletions(-)

             reply	other threads:[~2024-02-23 17:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23 17:54 Helge Deller [this message]
2024-02-23 18:43 ` [GIT PULL] parisc architecture fixes for v6.8-rc6 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=Zdjb8E0XItxNJyVB@p100 \
    --to=deller@kernel.org \
    --cc=James.Bottomley@hansenpartnership.com \
    --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.