user_regset_copyout_zero(): use clear_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 Feb 2020 22:30:05 +0000 (17:30 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 3 Jun 2020 20:59:31 +0000 (16:59 -0400)
commit5ea75ae6ae60d13dfa35fd5d2e2a81824cba6662
tree6283d39b76e29f207942b5e8be30265e4f75e75d
parent86977da9cb71c8293263c630ac920dd1537de9e5
user_regset_copyout_zero(): use clear_user()

that's the only caller of __clear_user() in generic code, and it's
not hot enough to bother with skipping access_ok().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/regset.h