linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture updates for kernel v4.21
@ 2018-12-26 16:49 Helge Deller
  2018-12-26 19:20 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2018-12-26 16:49 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin
  Cc: Firoz Khan

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

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

end of thread, other threads:[~2018-12-26 19:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-26 16:49 [GIT PULL] parisc architecture updates for kernel v4.21 Helge Deller
2018-12-26 19:20 ` pr-tracker-bot

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