All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture fixes and updates for v5.20-rc1
@ 2022-08-05 15:55 Helge Deller
  2022-08-05 17:42 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2022-08-05 15:55 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

The following changes since commit 3d7cb6b04c3f3115719235cc6866b10326de34cd:

  Linux 5.19 (2022-07-31 14:03:01 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e61b3125a4f036b3c6b87ffd656fc1ab00440ae9:

  Input: gscps2 - check return value of ioremap() in gscps2_probe() (2022-08-02 10:31:59 +0200)

----------------------------------------------------------------
parisc architecture fixes and updates for kernel v5.20-rc1:

One real bugfix to change the io_pgetevents_time64() syscall to use the compat
implementation when running in compat mode, otherwise the signed int32
parameters min_nr and nr will be incorrectly handled as unsigned int64 values.

Other than that just small cleanups:
* hardware database housekeeping and proper /proc/iomem output
* add function exit code if probe functions fail
* drop stale variables (pa_swapper_pg_lock)
* drop unneccessary zero-initializations
* typo fixes in comments

----------------------------------------------------------------
Helge Deller (4):
      parisc: Clean up names in hardware database
      parisc: Fix device names in /proc/iomem
      parisc: Drop pa_swapper_pg_lock spinlock
      parisc: io_pgetevents_time64() needs compat syscall in 32-bit compat mode

Jason Wang (2):
      parisc: Fix comment typo in fault.c
      parisc: Drop zero variable initialisations in mm/init.c

William Dean (1):
      parisc: Check the return value of ioremap() in lba_driver_probe()

Xie Shaowen (1):
      Input: gscps2 - check return value of ioremap() in gscps2_probe()

Xin Gao (1):
      parisc: Do not initialise statics to 0

 arch/parisc/kernel/cache.c              |  3 ---
 arch/parisc/kernel/drivers.c            |  9 ++++-----
 arch/parisc/kernel/hardware.c           | 11 ++++-------
 arch/parisc/kernel/pci-dma.c            |  4 ++--
 arch/parisc/kernel/syscalls/syscall.tbl |  2 +-
 arch/parisc/mm/fault.c                  |  2 +-
 arch/parisc/mm/init.c                   |  2 +-
 drivers/input/serio/gscps2.c            |  4 ++++
 drivers/parisc/lba_pci.c                |  6 +++++-
 9 files changed, 22 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] parisc architecture fixes and updates for v5.20-rc1
  2022-08-05 15:55 [GIT PULL] parisc architecture fixes and updates for v5.20-rc1 Helge Deller
@ 2022-08-05 17:42 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-08-05 17:42 UTC (permalink / raw)
  To: Helge Deller
  Cc: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

The pull request you sent on Fri, 5 Aug 2022 17:55:46 +0200:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-05 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 15:55 [GIT PULL] parisc architecture fixes and updates for v5.20-rc1 Helge Deller
2022-08-05 17:42 ` pr-tracker-bot

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.