From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org
Subject: [git pull] signal.git fixes
Date: Sat, 2 Mar 2013 15:12:37 +0000 [thread overview]
Message-ID: <20130302151237.GA4503@ZenIV.linux.org.uk> (raw)
Fixes for several regressions introduced in the last signal.git pile,
along with fixing bugs in truncate and ftruncate compat (on just about
anything biarch at least one of those two had been done wrong).
Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal for-linus
Shortlog:
Al Viro (4):
lseek() and truncate() on sparc really need sign extension
switch lseek to COMPAT_SYSCALL_DEFINE
fix compat truncate/ftruncate
[regression] braino in "sparc: convert to ksignal"
Heiko Carstens (1):
compat: restore timerfd settime and gettime compat syscalls
Diffstat:
arch/arm64/include/asm/unistd32.h | 6 +++---
arch/arm64/kernel/sys32.S | 5 -----
arch/mips/kernel/scall64-o32.S | 4 ++--
arch/parisc/kernel/sys_parisc32.c | 10 ----------
arch/parisc/kernel/syscall_table.S | 6 +++---
arch/powerpc/include/asm/systbl.h | 2 +-
arch/powerpc/kernel/sys_ppc32.c | 18 ------------------
arch/s390/kernel/compat_wrapper.S | 16 ----------------
arch/s390/kernel/syscalls.S | 6 +++---
arch/sparc/kernel/signal32.c | 2 +-
arch/sparc/kernel/systbls_64.S | 6 +++---
arch/x86/ia32/sys_ia32.c | 5 -----
arch/x86/include/asm/sys_ia32.h | 1 -
arch/x86/syscalls/syscall_32.tbl | 6 +++---
fs/open.c | 15 +++++++++++++++
fs/read_write.c | 9 ++++++++-
fs/timerfd.c | 10 +++++-----
include/linux/compat.h | 3 +++
18 files changed, 50 insertions(+), 80 deletions(-)
reply other threads:[~2013-03-02 15:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20130302151237.GA4503@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@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