Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1682225
| From | Al Viro <viro@ZenIV.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [git pull] vfs.git pile 8 |
| Date | 2017-07-06 11:20 +0200 |
| Message-ID | <u0b73-2ls-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Several alpha osf_sys.c uaccess cleanups - getdomainname() had
insane byte-by-byte copying of string to userland (instead of strnlen +
copy_to_user) plus yet another compat variant of timeval/itimerval with
associated copyin/copyout primitives.
The following changes since commit 92ebce5ac55dba258c608248dddf59eca3f7f514:
osf_wait4: switch to kernel_wait4() (2017-05-21 13:16:26 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git misc.alpha
for you to fetch changes up to 8d2fd30ecfc81f2b5f2bd60815bd3951cb23601c:
osf_sigstack(): switch to put_user() (2017-05-27 16:38:39 -0400)
----------------------------------------------------------------
Al Viro (4):
osf_getdomainname(): use copy_to_user()
Merge branch 'work.sys_wait' into misc.alpha
osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()
osf_sigstack(): switch to put_user()
arch/alpha/kernel/osf_sys.c | 81 ++++++++++++++++++++++-----------------------
1 file changed, 40 insertions(+), 41 deletions(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[git pull] vfs.git pile 8 Al Viro <viro@ZenIV.linux.org.uk> - 2017-07-06 11:20 +0200
csiph-web