linux-kernel.vger.kernel.org archive mirror
 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 updates for kernel v5.10-rc1
Date: Sun, 25 Oct 2020 13:07:47 +0100	[thread overview]
Message-ID: <20201025120747.GA6138@ls3530.fritz.box> (raw)

Hi Linus,

please pull a few last fixes and updates for the parisc architecture for kernel 5.10-rc1 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.10-2

This patchset includes:

* During this merge window O_NONBLOCK was changed to become 000200000, but we
  missed that the syscalls timerfd_create(), signalfd4(), eventfd2(), pipe2(),
  inotify_init1() and userfaultfd() do a strict bit-wise check of the flags
  parameter. To provide backward compatibility with existing userspace we introduce
  parisc specific wrappers for those syscalls which filter out the old O_NONBLOCK
  value and replaces it with the new one.

* Prevent HIL bus driver to get stuck when keyboard or mouse isn't attached

* Improve error return codes when setting rtc time

* Minor documentation fix in pata_ns87415.c

Thanks,
Helge

----------------------------------------------------------------
The following changes since commit f9893351acaecf0a414baf9942b48d5bb5c688c6:

  Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild (2020-10-22 13:20:39 -0700)

are available in the Git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.10-2

for you to fetch changes up to 2e34ae02a9b49d1f459d811ae77d72d300584a69:

  ata: pata_ns87415.c: Document support on parisc with superio chip (2020-10-23 20:23:47 +0200)

----------------------------------------------------------------
Helge Deller (4):
      parisc: Improve error return codes when setting rtc time
      hil/parisc: Disable HIL driver when it gets stuck
      parisc: Add wrapper syscalls to fix O_NONBLOCK flag usage
      ata: pata_ns87415.c: Document support on parisc with superio chip

 arch/parisc/kernel/sys_parisc.c         | 73 ++++++++++++++++++++++++++++++++-
 arch/parisc/kernel/syscalls/syscall.tbl | 12 +++---
 arch/parisc/kernel/time.c               | 11 ++++-
 drivers/ata/pata_ns87415.c              |  3 +-
 drivers/input/serio/hil_mlc.c           | 21 ++++++++--
 drivers/input/serio/hp_sdc_mlc.c        |  8 ++--
 include/linux/hil_mlc.h                 |  2 +-
 7 files changed, 111 insertions(+), 19 deletions(-)

             reply	other threads:[~2020-10-25 12:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-25 12:07 Helge Deller [this message]
2020-10-25 18:35 ` [GIT PULL] parisc architecture updates for kernel v5.10-rc1 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-10-15  7:20 Helge Deller
2020-10-15 23:08 ` 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=20201025120747.GA6138@ls3530.fritz.box \
    --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;
as well as URLs for NNTP newsgroup(s).