From: Linus Torvalds Date: Mon, 1 Jun 2020 23:11:38 +0000 (-0700) Subject: Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs X-Git-Tag: v5.15~3766 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e148a8f948afc0b1eeb5c157b23b3d0a4d4517a5;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'uaccess.readdir' of git://git./linux/kernel/git/viro/vfs Pull uaccess/readdir updates from Al Viro: "Finishing the conversion of readdir.c to unsafe_... API. This includes the uaccess_{read,write}_begin series by Christophe Leroy" * 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: readdir.c: get rid of the last __put_user(), drop now-useless access_ok() readdir.c: get compat_filldir() more or less in sync with filldir() switch readdir(2) to unsafe_copy_dirent_name() drm/i915/gem: Replace user_access_begin by user_write_access_begin uaccess: Selectively open read or write user access uaccess: Add user_read_access_begin/end and user_write_access_begin/end --- e148a8f948afc0b1eeb5c157b23b3d0a4d4517a5