Linux PARISC architecture development
 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.5-rc6
Date: Fri, 11 Aug 2023 16:42:30 +0200	[thread overview]
Message-ID: <ZNZI1sVFrK97d/gW@p100> (raw)

Hi Linus,

please pull some more fixes for the parisc architecture for kernel 6.5-rc6.

This patchset includes a bugfix in the LWS code, which used different lock words
than the parisc lightweight spinlock checks. This inconsistency triggered
false positives when the lightweight spinlock checks checked the locks of
mutexes.

The other patches are trivial cleanups and most of them fix sparse warnings.

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit a027b2eca0b7e90b11a0b0ddfad0dc4068707799:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2023-08-07 10:18:20 -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.5-rc6

for you to fetch changes up to d863066e6ce0a70c479a7f618088912ac0ba44ac:

  parisc: perf: Make cpu_device variable static (2023-08-10 23:00:18 +0200)

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

- Fix LWS code to use same lock words as for the parisc lightweight
  spinlocks
- Use PTR_ERR_OR_ZERO() in pdt init code
- Fix lots of sparse warnings

----------------------------------------------------------------
Helge Deller (15):
      parisc: Fix lightweight spinlock checks to not break futexes
      parisc: fault: Use C99 arrary initializers
      parisc: ioremap: Fix sparse warnings
      parisc: signal: Fix sparse incorrect type in assignment warning
      parisc: firmware: Fix sparse context imbalance warnings
      parisc: firmware: Mark pdc_result buffers local
      parisc: ucmpdi2: Fix no previous prototype for '__ucmpdi2' warning
      parisc: parisc_ksyms: Include libgcc.h for libgcc prototypes
      parisc: dma: Add prototype for pcxl_dma_start
      parisc: Move proc_mckinley_root and proc_runway_root to sba_iommu
      parisc: unaligned: Include linux/sysctl.h for unaligned_enabled
      parisc: processor: Include asm/smp.h for init_per_cpu()
      parisc: boot: Nuke some sparse warnings in decompressor
      parisc: ftrace: Add declaration for ftrace_function_trampoline()
      parisc: perf: Make cpu_device variable static

Yang Yingliang (1):
      parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify code

 arch/parisc/Kconfig.debug                |  2 +-
 arch/parisc/boot/compressed/misc.c       | 10 +++----
 arch/parisc/include/asm/dma.h            |  2 ++
 arch/parisc/include/asm/ftrace.h         |  4 +++
 arch/parisc/include/asm/spinlock.h       |  2 --
 arch/parisc/include/asm/spinlock_types.h |  6 ++++
 arch/parisc/kernel/firmware.c            |  8 ++---
 arch/parisc/kernel/ftrace.c              |  2 +-
 arch/parisc/kernel/parisc_ksyms.c        |  7 +----
 arch/parisc/kernel/pci-dma.c             |  4 +--
 arch/parisc/kernel/pdt.c                 |  4 +--
 arch/parisc/kernel/perf.c                |  2 +-
 arch/parisc/kernel/processor.c           |  1 +
 arch/parisc/kernel/setup.c               | 48 ------------------------------
 arch/parisc/kernel/signal.c              |  2 +-
 arch/parisc/kernel/syscall.S             | 23 +++++++++++++--
 arch/parisc/kernel/unaligned.c           |  1 +
 arch/parisc/lib/ucmpdi2.c                |  3 +-
 arch/parisc/mm/fault.c                   | 50 ++++++++++++++++----------------
 arch/parisc/mm/init.c                    |  4 ---
 arch/parisc/mm/ioremap.c                 |  9 +++---
 drivers/parisc/sba_iommu.c               |  6 ++++
 22 files changed, 88 insertions(+), 112 deletions(-)

             reply	other threads:[~2023-08-11 14:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11 14:42 Helge Deller [this message]
2023-08-11 16:45 ` [GIT PULL] parisc architecture fixes for v6.5-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=ZNZI1sVFrK97d/gW@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