From: Linus Torvalds Date: Fri, 7 Jul 2017 05:04:27 +0000 (-0700) Subject: Merge branch 'misc.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs X-Git-Tag: v4.13~382 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1c91d2c6915b288bc8595b21d37e1bb662a40e55;p=mirror_ubuntu-artful-kernel.git Merge branch 'misc.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs Pull alpha user access updates from Al Viro: "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" * 'misc.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: osf_sigstack(): switch to put_user() osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user() osf_getdomainname(): use copy_to_user() --- 1c91d2c6915b288bc8595b21d37e1bb662a40e55