All of lore.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 and updates for v5.20-rc1
Date: Fri, 5 Aug 2022 17:55:46 +0200	[thread overview]
Message-ID: <Yu09gjA99eDcPNFM@p100> (raw)

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(-)

             reply	other threads:[~2022-08-05 15:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-05 15:55 Helge Deller [this message]
2022-08-05 17:42 ` [GIT PULL] parisc architecture fixes and updates for v5.20-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=Yu09gjA99eDcPNFM@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 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.