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.6-rc2
Date: Tue, 12 Sep 2023 21:52:36 +0200	[thread overview]
Message-ID: <ZQDBhMmGlXPll86B@p100> (raw)

Hi Linus,

please pull some parisc architecture fixes and enhancements for kernel 6.6-rc2.

* Fix a module symbol resolving issue on parisc64
* Some sparse and build-warning fixes
* Enable Block-TLBs on 32-bit CPUs

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit 6c1b980a7e79e55e951b4b2c47eefebc75071209:

  Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/dma-mapping (2023-08-29 20:32:10 -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.6-rc2

for you to fetch changes up to 08700ec705043eb0cee01b35cf5b9d63f0230d12:

  linux/export: fix reference to exported functions for parisc64 (2023-09-12 17:42:00 +0200)

----------------------------------------------------------------
parisc architecture fixes and enhancements for kernel v6.6-rc2:

* fix reference to exported symbols for parisc64 [Masahiro Yamada]
* Block-TLB (BTLB) support on 32-bit CPUs
* sparse and build-warning fixes

----------------------------------------------------------------
Helge Deller (14):
      parisc: sba_iommu: Fix build warning if procfs if disabled
      parisc: sba: Fix compile warning wrt list of SBA devices
      parisc: sba-iommu: Fix sparse warnigs
      parisc: ccio-dma: Fix sparse warnings
      parisc: iosapic.c: Fix sparse warnings
      parisc: drivers: Fix sparse warning
      parisc: irq: Make irq_stack_union static to avoid sparse warning
      parisc: shmparam.h: Document aliasing requirements of PA-RISC
      parisc: Prepare for Block-TLB support on 32-bit kernel
      parisc: BTLB: Clear possibly existing BTLB entries
      parisc: BTLB: Add BTLB insert and purge firmware function wrappers
      parisc: BTLB: _edata symbol has to be page aligned for BTLB support
      parisc: firmware: Simplify calling non-PA20 functions
      parisc: BTLB: Initialize BTLB tables at CPU startup

Masahiro Yamada (1):
      linux/export: fix reference to exported functions for parisc64

 arch/parisc/include/asm/cache.h     |  1 +
 arch/parisc/include/asm/mckinley.h  |  8 -----
 arch/parisc/include/asm/pdc.h       |  5 +--
 arch/parisc/include/asm/processor.h |  1 +
 arch/parisc/include/asm/ropes.h     |  7 ++--
 arch/parisc/include/asm/shmparam.h  | 15 ++++++++
 arch/parisc/kernel/asm-offsets.c    |  2 ++
 arch/parisc/kernel/cache.c          |  8 +----
 arch/parisc/kernel/drivers.c        |  2 +-
 arch/parisc/kernel/firmware.c       | 56 +++++++++++++++++++++++------
 arch/parisc/kernel/head.S           | 16 +++++++--
 arch/parisc/kernel/irq.c            |  2 +-
 arch/parisc/kernel/processor.c      |  2 ++
 arch/parisc/kernel/vmlinux.lds.S    |  1 +
 arch/parisc/mm/init.c               | 72 +++++++++++++++++++++++++++++++++++++
 drivers/char/agp/parisc-agp.c       |  2 --
 drivers/parisc/ccio-dma.c           | 18 +++++-----
 drivers/parisc/iommu-helpers.h      |  8 ++---
 drivers/parisc/iosapic.c            |  4 +--
 drivers/parisc/iosapic_private.h    |  4 +--
 drivers/parisc/sba_iommu.c          | 38 +++++++++-----------
 include/linux/export-internal.h     |  2 ++
 scripts/mod/modpost.c               |  9 +++++
 23 files changed, 207 insertions(+), 76 deletions(-)
 delete mode 100644 arch/parisc/include/asm/mckinley.h

             reply	other threads:[~2023-09-12 19:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-12 19:52 Helge Deller [this message]
2023-09-13 19:44 ` [GIT PULL] parisc architecture fixes for v6.6-rc2 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=ZQDBhMmGlXPll86B@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