[GIT,PULL] parisc architecture fixes for v6.5-rc6

Message ID ZNZI1sVFrK97d/gW@p100
State New
Headers
Series [GIT,PULL] parisc architecture fixes for v6.5-rc6 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.5-rc6

Message

Helge Deller Aug. 11, 2023, 2:42 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Aug. 11, 2023, 4:45 p.m. UTC | #1
The pull request you sent on Fri, 11 Aug 2023 16:42:30 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.5-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/feb0eee9aa3c85aa15e3b60f82cb8d1fae28f2fe

Thank you!