* [git pull] vfs.git pile 8
@ 2017-07-06 9:11 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2017-07-06 9:11 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-06 9:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06 9:11 [git pull] vfs.git pile 8 Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).