Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1443721
| From | "H.J. Lu" <hjl.tools@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Add compat_sys_preadv64v2/compat_sys_pwritev64v2 |
| Date | 2016-07-14 21:40 +0200 |
| Message-ID | <rUUEi-5mr-43@gated-at.bofh.it> (permalink) |
| References | <rUUEi-5mr-45@gated-at.bofh.it> <rUUEi-5mr-47@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Thu, Jul 14, 2016 at 12:01 PM, Ingo Molnar <mingo@kernel.org> wrote: > > * H.J. Lu <hjl.tools@gmail.com> wrote: > >> Add compat_sys_preadv64v2 and compat_sys_pwritev64v2 so that 64-bit offset >> is passed in one 64-bit register on x32, similar to compat_sys_preadv64 >> and compat_sys_pwritev64. >> >> Signed-off-by: H.J. Lu <hjl.tools@gmail.com> > >> From 100f17970625dfeb27539a4bb2470acefe3982e1 Mon Sep 17 00:00:00 2001 >> From: "H.J. Lu" <hjl.tools@gmail.com> >> Date: Thu, 14 Jul 2016 08:42:12 -0700 >> Subject: [PATCH] Add compat_sys_preadv64v2/compat_sys_pwritev64v2 >> >> Add compat_sys_preadv64v2 and compat_sys_pwritev64v2 so that 64-bit offset >> is passed in one 64-bit register on x32, similar to compat_sys_preadv64 >> and compat_sys_pwritev64. >> >> Signed-off-by: H.J. Lu <hjl.tools@gmail.com> >> --- >> arch/x86/entry/syscalls/syscall_64.tbl | 2 ++ >> arch/x86/include/asm/unistd.h | 2 ++ >> fs/read_write.c | 18 ++++++++++++++++++ >> 3 files changed, 22 insertions(+) > > Could you please send this against the latest upstream kernel, such as v4.7-rc7? > The patch does not apply cleanly: > > patching file arch/x86/entry/syscalls/syscall_64.tbl > Hunk #1 FAILED at 374. > 1 out of 1 hunk FAILED -- rejects in file arch/x86/entry/syscalls/syscall_64.tbl > patching file arch/x86/include/asm/unistd.h > patching file fs/read_write.c > Hunk #1 succeeded at 1168 (offset -14 lines). > Hunk #2 succeeded at 1274 (offset -14 lines). > > Also, could you please Cc: linux-kernel@vger.kernel.org to patch submissions? > > Thanks, Here is the updated patch. -- H.J.
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] Add compat_sys_preadv64v2/compat_sys_pwritev64v2 "H.J. Lu" <hjl.tools@gmail.com> - 2016-07-14 21:40 +0200 [tip:x86/mm] x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2 "tip-bot for H.J. Lu" <tipbot@zytor.com> - 2016-07-15 14:10 +0200
csiph-web