linux-parisc.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>
Cc: Firoz Khan <firoz.khan@linaro.org>
Subject: [GIT PULL] parisc architecture updates for kernel v4.21
Date: Wed, 26 Dec 2018 17:49:42 +0100	[thread overview]
Message-ID: <20181226164942.GA19410@ls3530.dellerweb.de> (raw)

Hi Linus,

please pull the parisc architecture updates for 4.21-rc1 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.21-1

The major change in this patchset is the new system call table
generation support from Firoz Khan.
    
Thanks,
Helge

----------------------------------------------------------------
Firoz Khan (6):
      parisc: move __IGNORE* entries to non uapi header
      parisc: add __NR_syscalls along with __NR_Linux_syscalls
      parisc: remove __NR_Linux from uapi header file.
      parisc: add system call table generation support
      parisc: generate uapi header and system call table files
      parisc: syscalls: ignore nfsservctl for other architectures

Helge Deller (3):
      parisc: Split out alternative live patching code
      parisc: Fix serio address output
      parisc: Fix HP SDC hpa address output

 arch/parisc/Makefile                      |   3 +
 arch/parisc/include/asm/Kbuild            |   3 +
 arch/parisc/include/asm/alternative.h     |   4 +
 arch/parisc/include/asm/unistd.h          |   8 +
 arch/parisc/include/uapi/asm/Kbuild       |   2 +
 arch/parisc/include/uapi/asm/unistd.h     | 379 +-----------------------
 arch/parisc/kernel/Makefile               |   2 +-
 arch/parisc/kernel/alternative.c          |  98 +++++++
 arch/parisc/kernel/module.c               |  14 +
 arch/parisc/kernel/setup.c                |  80 ------
 arch/parisc/kernel/syscall.S              |  11 +-
 arch/parisc/kernel/syscall_table.S        | 459 ------------------------------
 arch/parisc/kernel/syscalls/Makefile      |  55 ++++
 arch/parisc/kernel/syscalls/syscall.tbl   | 369 ++++++++++++++++++++++++
 arch/parisc/kernel/syscalls/syscallhdr.sh |  36 +++
 arch/parisc/kernel/syscalls/syscalltbl.sh |  36 +++
 drivers/input/serio/gscps2.c              |   4 +-
 drivers/input/serio/hp_sdc.c              |   4 +-
 scripts/checksyscalls.sh                  |   1 +
 19 files changed, 648 insertions(+), 920 deletions(-)
 create mode 100644 arch/parisc/kernel/alternative.c
 delete mode 100644 arch/parisc/kernel/syscall_table.S
 create mode 100644 arch/parisc/kernel/syscalls/Makefile
 create mode 100644 arch/parisc/kernel/syscalls/syscall.tbl
 create mode 100644 arch/parisc/kernel/syscalls/syscallhdr.sh
 create mode 100644 arch/parisc/kernel/syscalls/syscalltbl.sh

             reply	other threads:[~2018-12-26 16:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-26 16:49 Helge Deller [this message]
2018-12-26 19:20 ` [GIT PULL] parisc architecture updates for kernel v4.21 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=20181226164942.GA19410@ls3530.dellerweb.de \
    --to=deller@gmx.de \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=dave.anglin@bell.net \
    --cc=firoz.khan@linaro.org \
    --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).