public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
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.4-rc1
Date: Wed, 3 May 2023 22:38:12 +0200	[thread overview]
Message-ID: <ZFLGNBvD7LbjKbu7@p100> (raw)

Hi Linus,

please pull the parisc architecture updates and fixes for 6.4-rc1:

Two important fixes in here:
* The argument pointer register was wrong when calling 64-bit firmware
  functions, which may cause random memory corruption or crashes.
* Ensure page alignment in cache flush functions, otherwise not all
  memory might get flushed.

The other patches are cleanups (mmap implementation, panic path) and
usual smaller updates.

All patches, with the execption of the argument pointer patch, have been
in stable since weeks. I rebased to fix a small conflict in the
docs to make pulling easier for you.

Thanks,
Helge

---
The following changes since commit 348551ddaf311c76b01cdcbaf61b6fef06a49144:

  Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl (2023-05-02 15:40:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.4-1

for you to fetch changes up to 6e3220ba3323a2c24be834aebf5d6e9f89d0993f:

  parisc: Fix argument pointer in real64_call_asm() (2023-05-03 17:43:26 +0200)

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

- Calculate correct argument pointer in real64_call_asm()
- Cleanup mmap implementation regarding color alignment (John David Anglin)
- Spinlock fixes in panic path (Guilherme G. Piccoli)
- build doc update for parisc64 (Randy Dunlap)
- Ensure page alignment in flush functions

----------------------------------------------------------------
Guilherme G. Piccoli (1):
      parisc: Replace regular spinlock with spin_trylock on panic path

Helge Deller (4):
      parisc: Limit amount of kgdb breakpoints on parisc
      parisc: Ensure page alignment in flush functions
      parisc: Drop HP-UX constants and structs from grfioctl.h
      parisc: Fix argument pointer in real64_call_asm()

John David Anglin (1):
      parisc: Cleanup mmap implementation regarding color alignment

Randy Dunlap (1):
      parisc: update kbuild doc. aliases for parisc64

 Documentation/kbuild/kbuild.rst    |   1 +
 arch/parisc/include/asm/grfioctl.h |  38 ---------
 arch/parisc/include/asm/kgdb.h     |   2 +
 arch/parisc/include/asm/pdc.h      |   1 +
 arch/parisc/kernel/firmware.c      |  27 +++++-
 arch/parisc/kernel/pacache.S       |   2 +
 arch/parisc/kernel/real2.S         |   5 +-
 arch/parisc/kernel/sys_parisc.c    | 166 ++++++++++++++-----------------------
 drivers/parisc/power.c             |  16 ++--
 9 files changed, 104 insertions(+), 154 deletions(-)

             reply	other threads:[~2023-05-03 20:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-03 20:38 Helge Deller [this message]
2023-05-04  3:13 ` [GIT PULL] parisc architecture fixes for v6.4-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=ZFLGNBvD7LbjKbu7@p100 \
    --to=deller@gmx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox