From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org,
Dominik Brodowski <linux@dominikbrodowski.net>
Subject: [git pull] sparc syscall stuff
Date: Sat, 07 Apr 2018 20:44:14 +0000 [thread overview]
Message-ID: <20180407204414.GC30522@ZenIV.linux.org.uk> (raw)
sparc syscall stuff - killing pointless wrappers, conversions to
{COMPAT_,}SYSCALL_DEFINE.
Conflicts in arch/sparc/kernel/sys_sparc32.c are not hard to resolve,
but keep in mind that casts to u64 are needed there. I'd pushed a variant of
resolution into #test-merge.
The following changes since commit 0c8efd610b58cb23cefdfa12015799079aef94ae:
Linux 4.16-rc5 (2018-03-11 17:25:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git misc.sparc
for you to fetch changes up to 47db69752b22de2ac315d094fd09fac31b0d3bfc:
sparc: get rid of asm wrapper for nis_syscall() (2018-03-20 12:05:17 -0400)
----------------------------------------------------------------
Al Viro (11):
sparc: get rid of sys_sparc_pipe() wrappers
sparc: kill useless SIGN... wrappers
sparc: get rid of remaining SIGN... wrappers
sparc: bury a zombie extern that had been that way for twenty years
sparc: trivial conversions to {COMPAT_,}SYSCALL_DEFINE()
sparc: get rid of memory_ordering(2) wrapper
switch sparc_remap_file_pages() to SYSCALL_DEFINE
convert compat sync_file_range() to COMPAT_SYSCALL_DEFINE
sparc: switch compat pread64 and pwrite64 to COMPAT_SYSCALL_DEFINE
sparc: switch compat {f,}truncate64() to COMPAT_SYSCALL_DEFINE
sparc: get rid of asm wrapper for nis_syscall()
arch/sparc/kernel/entry.S | 15 -------
arch/sparc/kernel/sys32.S | 38 ------------------
arch/sparc/kernel/sys_sparc32.c | 87 ++++++++++++++++------------------------
arch/sparc/kernel/sys_sparc_32.c | 31 +++++++-------
arch/sparc/kernel/sys_sparc_64.c | 18 ++++-----
arch/sparc/kernel/syscalls.S | 9 -----
arch/sparc/kernel/systbls.h | 53 ++++++++++++------------
arch/sparc/kernel/systbls_32.S | 2 +-
arch/sparc/kernel/systbls_64.S | 24 +++++------
9 files changed, 97 insertions(+), 180 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org,
Dominik Brodowski <linux@dominikbrodowski.net>
Subject: [git pull] sparc syscall stuff
Date: Sat, 7 Apr 2018 21:44:14 +0100 [thread overview]
Message-ID: <20180407204414.GC30522@ZenIV.linux.org.uk> (raw)
sparc syscall stuff - killing pointless wrappers, conversions to
{COMPAT_,}SYSCALL_DEFINE.
Conflicts in arch/sparc/kernel/sys_sparc32.c are not hard to resolve,
but keep in mind that casts to u64 are needed there. I'd pushed a variant of
resolution into #test-merge.
The following changes since commit 0c8efd610b58cb23cefdfa12015799079aef94ae:
Linux 4.16-rc5 (2018-03-11 17:25:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git misc.sparc
for you to fetch changes up to 47db69752b22de2ac315d094fd09fac31b0d3bfc:
sparc: get rid of asm wrapper for nis_syscall() (2018-03-20 12:05:17 -0400)
----------------------------------------------------------------
Al Viro (11):
sparc: get rid of sys_sparc_pipe() wrappers
sparc: kill useless SIGN... wrappers
sparc: get rid of remaining SIGN... wrappers
sparc: bury a zombie extern that had been that way for twenty years
sparc: trivial conversions to {COMPAT_,}SYSCALL_DEFINE()
sparc: get rid of memory_ordering(2) wrapper
switch sparc_remap_file_pages() to SYSCALL_DEFINE
convert compat sync_file_range() to COMPAT_SYSCALL_DEFINE
sparc: switch compat pread64 and pwrite64 to COMPAT_SYSCALL_DEFINE
sparc: switch compat {f,}truncate64() to COMPAT_SYSCALL_DEFINE
sparc: get rid of asm wrapper for nis_syscall()
arch/sparc/kernel/entry.S | 15 -------
arch/sparc/kernel/sys32.S | 38 ------------------
arch/sparc/kernel/sys_sparc32.c | 87 ++++++++++++++++------------------------
arch/sparc/kernel/sys_sparc_32.c | 31 +++++++-------
arch/sparc/kernel/sys_sparc_64.c | 18 ++++-----
arch/sparc/kernel/syscalls.S | 9 -----
arch/sparc/kernel/systbls.h | 53 ++++++++++++------------
arch/sparc/kernel/systbls_32.S | 2 +-
arch/sparc/kernel/systbls_64.S | 24 +++++------
9 files changed, 97 insertions(+), 180 deletions(-)
next reply other threads:[~2018-04-07 20:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-07 20:44 Al Viro [this message]
2018-04-07 20:44 ` [git pull] sparc syscall stuff Al Viro
2018-04-07 21:37 ` Linus Torvalds
2018-04-07 21:37 ` Linus Torvalds
2018-04-07 23:02 ` Al Viro
2018-04-07 23:02 ` Al Viro
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=20180407204414.GC30522@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@dominikbrodowski.net \
--cc=sparclinux@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.