2021-05-03 20:50:02

by Helge Deller

[permalink] [raw]
Subject: [GIT PULL] parisc architecture updates for kernel v5.13-rc1

Hi Linus,

please pull the parisc architecture updates for kernel 5.13-rc1 from:

http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.13/parisc

Thanks,
Helge

----------------------------------------------------------------
parisc architecture updates for kernel 5.13:

- switch to generic syscall header scripts

- minor typo fix in setup.c

----------------------------------------------------------------
Helge Deller (1):
parisc: Fix typo in setup.c

Masahiro Yamada (2):
parisc: syscalls: switch to generic syscalltbl.sh
parisc: syscalls: switch to generic syscallhdr.sh

arch/parisc/include/asm/Kbuild | 1 -
arch/parisc/kernel/setup.c | 2 +-
arch/parisc/kernel/syscall.S | 16 ++++++--------
arch/parisc/kernel/syscalls/Makefile | 30 ++++++++------------------
arch/parisc/kernel/syscalls/syscallhdr.sh | 36 -------------------------------
arch/parisc/kernel/syscalls/syscalltbl.sh | 36 -------------------------------
6 files changed, 17 insertions(+), 104 deletions(-)
delete mode 100644 arch/parisc/kernel/syscalls/syscallhdr.sh
delete mode 100644 arch/parisc/kernel/syscalls/syscalltbl.sh


2021-05-03 20:53:44

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] parisc architecture updates for kernel v5.13-rc1

The pull request you sent on Mon, 3 May 2021 22:45:33 +0200:

> http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.13/parisc

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5e321ded302da4d8c5d5dd953423d9b748ab3775

Thank you!

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

2021-05-03 20:55:10

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] parisc architecture updates for kernel v5.13-rc1

On Mon, May 3, 2021 at 1:46 PM Helge Deller <[email protected]> wrote:
>
> please pull the parisc architecture updates for kernel 5.13-rc1 from:
>
> http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.13/parisc

Ooh, and with a fancy signed tag. Thanks, looking good,

Linus