[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20170706091133.GK10672@ZenIV.linux.org.uk>
Date: Thu, 6 Jul 2017 10:11:33 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] vfs.git pile 8
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(-)
Powered by blists - more mailing lists